Merge ~athos-ribeiro/ubuntu/+source/nut:merge-lp1993425-lunar into ubuntu/+source/nut:debian/sid

Proposed by Athos Ribeiro
Status: Merged
Merge reported by: Athos Ribeiro
Merged at revision: 660286db609074b4067e7815ab8213f9f456e6b1
Proposed branch: ~athos-ribeiro/ubuntu/+source/nut:merge-lp1993425-lunar
Merge into: ubuntu/+source/nut:debian/sid
Diff against target: 1261 lines (+1024/-4)
2 files modified
debian/changelog (+1022/-3)
debian/control (+2/-1)
Reviewer Review Type Date Requested Status
Sergio Durigan Junior (community) Approve
Canonical Server Reporter Pending
git-ubuntu import Pending
Review via email: mp+433196@code.launchpad.net

Description of the change

I am filing this MP to get reviews on the nut sync proposal.

The current Ubuntu delta carries changes to a symbols file, which was dropped in favor of shlibs in the latest Debian version of the package.

PPA: https://launchpad.net/~athos-ribeiro/+archive/ubuntu/nut-lunar-sync/+packages

wmnut is the only reverse dependency which would need a rebuild after this sync. However wmnut-0.67-2 build is currently stuck in proposed waiting for the new nut libraries version.

Local autopkgtest result summary:

autopkgtest [11:53:53]: @@@@@@@@@@@@@@@@@@@@ summary
nut PASS

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

I'm reviewing this one.

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Thanks for the MP, Athos.

I see that this new release actually introduces a new binary package (libnutclient2), and drops libnutclient0. I was wondering if there could be any reverse dependencies affected by this (since we're talking about changes in the ABI/API), but apparently there's nothing that depends on libnutclient0:

$ reverse-depends -r lunar libnutclient0
Reverse-Depends
* libnutclient-dev
$ reverse-depends -r lunar -b libnutclient-dev
No reverse dependencies found

So we should be good with the transition.

As for the .symbols file being dropped, I understand the Debian maintainer's rationale here (indeed, maintaining C++ .symbols files is a pain), but I'm left wondering if this could cause any unwanted side effects. I don't think so, and as far as I have researched it should be OK to do what he's done, but it's a good idea to keep an eye on the package.

Either way, I'm +1 on making the package a sync. LGTM.

review: Approve
Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

Thanks, Sergio!

Sync'd.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 0b09eda..10d3d27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
1nut (2.8.0-5ubuntu1) lunar; urgency=medium
2
3 * Merge with Debian unstable (LP: #1993425). Remaining changes:
4 * Dropped changes:
5 - d/libnutclient0.symbols: mark symbols as optional (due to s390x default
6 compile options)
7 [ Deprecated in favor of shlibs in 2.8.0-3 ]
8 - Mark symbols as optional not seen when building with lto.
9 [ Deprecated in favor of shlibs in 2.8.0-3 ]
10
11 -- Athos Ribeiro <athos.ribeiro@canonical.com> Thu, 17 Nov 2022 11:07:31 -0300
12
1nut (2.8.0-5) unstable; urgency=medium13nut (2.8.0-5) unstable; urgency=medium
214
3 [ Debian Janitor ]15 [ Debian Janitor ]
@@ -91,6 +103,26 @@ nut (2.8.0-1) unstable; urgency=medium
91103
92 -- Laurent Bigonville <bigon@debian.org> Sun, 14 Aug 2022 18:58:07 +0200104 -- Laurent Bigonville <bigon@debian.org> Sun, 14 Aug 2022 18:58:07 +0200
93105
106nut (2.7.4-14ubuntu2) jammy; urgency=high
107
108 * No change rebuild for ppc64el baseline bump.
109
110 -- Julian Andres Klode <juliank@ubuntu.com> Thu, 24 Mar 2022 17:21:45 +0100
111
112nut (2.7.4-14ubuntu1) jammy; urgency=medium
113
114 * Merge with Debian unstable (LP: #1946880). Remaining changes:
115 - d/libnutclient0.symbols: mark symbols as optional (due to s390x default
116 compile options)
117 - Mark symbols as optional not seen when building with lto.
118 * Dropped changes:
119 - d/p/0012-Remove-dynamic-exception-specifications-from-clients.patch:
120 Fix FTBFS with GCC 11 due to C++17 not allowing dynamic exception
121 specifications anymore. LP: 1939744
122 [Included in 2.7.4-14]
123
124 -- Athos Ribeiro <athos.ribeiro@canonical.com> Mon, 06 Dec 2021 15:57:45 -0300
125
94nut (2.7.4-14) unstable; urgency=medium126nut (2.7.4-14) unstable; urgency=medium
95127
96 [ Jeremy Sowden ]128 [ Jeremy Sowden ]
@@ -102,6 +134,52 @@ nut (2.7.4-14) unstable; urgency=medium
102134
103 -- Laurent Bigonville <bigon@debian.org> Sat, 06 Nov 2021 18:41:33 +0100135 -- Laurent Bigonville <bigon@debian.org> Sat, 06 Nov 2021 18:41:33 +0100
104136
137nut (2.7.4-13ubuntu5) impish; urgency=medium
138
139 * d/p/Remove-dynamic-exception-specifications-from-clients.patch:
140 Fix FTBFS with GCC 11 due to C++17 not allowing dynamic exception
141 specifications anymore. (LP: #1939744)
142
143 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 12 Aug 2021 15:51:12 -0400
144
145nut (2.7.4-13ubuntu4) hirsute; urgency=medium
146
147 * Mark symbols as optional not seen when building with lto.
148
149 -- Matthias Klose <doko@ubuntu.com> Tue, 23 Mar 2021 13:10:47 +0100
150
151nut (2.7.4-13ubuntu3) hirsute; urgency=medium
152
153 * No-change upload to build against net-snmp on armhf.
154
155 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 07 Jan 2021 20:06:19 -0500
156
157nut (2.7.4-13ubuntu2) hirsute; urgency=medium
158
159 * No-change upload due to net-snmp transition.
160
161 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Thu, 07 Jan 2021 15:04:32 -0500
162
163nut (2.7.4-13ubuntu1) hirsute; urgency=medium
164
165 * Merge with Debian unstable.
166 * Dropped Changes
167 - d/libnutclient0.symbols: Mark more symbols as optional (ppc64el, -O3).
168 The build flag -O3 is not used by Debian.
169 [no more needed with gcc-10]
170 - d/libnutclient0.symbols: Update file, and adjust several symbols
171 for Ubuntu-specific needs. Our .symbols file diverges from
172 Debian's, and they will stay that way: if we were to consolidate
173 them, we'd have to mark a bunch of symbols as "optional", which
174 would eventually silence errors like missing symbols between
175 revisions, for example.
176 [ we need much less with gcc-10 in hirsute]
177 * Added Changes:
178 - d/libnutclient0.symbols: Mark some symbols as optional on s390x, due
179 to the default compilation options used in the architecture on Ubuntu.
180
181 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 01 Dec 2020 15:21:23 +0100
182
105nut (2.7.4-13) unstable; urgency=medium183nut (2.7.4-13) unstable; urgency=medium
106184
107 [ Arnaud Quette ]185 [ Arnaud Quette ]
@@ -116,6 +194,36 @@ nut (2.7.4-13) unstable; urgency=medium
116194
117 -- Laurent Bigonville <bigon@debian.org> Thu, 15 Oct 2020 12:16:34 +0200195 -- Laurent Bigonville <bigon@debian.org> Thu, 15 Oct 2020 12:16:34 +0200
118196
197nut (2.7.4-12ubuntu1) groovy; urgency=medium
198
199 * Merge with Debian unstable. Remaining changes:
200 - d/libnutclient0.symbols: Mark more symbols as optional (ppc64el, -O3).
201 The build flag -O3 is not used by Debian.
202 * Dropped change:
203 - d/nut-server.postinst, d/nut-cgi.postinst: ensure nut is member of group
204 dialout. Droppable after 20.04: "Going back in time (a lot) this
205 was added in 14.04 for upgrades from hardy. Debian switched in 0.44.1-3
206 to need the user to chown serials. Maybe we keep it for 20.04 as the
207 last release. But following that new installs (upgraders will still have
208 nut be a dialout member) are very++ unlikely to have classic serials.
209 For ipmi/usb based ports (what you'd expect today) udev rules will set
210 things up correctly (/lib/udev/rules.d/62-nut-usbups.rules shipped in
211 nut-server)."
212 [ Dropping because 20.04 has already been released, and according
213 to the explanation above new installations won't need to
214 explicitly add the nut user to the dialout group. ]
215 * Dropped changes, incorporated by Debian:
216 - Port autopkgtests to python3.
217 * Added changes:
218 - d/libnutclient0.symbols: Update file, and adjust several symbols
219 for Ubuntu-specific needs. Our .symbols file diverges from
220 Debian's, and they will stay that way: if we were to consolidate
221 them, we'd have to mark a bunch of symbols as "optional", which
222 would eventually silence errors like missing symbols between
223 revisions, for example.
224
225 -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 24 Aug 2020 14:45:21 -0400
226
119nut (2.7.4-12) unstable; urgency=medium227nut (2.7.4-12) unstable; urgency=medium
120228
121 * Port autopkgtests to python3, taken from Ubuntu, thanks to them and229 * Port autopkgtests to python3, taken from Ubuntu, thanks to them and
@@ -123,6 +231,59 @@ nut (2.7.4-12) unstable; urgency=medium
123231
124 -- Laurent Bigonville <bigon@debian.org> Thu, 30 Jan 2020 01:06:14 +0100232 -- Laurent Bigonville <bigon@debian.org> Thu, 30 Jan 2020 01:06:14 +0100
125233
234nut (2.7.4-11ubuntu4) focal; urgency=medium
235
236 * No-change rebuild with fixed binutils on arm64.
237
238 -- Matthias Klose <doko@ubuntu.com> Sat, 08 Feb 2020 11:12:39 +0000
239
240nut (2.7.4-11ubuntu3) focal; urgency=medium
241
242 * Re-introduce nut-powerman-pdu binary package. It was dropped in the past
243 because it b-d on a package not in main but this is not an issue anymore
244 these days.
245 - B-d on libpowerman0-dev
246 - debian/control: add nut-powerman-pdu binary package metadata
247 - Add debian/nut-powerman-pdu.{install,manpages}
248
249 -- Lucas Kanashiro <lucas.kanashiro@canonical.com> Fri, 10 Jan 2020 11:25:01 -0300
250
251nut (2.7.4-11ubuntu2) focal; urgency=medium
252
253 * Port autopkgtests to python3.
254
255 -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 09 Jan 2020 23:19:04 +0000
256
257nut (2.7.4-11ubuntu1) focal; urgency=medium
258
259 * Merge with Debian unstable. Remaining changes:
260 - remove Build-Depends on libpowerman0-dev
261 - remove nut-powerman-pdu
262 + debian/control: remove nut-powerman-pdu package
263 + debian/nut-powerman-pdu.{install,manpages}: dropped for now
264 - d/nut-server.postinst, d/nut-cgi.postinst: ensure nut is member of group
265 dialout. Droppable after 20.04: "Going back in time (a lot) this
266 was added in 14.04 for upgrades from hardy. Debian switched in 0.44.1-3
267 to need the user to chown serials. Maybe we keep it for 20.04 as the
268 last release. But following that new installs (upgraders will still have
269 nut be a dialout member) are very++ unlikely to have classic serials.
270 For ipmi/usb based ports (what you'd expect today) udev rules will set
271 things up correctly (/lib/udev/rules.d/62-nut-usbups.rules shipped in
272 nut-server)."
273 - d/libnutclient0.symbols: Mark more symbols as optional (ppc64el, -O3).
274 The build flag -O3 is not used by Debian.
275 * Dropped:
276 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
277 debian/rules: Install apport hooks for all top-level nut packages.
278 [Applied in 2.7.4-10]
279 - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
280 + 5 seconds to shut down, instead of expecting it to be shut down
281 immediately after sending the killall.
282 + Additional indication on how to run tests for xenial+
283 [Applied in 2.7.4-10]
284
285 -- Lucas Kanashiro <lucas.kanashiro@canonical.com> Wed, 08 Jan 2020 09:02:03 -0300
286
126nut (2.7.4-11) unstable; urgency=medium287nut (2.7.4-11) unstable; urgency=medium
127288
128 * Remove python(2) binding and disable nut-monitor package for now as it289 * Remove python(2) binding and disable nut-monitor package for now as it
@@ -147,6 +308,39 @@ nut (2.7.4-10) unstable; urgency=medium
147308
148 -- Laurent Bigonville <bigon@debian.org> Mon, 19 Aug 2019 01:04:36 +0200309 -- Laurent Bigonville <bigon@debian.org> Mon, 19 Aug 2019 01:04:36 +0200
149310
311nut (2.7.4-9ubuntu2) focal; urgency=medium
312
313 * No-change rebuild to generate dependencies on python2.
314
315 -- Matthias Klose <doko@ubuntu.com> Tue, 17 Dec 2019 12:38:26 +0000
316
317nut (2.7.4-9ubuntu1) eoan; urgency=medium
318
319 * Merge with Debian unstable (LP: #1505288). Remaining changes:
320 - remove Build-Depends on libpowerman0-dev
321 - remove nut-powerman-pdu
322 + debian/control: remove nut-powerman-pdu package
323 + debian/nut-powerman-pdu.{install,manpages}: dropped for now
324 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
325 debian/rules: Install apport hooks for all top-level nut packages.
326 - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
327 + 5 seconds to shut down, instead of expecting it to be shut down
328 immediately after sending the killall.
329 + Additional indication on how to run tests for xenial+
330 - d/nut-server.postinst, d/nut-cgi.postinst: ensure nut is member of group
331 dialout (This existed, but was missed in the Changelog).
332 - debian/libnutclient0.symbols: Correct symbols file for ppc64el.
333 - Mark more symbols as optional (ppc64el, -O3).
334 * Dropped changes (in Debian now):
335 - debian/tests/control : Fix dep8 test failures:
336 + Drop python-unit from dep8 dependencies since the python-test
337 package has now been removed. The unittest module has shipped with
338 Python since 2.1.
339 + Add dep8 test dependency on python, since Python 2 is required and
340 is not necessarily installed by default any more.
341
342 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 05 Aug 2019 12:32:08 +0200
343
150nut (2.7.4-9) unstable; urgency=medium344nut (2.7.4-9) unstable; urgency=medium
151345
152 [ Ondřej Nový ]346 [ Ondřej Nový ]
@@ -203,6 +397,37 @@ nut (2.7.4-9) unstable; urgency=medium
203397
204 -- Laurent Bigonville <bigon@debian.org> Sun, 04 Aug 2019 10:34:17 +0200398 -- Laurent Bigonville <bigon@debian.org> Sun, 04 Aug 2019 10:34:17 +0200
205399
400nut (2.7.4-8ubuntu2) eoan; urgency=medium
401
402 * Mark more symbols as optional (ppc64el, -O3).
403
404 -- Matthias Klose <doko@ubuntu.com> Mon, 24 Jun 2019 12:31:07 +0200
405
406nut (2.7.4-8ubuntu1) cosmic; urgency=medium
407
408 * Merge with Debian unstable (LP: #1774147). Remaining changes:
409 - remove Build-Depends on libpowerman0-dev
410 - remove nut-powerman-pdu
411 + debian/control: remove nut-powerman-pdu package
412 + debian/nut-powerman-pdu.{install,manpages}: dropped for now
413 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
414 debian/rules: Install apport hooks for all top-level nut packages.
415 - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
416 + 5 seconds to shut down, instead of expecting it to be shut down
417 immediately after sending the killall.
418 + Additional indication on how to run tests for xenial+
419 - debian/tests/control : Fix dep8 test failures:
420 + Drop python-unit from dep8 dependencies since the python-test
421 package has now been removed. The unittest module has shipped with
422 Python since 2.1.
423 + Add dep8 test dependency on python, since Python 2 is required and
424 is not necessarily installed by default any more.
425 - d/nut-server.postinst, d/nut-cgi.postinst: ensure nut is member of group
426 dialout (This existed, but was missed in the Changelog).
427 - debian/libnutclient0.symbols: Correct symbols file for ppc64el.
428
429 -- dann frazier <dann.frazier@canonical.com> Fri, 03 Aug 2018 12:10:45 -0600
430
206nut (2.7.4-8) unstable; urgency=medium431nut (2.7.4-8) unstable; urgency=medium
207432
208 * debian/libnutclient0.symbols: Use arch-bits=32 and arch-bits=64 instead of433 * debian/libnutclient0.symbols: Use arch-bits=32 and arch-bits=64 instead of
@@ -216,6 +441,38 @@ nut (2.7.4-8) unstable; urgency=medium
216441
217 -- Laurent Bigonville <bigon@debian.org> Fri, 01 Jun 2018 17:55:25 +0200442 -- Laurent Bigonville <bigon@debian.org> Fri, 01 Jun 2018 17:55:25 +0200
218443
444nut (2.7.4-7ubuntu1) cosmic; urgency=medium
445
446 * Merge with Debian unstable (LP: #1774147). Remaining changes:
447 - remove Build-Depends on libpowerman0-dev
448 - remove nut-powerman-pdu
449 + debian/control: remove nut-powerman-pdu package
450 + debian/nut-powerman-pdu.{install,manpages}: dropped for now
451 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
452 debian/rules: Install apport hooks for all top-level nut packages.
453 - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
454 + 5 seconds to shut down, instead of expecting it to be shut down
455 immediately after sending the killall.
456 + Additional indication on how to run tests for xenial+
457 - debian/tests/control : Fix dep8 test failures:
458 + Drop python-unit from dep8 dependencies since the python-test
459 package has now been removed. The unittest module has shipped with
460 Python since 2.1.
461 + Add dep8 test dependency on python, since Python 2 is required and
462 is not necessarily installed by default any more.
463 - d/nut-server.postinst, d/nut-cgi.postinst: ensure nut is member of group
464 dialout (This existed, but was missed in the Changelog).
465 - debian/libnutclient0.symbols: Correct symbols file for ppc64el.
466 (Reduced as it is partially in Debian now)
467 * Dropped Changes
468 - fix cflags/ldflags mismatch (LP #1711092)
469 (no more needed)
470 - debian/nut-{cgi,server}.postinst: fix 'adduser' logic to be
471 unconditional, since adduser is guaranteed to be idempotent.
472 (was a non functional comment only change)
473
474 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 10:44:42 +0200
475
219nut (2.7.4-7) unstable; urgency=medium476nut (2.7.4-7) unstable; urgency=medium
220477
221 * debian/libnutclient0.symbols: Fix symbols file, this should fix FTBFS on478 * debian/libnutclient0.symbols: Fix symbols file, this should fix FTBFS on
@@ -244,6 +501,51 @@ nut (2.7.4-6) unstable; urgency=medium
244501
245 -- Laurent Bigonville <bigon@debian.org> Tue, 20 Feb 2018 13:08:57 +0100502 -- Laurent Bigonville <bigon@debian.org> Tue, 20 Feb 2018 13:08:57 +0100
246503
504nut (2.7.4-5.1ubuntu2) bionic; urgency=medium
505
506 * Drop change which is no more needed, thereby fixes systemd integration
507 and the availability of /lib/systemd/system-shutdown/nutshutdown
508 (LP: #1603609)
509 - Disable systemd unit; it does not check nut.conf whether nut is
510 configured, and thus fails to start (and the package install). The
511 init.d script works well enough for the time being.
512
513 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 15 Nov 2017 16:47:10 +0100
514
515nut (2.7.4-5.1ubuntu1) bionic; urgency=medium
516
517 * Merge with Debian unstable. Remaining changes:
518 - remove Build-Depends on libpowerman0-dev
519 - remove nut-powerman-pdu
520 + debian/nut-powerman-pdu.{install,manpages}: dropped for now
521 - debian/nut-{cgi,server}.postinst: fix 'adduser' logic to be
522 unconditional, since adduser is guaranteed to be idempotent.
523 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
524 debian/rules: Install apport hooks for all top-level nut packages.
525 - Disable systemd unit; it does not check nut.conf whether nut is
526 configured, and thus fails to start (and the package install). The
527 init.d script works well enough for the time being.
528 - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
529 + 5 seconds to shut down, instead of expecting it to be shut down
530 immediately after sending the killall.
531 + Additional indication on how to run tests for xenial+
532 - debian/tests/control : Fix dep8 test failures:
533 + Drop python-unit from dep8 dependencies since the python-test
534 package has now been removed. The unittest module has shipped with
535 Python since 2.1.
536 + Add dep8 test dependency on python, since Python 2 is required and
537 is not necessarily installed by default any more.
538 - debian/libnutclient0.symbols: Correct symbols file for ppc64el.
539 - fix cflags/ldflags mismatch (LP #1711092)
540 * Drop:
541 - udevd is called systemd-udevd (LP #1540008)
542 [ Fixed in Debian 2.7.4-5.1 ]
543 - d/libnutclient0.symbols: fix symbols in regard to gcc-7
544 (LP #1711091)
545 [ Fixed in Debian 2.7.4-5.1 ]
546
547 -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Fri, 03 Nov 2017 16:34:18 -0700
548
247nut (2.7.4-5.1) unstable; urgency=medium549nut (2.7.4-5.1) unstable; urgency=medium
248550
249 * Non-maintainer upload.551 * Non-maintainer upload.
@@ -263,6 +565,66 @@ nut (2.7.4-5.1) unstable; urgency=medium
263565
264 -- Michael Stapelberg <stapelberg@debian.org> Wed, 23 Aug 2017 22:24:57 +0200566 -- Michael Stapelberg <stapelberg@debian.org> Wed, 23 Aug 2017 22:24:57 +0200
265567
568nut (2.7.4-5ubuntu4) artful; urgency=medium
569
570 * d/p/fix-snmp-driver-compile-options.patch: fix cflags/ldflags
571 mismatch (LP: #1711092).
572 * d/libnutclient0.symbols: fix symbols in regard to gcc-7 (LP: #1711091).
573
574 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 16 Aug 2017 12:44:26 +0200
575
576nut (2.7.4-5ubuntu3) artful; urgency=medium
577
578 * debian/nut-server.postinst: The udevd process is called systemd-udevd
579 for quite sometimes already, properly detect whether it's running or not,
580 this should fix the devices permissions for USB UPS's (LP: #1540008).
581
582 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 09 Aug 2017 10:16:38 +0200
583
584nut (2.7.4-5ubuntu2) zesty; urgency=medium
585
586 * debian/libnutclient0.symbols: Correct symbols file for ppc64el.
587
588 -- Adam Conrad <adconrad@ubuntu.com> Fri, 17 Feb 2017 05:38:03 -0700
589
590nut (2.7.4-5ubuntu1) zesty; urgency=medium
591
592 * Merge with Debian; remaining changes (LP: #1643618)
593 - debian/control:
594 + remove Build-Depends on libpowerman0-dev
595 + remove nut-powerman-pdu
596 - debian/nut-powerman-pdu.{install,manpages}: dropped for now
597 - debian/nut-{cgi,server}.postinst: fix 'adduser' logic to be
598 unconditional, since adduser is guaranteed to be idempotent.
599 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
600 debian/rules: Install apport hooks for all top-level nut packages.
601 - Disable systemd unit; it does not check nut.conf whether nut is
602 configured, and thus fails to start (and the package install). The
603 init.d script works well enough for the time being.
604 - debian/tests/test-nut.py:
605 + In the CVE_2012_2944 test, give nut at most 5 seconds to shut down,
606 instead of expecting it to be shut down immediately after sending the
607 killall.
608 + Additional indication on how to run tests for oneiric, precise to
609 vivid and wily+
610 - debian/tests/control : Fix dep8 test failures:
611 + Drop python-unit from dep8 dependencies since the python-test
612 package has now been removed. The unittest module has shipped with
613 Python since 2.1.
614 + Add dep8 test dependency on python, since Python 2 is required and
615 is not necessarily installed by default any more.
616 * Dropped changes:
617 - Patch libtool.m4 and configure to support ppc64le. (Fixed upstream)
618 - Remove unnecessary chmod 755 on files introduced by previous merge,
619 assumed to be an error
620 - debian/patches/0006-ups-conf-maxretry.patch: documentation tweaks
621 (unnecessary Ubuntu delta). This was formerly listed as "Move maxretry
622 setting above Examples section" but no longer did this at all.
623 * Replace outdated indictions on how to run tests (Oneric, Precise, Vivid,
624 Wily+) with proper indications for current version (Xenial+)
625
626 -- Louis Bouchard <louis.bouchard@ubuntu.com> Thu, 15 Dec 2016 15:30:05 +0100
627
266nut (2.7.4-5) unstable; urgency=medium628nut (2.7.4-5) unstable; urgency=medium
267629
268 * debian/control: Build-depends against asciidoc-dblatex, Recommends are not630 * debian/control: Build-depends against asciidoc-dblatex, Recommends are not
@@ -329,6 +691,48 @@ nut (2.7.4-1) unstable; urgency=low
329691
330 -- Laurent Bigonville <bigon@debian.org> Mon, 18 Jul 2016 10:58:49 +0200692 -- Laurent Bigonville <bigon@debian.org> Mon, 18 Jul 2016 10:58:49 +0200
331693
694nut (2.7.2-4ubuntu1) xenial; urgency=low
695
696 * Merge with Debian; remaining changes (LP: #1522346) :
697 - debian/control:
698 + remove Build-Depends on libpowerman0-dev
699 + remove nut-powerman-pdu
700 - debian/nut-powerman-pdu.{install,manpages}: dropped for now
701 - debian/{nut-cgi,nut-server}.postinst: add nut to the group
702 unconditonally, for compatibility with UPSes connected by serial port.
703 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
704 debian/rules: Install apport hooks for all top-level nut packages.
705 - Patch libtool.m4 and configure to support ppc64le.
706 - Disable systemd unit; it does not check nut.conf whether nut is
707 configured, and thus fails to start (and the package install). The
708 init.d script works well enough for the time being.
709 - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
710 + 5 seconds to shut down, instead of expecting it to be shut down
711 immediately after sending the killall.
712 + Additional indication on how to run tests for oneiric, precise to
713 vivid and wily+
714 - debian/patches/0006-ups-conf-reorder.patch: Move maxretry setting
715 above Examples section.
716 - debian/tests/control : Fix dep8 test failures:
717 + Drop python-unit from dep8 dependencies since the python-test
718 package has now been removed. The unittest module has shipped with
719 Python since 2.1.
720 + Add dep8 test dependency on python, since Python 2 is required and
721 is not necessarily installed by default any more.
722
723 * Dropped changes:
724 - Fix linking libupsclient : Superseded upstream
725 - debian/patches/backport-fix-lp753661.patch: extraneous end-of-line now
726 fixed differently upstream.
727 - debian/rules: Use udev version for Ubuntu; delta no longer needed as
728 both versions are earlier than the earliest supported udev in Ubuntu.
729
730 [ Steve Langasek ]
731 * debian/nut-{cgi,server}.postinst: fix 'adduser' logic to be
732 unconditional, since adduser is guaranteed to be idempotent.
733
734 -- Louis Bouchard <louis.bouchard@ubuntu.com> Thu, 03 Dec 2015 12:37:13 +0100
735
332nut (2.7.2-4) unstable; urgency=medium736nut (2.7.2-4) unstable; urgency=medium
333737
334 * Really fix package initial installation when PID1 is systemd (Closes:738 * Really fix package initial installation when PID1 is systemd (Closes:
@@ -390,6 +794,59 @@ nut (2.7.2-1) unstable; urgency=low
390794
391 -- Laurent Bigonville <bigon@debian.org> Tue, 22 Apr 2014 22:46:12 +0200795 -- Laurent Bigonville <bigon@debian.org> Tue, 22 Apr 2014 22:46:12 +0200
392796
797nut (2.7.1-1ubuntu5) wily; urgency=medium
798
799 * Fix dep8 test failures:
800 - Drop python-unit from dep8 dependencies since the python-test
801 package has now been removed. The unittest module has shipped with
802 Python since 2.1.
803 - Add dep8 test dependency on python, since Python 2 is required and
804 is not necessarily installed by default any more.
805
806 -- Robie Basak <robie.basak@ubuntu.com> Mon, 12 Oct 2015 10:08:30 +0000
807
808nut (2.7.1-1ubuntu4) vivid; urgency=low
809
810 * debian/patches/0006-ups-conf-reorder.patch: Move maxretry setting
811 above Examples section, closer to the "outside of a driver definition"
812 comment. (LP: #1405822)
813
814 -- Tuomas Heino <iheino+ub@cc.hut.fi> Fri, 26 Dec 2014 19:36:45 +0200
815
816nut (2.7.1-1ubuntu3) utopic; urgency=medium
817
818 * debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most 5
819 seconds to shut down, instead of expecting it to be shut down immediately
820 after sending the killall. (LP: #1291378)
821
822 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 07 Jul 2014 07:56:43 +0200
823
824nut (2.7.1-1ubuntu2) utopic; urgency=medium
825
826 * Disable systemd unit; it does not check nut.conf whether nut is
827 configured, and thus fails to start (and the package install). The init.d
828 script works well enough for the time being. (LP: #1313231)
829
830 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 12 May 2014 13:22:12 +0200
831
832nut (2.7.1-1ubuntu1) trusty; urgency=medium
833
834 * Merge with Debian; remaining changes:
835 - debian/control:
836 + remove Build-Depends on libpowerman0-dev
837 + remove nut-powerman-pdu
838 - debian/nut-powerman-pdu.{install,manpages}: dropped for now
839 - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut
840 groups unconditonally to handle the upgrade from hardy release.
841 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
842 debian/rules: Install apport hooks for all top-level nut packages.
843 - debian/rules: Use udev version for Ubuntu
844 - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled
845 * Fix linking libupsclient.
846 * Patch libtool.m4 and configure to support ppc64le.
847
848 -- Matthias Klose <doko@ubuntu.com> Mon, 30 Dec 2013 10:37:07 +0100
849
393nut (2.7.1-1) unstable; urgency=low850nut (2.7.1-1) unstable; urgency=low
394851
395 * New upstream release (Closes: #730183)852 * New upstream release (Closes: #730183)
@@ -497,6 +954,46 @@ nut (2.6.5-1) experimental; urgency=low
497954
498 -- Laurent Bigonville <bigon@debian.org> Mon, 13 Aug 2012 01:59:18 +0200955 -- Laurent Bigonville <bigon@debian.org> Mon, 13 Aug 2012 01:59:18 +0200
499956
957nut (2.6.4-2.3ubuntu2) saucy; urgency=low
958
959 * Rebuild for libgd3 and libsnmp30.
960
961 -- Colin Watson <cjwatson@ubuntu.com> Mon, 20 May 2013 00:33:46 +0100
962
963nut (2.6.4-2.3ubuntu1) saucy-proposed; urgency=low
964
965 * Merge from Debian. Remaining changes:
966 - debian/control:
967 + remove Build-Depends on libpowerman0-dev
968 + remove nut-powerman-pdu
969 - debian/nut-powerman-pdu.{install,manpages}: dropped for now
970 - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut
971 groups unconditonally to handle the upgrade from hardy release.
972 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
973 debian/rules: Install apport hooks for all top-level nut packages.
974 - debian/rules: Use udev version for Ubuntu
975 - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled
976
977 -- Jamie Strandboge <jamie@ubuntu.com> Thu, 09 May 2013 12:38:31 -0500
978
979nut (2.6.4-2.2ubuntu1) raring-proposed; urgency=low
980
981 * Merge from Debian. Remaining changes:
982 - debian/control:
983 + remove Build-Depends on libpowerman0-dev
984 + remove nut-powerman-pdu
985 - debian/nut-powerman-pdu.{install,manpages}: dropped for now
986 - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut
987 groups unconditonally to handle the upgrade from hardy release.
988 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
989 debian/rules: Install apport hooks for all top-level nut packages.
990 - debian/rules: Use udev version for Ubuntu
991 - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled
992 * Dropped the following patches, no longer required:
993 - debian/patches/CVE-2012-2944.patch (included upstream)
994
995 -- Jamie Strandboge <jamie@ubuntu.com> Wed, 23 Jan 2013 07:32:58 -0600
996
500nut (2.6.4-2) unstable; urgency=low997nut (2.6.4-2) unstable; urgency=low
501998
502 * debian/rules: Stop the nut-client before nut-server on systems using static999 * debian/rules: Stop the nut-client before nut-server on systems using static
@@ -560,6 +1057,30 @@ nut (2.6.3-2) unstable; urgency=low
5601057
561 -- Arnaud Quette <aquette@debian.org> Tue, 24 Jan 2012 13:14:59 +01001058 -- Arnaud Quette <aquette@debian.org> Tue, 24 Jan 2012 13:14:59 +0100
5621059
1060nut (2.6.3-1ubuntu2) quantal; urgency=low
1061
1062 * SECURITY UPDATE: remote denial of service
1063 - debian/CVE-2012-2944.patch: limit the set of parsed characters to ' '
1064 through '~'
1065 - CVE-2012-2944
1066
1067 -- Jamie Strandboge <jamie@ubuntu.com> Wed, 30 May 2012 13:36:58 -0500
1068
1069nut (2.6.3-1ubuntu1) precise; urgency=low
1070
1071 * Merge from Debian testing. Remaining changes:
1072 - debian/control: Drop Build-Depends on libpowerman0-dev (currently in
1073 universe)
1074 - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut
1075 groups unconditonally to handle the upgrade from hardy release.
1076 - debian/nut-powerman-pdu.{install,manpages}: dropped for now.
1077 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
1078 debian/rules: Install apport hooks for all top-level nut packages.
1079 - debian/rules: Use udev version for Ubuntu.
1080 - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled.
1081
1082 -- Chuck Short <zulcss@ubuntu.com> Mon, 06 Feb 2012 09:23:24 -0500
1083
563nut (2.6.3-1) unstable; urgency=low1084nut (2.6.3-1) unstable; urgency=low
5641085
565 * New upstream release (Closes: #635186, #598741, #633756, #638221)1086 * New upstream release (Closes: #635186, #598741, #633756, #638221)
@@ -574,6 +1095,21 @@ nut (2.6.3-1) unstable; urgency=low
5741095
575 -- Arnaud Quette <aquette@debian.org> Tue, 24 Jan 2012 13:14:59 +01001096 -- Arnaud Quette <aquette@debian.org> Tue, 24 Jan 2012 13:14:59 +0100
5761097
1098nut (2.6.2-1ubuntu1) precise; urgency=low
1099
1100 * Merge from debian unstable. Remaining changes:
1101 - debian/control: Drop Build-Depends on libpowerman0-dev (currently in
1102 universe)
1103 - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut
1104 groups unconditonally to handle the upgrade from hardy release.
1105 - debian/nut-powerman-pdu.{install,manpages}: dropped for now.
1106 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
1107 debian/rules: Install apport hooks for all top-level nut packages.
1108 - debian/rules: Use udev version for Ubuntu.
1109 - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled.
1110
1111 -- Chuck Short <zulcss@ubuntu.com> Tue, 04 Oct 2011 05:45:12 +0000
1112
577nut (2.6.2-1) unstable; urgency=low1113nut (2.6.2-1) unstable; urgency=low
5781114
579 * New upstream release (Closes: #594989)1115 * New upstream release (Closes: #594989)
@@ -593,6 +1129,29 @@ nut (2.6.2-1) unstable; urgency=low
5931129
594 -- Arnaud Quette <aquette@debian.org> Thu, 29 Sep 2011 18:39:16 +02001130 -- Arnaud Quette <aquette@debian.org> Thu, 29 Sep 2011 18:39:16 +0200
5951131
1132nut (2.6.1-2ubuntu2) oneiric; urgency=low
1133
1134 * Fix FTBFS for Ubuntu (LP: #815760):
1135 - debian/control: Build-Depends-Indep on docbook-xsl for offline
1136 document generation.
1137
1138 -- James Page <james.page@ubuntu.com> Mon, 25 Jul 2011 12:02:48 +0100
1139
1140nut (2.6.1-2ubuntu1) oneiric; urgency=low
1141
1142 * Merge from Debian unstable (LP: #811976). Remaining changes:
1143 - debian/control: Drop Build-Depends on libpowerman0-dev (currently in
1144 universe)
1145 - debian/{nut-cgi,nut-server}.postinst: add nut to the dialout and nut
1146 groups unconditonally to handle the upgrade from hardy release.
1147 - debian/nut-powerman-pdu.{install,manpages}: dropped for now.
1148 - debian/source_nut.py, debian/{nut,nut-server,nut-client}.install,
1149 debian/rules: Install apport hooks for all top-level nut packages.
1150 - debian/rules: Use udev version for Ubuntu.
1151 - debian/series, debian/patches/backport-fix-lp753661.patch: re-enabled.
1152
1153 -- James Page <james.page@ubuntu.com> Fri, 22 Jul 2011 14:12:46 +0100
1154
596nut (2.6.1-2) unstable; urgency=low1155nut (2.6.1-2) unstable; urgency=low
5971156
598 * debian/nut.README.Debian: Adjust udev rules naming for permissions override1157 * debian/nut.README.Debian: Adjust udev rules naming for permissions override
@@ -616,6 +1175,21 @@ nut (2.6.1-2) unstable; urgency=low
6161175
617 -- Laurent Bigonville <bigon@debian.org> Sun, 17 Jul 2011 19:03:18 +02001176 -- Laurent Bigonville <bigon@debian.org> Sun, 17 Jul 2011 19:03:18 +0200
6181177
1178nut (2.6.1-1ubuntu1) oneiric; urgency=low
1179
1180 * Merge from debian unstable. Remaining changes:
1181 - debian/control:
1182 + Drop Build-Depends on libpowerman0-dev (currently in universe)
1183 - debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1184 unconditonally to handle the upgrade from hardy release.
1185 - debian/nut-powerman-pdu.{install,manpages}: dropped for now.
1186 - debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
1187 - debian/rules: Use udev version for Ubuntu.
1188 * debian/patches/backport-fix-lp753661.patch: Refreshed.
1189 * Drop changes due to .pc being not clean.
1190
1191 -- Andres Rodriguez <andreserl@ubuntu.com> Mon, 06 Jun 2011 13:38:09 -0400
1192
619nut (2.6.1-1) unstable; urgency=low1193nut (2.6.1-1) unstable; urgency=low
6201194
621 * New upstream release (Closes: #595953, #614842, #595773)1195 * New upstream release (Closes: #595953, #614842, #595773)
@@ -631,6 +1205,28 @@ nut (2.6.1-1) unstable; urgency=low
6311205
632 -- Arnaud Quette <aquette@debian.org> Wed, 01 Jun 2011 22:34:28 +02001206 -- Arnaud Quette <aquette@debian.org> Wed, 01 Jun 2011 22:34:28 +0200
6331207
1208nut (2.6.0-2ubuntu1) oneiric; urgency=low
1209
1210 * Merge from debian unstable (LP: #789323). Remaining changes:
1211 + debian/control:
1212 - Update maintainer as per spec.
1213 - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
1214 - Drop libpowerman0-dev from the Build-Depends (currently in universe)
1215 + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1216 unconditonally to handle the upgrade from hardy release.
1217 + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped for now.
1218 + debian/nul-hal-drivers.{docs,install,postinst,preinst}: Dropped since hal is in universe now
1219 + debian/nut.links: must create the init script link, used if the upse needs to be powered down
1220 (LP: #357583)
1221 + debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
1222 + debian/patches/backport-fix-lp753661.patch
1223 + Dropped:
1224 - debian/patches/fix_pc_file.patch: replaced by debian's 0002-fix_libupsclient_pc.patch
1225 * debian/patches/fix_pc_file.patch: add DEP3 patch header
1226 * debian/patches/debian-changes-2.6.0-1: remove that accidental file
1227
1228 -- Scott Moser <smoser@ubuntu.com> Fri, 27 May 2011 16:16:10 -0400
1229
634nut (2.6.0-2) unstable; urgency=low1230nut (2.6.0-2) unstable; urgency=low
6351231
636 * debian/nut-snmp.docs: Distribute snmp.txt doc file (Closes: #548295)1232 * debian/nut-snmp.docs: Distribute snmp.txt doc file (Closes: #548295)
@@ -647,6 +1243,45 @@ nut (2.6.0-2) unstable; urgency=low
6471243
648 -- Laurent Bigonville <bigon@debian.org> Sun, 08 May 2011 21:23:46 +02001244 -- Laurent Bigonville <bigon@debian.org> Sun, 08 May 2011 21:23:46 +0200
6491245
1246nut (2.6.0-1ubuntu3) natty; urgency=low
1247
1248 * debian/patches/backport-fix-lp753661.patch: Backport fix
1249 to trim extraneous end-of-line, in buggy HID string tables,
1250 which results in upsc breaking the communication pipe.
1251 (LP: #753661)
1252
1253 -- Chuck Short <zulcss@ubuntu.com> Wed, 20 Apr 2011 10:47:05 -0400
1254
1255nut (2.6.0-1ubuntu2) natty; urgency=low
1256
1257 * fix_pc_file.patch: fix .pc source files by using LIBSSL_LIBS instead of
1258 LIBSSL_LDFLAGS to avoid a FTBFS in packages that uses libupsclient.pc
1259 (LP: #743484)
1260
1261 -- Fabrice Coutadeur <fabricesp@ubuntu.com> Sun, 27 Mar 2011 08:21:01 +0200
1262
1263nut (2.6.0-1ubuntu1) natty; urgency=low
1264
1265 * Merge from Debian unstable, remaining changes:
1266 + debian/control:
1267 - Update maintainer as per spec.
1268 - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
1269 - Drop libpowerman0-dev from the Build-Depends (currently in universe)
1270 + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1271 unconditonally to hanle the upgrade from hardy release.
1272 + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped for now.
1273 + debian/nul-hal-drivers.{docs,install,postinst,preinst}: Dropped since hal is in universe now
1274 + debian/nut.links: must create the init script link, used if the upse needs to be powered down
1275 (LP: #357583)
1276 + debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
1277 + Dropped:
1278 - debian/patches/0002-fix_udev_action.patch: Accepted upstream.
1279 - debian/patches/0004-netvision-improvements-lp-600950: no longer needed.
1280 - debian/patches/0005-fix-nut-m4.patch: no longer needed.
1281 - debian/patches/9999-autoconf.patch: no longer needed.
1282
1283 -- Chuck Short <zulcss@ubuntu.com> Wed, 23 Feb 2011 09:01:35 -0500
1284
650nut (2.6.0-1) unstable; urgency=low1285nut (2.6.0-1) unstable; urgency=low
6511286
652 * New upstream release (Closes: #575176, #588648, #609597, #687985)1287 * New upstream release (Closes: #575176, #588648, #609597, #687985)
@@ -670,6 +1305,59 @@ nut (2.4.3-3) UNRELEASED; urgency=low
6701305
671 -- Laurent Bigonville <bigon@debian.org> Tue, 11 Jan 2011 22:24:07 +01001306 -- Laurent Bigonville <bigon@debian.org> Tue, 11 Jan 2011 22:24:07 +0100
6721307
1308nut (2.4.3-2ubuntu4) natty; urgency=low
1309
1310 * debian/control, debian/rules,
1311 debian/nut-hal-drivers.{docs,install,postinst,preinst}: Drop
1312 nut-hal-drivers since Nut doesnt go into universe.
1313
1314 -- Chuck Short <zulcss@ubuntu.com> Thu, 27 Jan 2011 11:18:14 -0500
1315
1316nut (2.4.3-2ubuntu3) natty; urgency=low
1317
1318 * Split patches/debian-changes-2.4.3-2ubuntu1 into
1319 patches/0005-fix-nut-m4.patch and patches/9999-autoconf.patch
1320 * Readd lost debian/patches0004-netvision-improvements-lp-600950.patch patch
1321 (LP: #707050)
1322 * debian/patches/0002-fix_udev_action.patch:
1323 Change BUS to SUBSYSTEMS, since the former is deprecated. (LP: #692171)
1324 * debian/nut.postinst: Uncomment missing call to adduser
1325
1326 -- Laurent Bigonville <bigon@ubuntu.com> Thu, 27 Jan 2011 09:18:20 -0500
1327
1328nut (2.4.3-2ubuntu2) natty; urgency=low
1329
1330 * debian/control: Drop hal build dependency, we don't need the daemon to
1331 build the package. Add a hal dependency to nut-hal-drivers, which is the
1332 only thing that actually needs it.
1333
1334 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 27 Jan 2011 10:00:42 +0100
1335
1336nut (2.4.3-2ubuntu1) natty; urgency=low
1337
1338 * Merge from debian unstable. Remaining changes:
1339 + debian/control:
1340 - Update maintainer as per spec.
1341 - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
1342 - Drop libpowerman0-dev from the Build-Depends (currently in universe)
1343 + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1344 unconditonally to hanle the upgrade from hardy release.
1345 + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped for now.
1346 + debian/nut.links: must create the init script link, used if the upse needs to be powered down
1347 (LP: #357583)
1348 + debian/nut.postinst: Update udevadm trigger.
1349 "libusb_get_report: error sending control message:
1350 Operation not permitted" error on some UPS devices. (LP: #572262)
1351 + debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
1352 + debian/patches/netvision-improvements-lp-600950.patch: Add improvements
1353 for netvision UPSes
1354 + Fix FTBFS with ld --as-needed.
1355 + Dropped:
1356 - debian/patches/03_udev_rules_change.dpatch: Use debian's instead.
1357 - debian/patches/04_nut_small-buffers.dpatch: Use debian's instead.
1358
1359 -- Chuck Short <zulcss@ubuntu.com> Mon, 10 Jan 2011 21:21:02 +0000
1360
673nut (2.4.3-2) unstable; urgency=medium1361nut (2.4.3-2) unstable; urgency=medium
6741362
675 * debian/control:1363 * debian/control:
@@ -711,6 +1399,64 @@ nut (2.4.3-1.1) unstable; urgency=low
7111399
712 -- Tim Retout <diocles@debian.org> Fri, 15 Oct 2010 19:31:39 +01001400 -- Tim Retout <diocles@debian.org> Fri, 15 Oct 2010 19:31:39 +0100
7131401
1402nut (2.4.3-1ubuntu6) natty; urgency=low
1403
1404 * Fix FTBFS with ld --as-needed.
1405
1406 -- Matthias Klose <doko@ubuntu.com> Mon, 10 Jan 2011 19:14:35 +0100
1407
1408nut (2.4.3-1ubuntu5) maverick; urgency=low
1409
1410 * debian/patches/netvision-improvements-lp-600950.patch: Add improvements for netvision UPSes
1411 (LP: #600950)
1412
1413 -- Chuck Short <zulcss@ubuntu.com> Fri, 13 Aug 2010 13:28:10 -0500
1414
1415nut (2.4.3-1ubuntu4) maverick; urgency=low
1416
1417 * debian/source_nut.py, debian/nut.install, debian/rules: Install apport hook.
1418
1419 -- Chuck Short <zulcss@ubuntu.com> Thu, 08 Jul 2010 11:06:30 -0400
1420
1421nut (2.4.3-1ubuntu3.1) lucid-proposed; urgency=low
1422
1423 * debian/patches/04_nut-small-buffers.dpatch: Fix "libusb_get_report: error sending control message:
1424 Operation not permitted" error on some UPS devices. (LP: #572262)
1425
1426 -- Chuck Short <zulcss@ubuntu.com> Mon, 03 May 2010 13:38:37 -0400
1427
1428nut (2.4.3-1ubuntu3) lucid; urgency=low
1429
1430 * debian/nut.postinst: Revert dropping of --action=change. "add" events must
1431 not ever be triggered automatically.
1432 * Add 03_udev_rules_change.dpatch: Run udev rules on change events, too.
1433
1434 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 23 Mar 2010 08:00:53 +0100
1435
1436nut (2.4.3-1ubuntu2) lucid; urgency=low
1437
1438 * debian/control: grr...fix ftbfs.
1439
1440 -- Chuck Short <zulcss@ubuntu.com> Mon, 22 Mar 2010 11:48:02 -0400
1441
1442nut (2.4.3-1ubuntu1) lucid; urgency=low
1443
1444 * Merge from debian testing. Remaining changes (LP: #535152):
1445 + debian/control:
1446 - Update maintainer as per spec.
1447 - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
1448 - Drop libpowerman0-dev from the Build-Depends (currently in universe)
1449 + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1450 unconditonally to hanle the upgrade from hardy release.
1451 + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped for now.
1452 + debian/nut.links: must create the init script link, used if the upse needs to be powered down
1453 (LP: #357583)
1454 + debian/nut.postinst: Update udevadm trigger.
1455 + Dropped:
1456 - debian/patches/02-fix-trust-pw4130m.dpatch: No longer needed.
1457
1458 -- Chuck Short <zulcss@ubuntu.com> Tue, 16 Mar 2010 06:22:26 +0000
1459
714nut (2.4.3-1) unstable; urgency=low1460nut (2.4.3-1) unstable; urgency=low
7151461
716 * New upstream release (Closes: #544390, #528222, #539747, #526811,1462 * New upstream release (Closes: #544390, #528222, #539747, #526811,
@@ -755,6 +1501,57 @@ nut (2.4.3-1) unstable; urgency=low
7551501
756 -- Arnaud Quette <aquette@debian.org> Wed, 24 Feb 2010 22:58:53 +01001502 -- Arnaud Quette <aquette@debian.org> Wed, 24 Feb 2010 22:58:53 +0100
7571503
1504nut (2.4.1-3.2ubuntu2) lucid; urgency=low
1505
1506 * debian/patches/02-fix-trust-pw4130m.dpatch: Fix issues with Trust
1507 PW-4130M UPS. (LP: #447586)
1508
1509 -- Chuck Short <zulcss@ubuntu.com> Thu, 04 Feb 2010 13:26:33 -0500
1510
1511nut (2.4.1-3.2ubuntu1) lucid; urgency=low
1512
1513 * Resynchronize with debian, remaining changes:
1514 + debian/control:
1515 - Update maintainer field as per spec.
1516 - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
1517 - Drop libpowerman0-dev from the Build-Depends (currently in universe).
1518 - Remove the nut-powerman-pdu package for now.
1519 + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1520 unconditionally, to handle the upgrade from hardy release.
1521 + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped
1522 for now.
1523 + debian/nut.links: must create the init script link, used if the ups
1524 needs to be powered down. (LP: #357583)
1525 + debian/nut.init: Fix status_of_proc messages not to lie to the user (LP: #416182)
1526
1527 -- Chuck Short <zulcss@ubuntu.com> Fri, 18 Dec 2009 09:00:45 -0500
1528
1529nut (2.4.1-3.2) unstable; urgency=low
1530
1531 * Non-maintainer upload.
1532 * nut.postinst: fix post-processing of nut.conf to avoid overriding
1533 user settings (Closes: #531220)
1534
1535 -- Stefano Zacchiroli <zack@debian.org> Thu, 26 Nov 2009 09:30:45 +0100
1536
1537nut (2.4.1-3.1ubuntu1) lucid; urgency=low
1538
1539 * Merge from debian testing, remaining changes:
1540 + debian/control:
1541 - Update maintainer field as per spec.
1542 - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
1543 - Drop libpowerman0-dev from the Build-Depends (currently in universe)
1544 - remove the nut-powerman-pdu package for now
1545 + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1546 unconditionally, to handle the upgrade from hardy release.
1547 + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped
1548 for now
1549 + debian/nut.links: must create the init script link, used if the ups
1550 needs to be powered down (LP: #357583)
1551 + debian/nut.init: Fix status_of_proc messages not to lie to the user (LP: #416182)
1552
1553 -- Chuck Short <zulcss@ubuntu.com> Fri, 06 Nov 2009 01:34:44 +0000
1554
758nut (2.4.1-3.2) unstable; urgency=low1555nut (2.4.1-3.2) unstable; urgency=low
7591556
760 * Non-maintainer upload.1557 * Non-maintainer upload.
@@ -775,6 +1572,30 @@ nut (2.4.1-3.1) unstable; urgency=low
7751572
776 -- Christian Perrier <bubulle@debian.org> Tue, 20 Oct 2009 21:45:21 +02001573 -- Christian Perrier <bubulle@debian.org> Tue, 20 Oct 2009 21:45:21 +0200
7771574
1575nut (2.4.1-3ubuntu2) karmic; urgency=low
1576
1577 * debian/nut.init: Fix status_of_proc messages not to lie to
1578 the user. (LP: #416182)
1579
1580 -- Chuck Short <zulcss@ubuntu.com> Wed, 23 Sep 2009 09:37:16 -0400
1581
1582nut (2.4.1-3ubuntu1) karmic; urgency=low
1583
1584 * Merge from debian unstable, remaining changes:
1585 + debian/control:
1586 - Update maintainer field as per spec.
1587 - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
1588 - Drop libpowerman0-dev from the Build-Depends (currently in universe)
1589 - remove the nut-powerman-pdu package for now
1590 + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1591 unconditionally, to handle the upgrade from hardy release.
1592 + debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped
1593 for now.
1594 + debian/nut.links: must create the init script link, used if the ups
1595 needs to be powered down (LP: #357583)
1596
1597 -- Chuck Short <zulcss@ubuntu.com> Thu, 28 May 2009 06:55:21 +0100
1598
778nut (2.4.1-3) unstable; urgency=low1599nut (2.4.1-3) unstable; urgency=low
7791600
780 * Debconf templates and debian/control reviewed by the debian-l10n-1601 * Debconf templates and debian/control reviewed by the debian-l10n-
@@ -793,6 +1614,52 @@ nut (2.4.1-3) unstable; urgency=low
7931614
794 -- Christian Perrier <bubulle@debian.org> Sat, 21 Mar 2009 08:08:59 +01001615 -- Christian Perrier <bubulle@debian.org> Sat, 21 Mar 2009 08:08:59 +0100
7951616
1617nut (2.4.1-2ubuntu4) jaunty; urgency=low
1618
1619 * debian/nut.links: must create the init script link, used if the ups
1620 needs to be powered down, LP: #357583
1621
1622 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 09 Apr 2009 14:01:54 -0700
1623
1624nut (2.4.1-2ubuntu3) jaunty; urgency=low
1625
1626 Fixes for LP: #348454
1627 * debian/control: add dpatch to Build-Depends,
1628 * debian/patches/*: back for the below fix
1629 * debian/patches/01_epdu_fix.dpatch: fix an upstream problem with Eaton PDUs
1630 vs untested PDUs from Raritan
1631 * debian/rules: reactivate again dpatch rules
1632
1633 -- Arnaud Quette <aquette@debian.org> Wed, 25 Mar 2009 13:17:21 +0100
1634
1635nut (2.4.1-2ubuntu2) jaunty; urgency=low
1636
1637 [ Arnaud Quette <aquette@debian.org> ]
1638 * Fix FTBFS
1639 * debian/control:
1640 - drop libpowerman0-dev from the Build-Depends (currently in universe)
1641 - remove the nut-powerman-pdu package for now
1642 * debian/nut-powerman-pdu.install, debian/nut-powerman-pdu.manpages: dropped
1643 for now
1644
1645 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 05 Mar 2009 14:34:06 -0600
1646
1647nut (2.4.1-2ubuntu1) jaunty; urgency=low
1648
1649 * Acknowledge closed bugs in upstream and Debian: LP: #1568, LP: #221737,
1650 LP: #239025, LP: #278495, LP: #332030, LP: #332032
1651 * Merge from debian unstable, remaining changes:
1652 + debian/control:
1653 - Update maintainer field as per spec.
1654 - Add Breaks on nut-hal-drivers to ensure we have correct udev version.
1655 + debian/{nut-cgi,nut}.postinst: add nut to the dialout and nut groups
1656 unconditionally, to handle the upgrade from the hardy release (simply
1657 uncommented).
1658 + debian/rules: pre merge the changes for Ubuntu (udev path and version),
1659 (simply uncommented).
1660
1661 -- Arnaud Quette <aquette@debian.org> Fri, 27 Feb 2009 12:49:24 +0100
1662
796nut (2.4.1-2) unstable; urgency=low1663nut (2.4.1-2) unstable; urgency=low
7971664
798 * debian/control:1665 * debian/control:
@@ -882,6 +1749,50 @@ nut (2.4.1-1) unstable; urgency=low
8821749
883 -- Arnaud Quette <aquette@debian.org> Tue, 17 Feb 2009 14:15:24 +01001750 -- Arnaud Quette <aquette@debian.org> Tue, 17 Feb 2009 14:15:24 +0100
8841751
1752nut (2.2.2-10ubuntu3) jaunty; urgency=low
1753
1754 * debian/{nut-cgi,nut}.preinst: don't call adduser or addgroup *at
1755 all*, these operations should be handled in the postinst. Since
1756 this is the only custom action at all for nut-cgi, remove that
1757 preinst completely.
1758 * debian/{nut-cgi,nut}.postinst: add nut to the dialout
1759 and nut groups unconditionally, to handle the upgrade from the hardy
1760 release. LP: #222761, LP: #287781.
1761 * debian/control: nut needs Pre-Depends: debconf instead of Depends:,
1762 because we use debconf unconditionally in the preinst.
1763 * reinstate debian/nut-hal-drivers.postinst, which was lost in a
1764 merge; and fix it up to use udevadm trigger --action=change, the
1765 safe way to install udev rules.
1766 * have nut-hal-drivers Depend: on udev so it can use the above.
1767 * fix up nut postinst to also use 'udevadm trigger --action=change'
1768
1769 -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 30 Jan 2009 01:06:53 +0000
1770
1771nut (2.2.2-10ubuntu2) jaunty; urgency=low
1772
1773 * debian/rules: Install udev rules into /lib/udev/rules, bump versioned
1774 dependency on udev.
1775 * debian/nut.install, debian/nut-hal-drivers.install: Update path
1776 * debian/patches/04-ubuntu-udev-rules-name.dpatch: Use a dash to
1777 separate the name, not an underscore.
1778 * debian/nut.preinst, debian/nut-hal-drivers.preinst: Remove previous
1779 rules if unchanged, otherwise move to new filename.
1780 * debian/control: Add Breaks to ensure we have correct udev version.
1781
1782 -- Scott James Remnant <scott@ubuntu.com> Tue, 13 Jan 2009 02:50:14 +0000
1783
1784nut (2.2.2-10ubuntu1) jaunty; urgency=low
1785
1786 * Merge from debian unstable, remaining changes:
1787 + debian/control:
1788 - Update maintainer field as per spec.
1789 + debian/nut{-cgi,-hal-drivers}.preinst:
1790 - Add nut user to dialout group.
1791 + debian/nut.install
1792 - Install the configuration files in /etc/nut.
1793
1794 -- Chuck Short <zulcss@ubuntu.com> Fri, 28 Nov 2008 23:01:47 +0000
1795
885nut (2.2.2-10) unstable; urgency=low1796nut (2.2.2-10) unstable; urgency=low
8861797
887 * Merge from Ubuntu (Morten Kjeldgaard):1798 * Merge from Ubuntu (Morten Kjeldgaard):
@@ -922,6 +1833,18 @@ nut (2.2.2-9) unstable; urgency=low
9221833
923 -- Arnaud Quette <aquette@debian.org> Wed, 15 Oct 2008 17:20:29 +02001834 -- Arnaud Quette <aquette@debian.org> Wed, 15 Oct 2008 17:20:29 +0200
9241835
1836nut (2.2.2-8ubuntu1) jaunty; urgency=low
1837
1838 * Merge from debian unstable, remaining changes:
1839 + debian/control:
1840 - Update maintainer field as per spec.
1841 + debian/nut{-cgi,-hal-drivers}.preinst:
1842 - Add nut user to dialout group.
1843 + debian/rules:
1844 - Move the configuration files to /etc/nut from examples.
1845
1846 -- Chuck Short <zulcss@ubuntu.com> Wed, 05 Nov 2008 02:59:59 -0400
1847
925nut (2.2.2-8) unstable; urgency=high1848nut (2.2.2-8) unstable; urgency=high
9261849
927 * debian/nut.links: restored since it's now handled by insserv (Closes:1850 * debian/nut.links: restored since it's now handled by insserv (Closes:
@@ -945,6 +1868,18 @@ nut (2.2.2-7) unstable; urgency=high
9451868
946 -- Arnaud Quette <aquette@debian.org> Mon, 15 Sep 2008 17:18:28 +02001869 -- Arnaud Quette <aquette@debian.org> Mon, 15 Sep 2008 17:18:28 +0200
9471870
1871nut (2.2.2-6ubuntu1) intrepid; urgency=low
1872
1873 * Merge from debian unstable, remaining changes:
1874 + debian/control:
1875 - Update maintainer field as per spec.
1876 + debian/nut{-cgi,-hal-drivers}.preinst:
1877 - Add nut user to dialout group.
1878 + debian/rules:
1879 - Move the configuration files to /etc/nut from examples.
1880
1881 -- Chuck Short <zulcss@ubuntu.com> Mon, 14 Jul 2008 00:54:42 +0100
1882
948nut (2.2.2-6) unstable; urgency=low1883nut (2.2.2-6) unstable; urgency=low
9491884
950 * tag this bug as closed by the 2.2.2 release (Closes: #490048)1885 * tag this bug as closed by the 2.2.2 release (Closes: #490048)
@@ -988,6 +1923,18 @@ nut (2.2.2-4) unstabl e; urgency=low
9881923
989 -- Arnaud Quette <aquette@debian.org> Sat, 05 Jul 2008 22:56:35 +02001924 -- Arnaud Quette <aquette@debian.org> Sat, 05 Jul 2008 22:56:35 +0200
9901925
1926nut (2.2.2-3ubuntu1) intrepid; urgency=low
1927
1928 * Merge from debian unstable, remaining changes:
1929 + debian/control:
1930 - Update maintainer field as per spec.
1931 + debian/nut{-cgi,-hal-drivers}.preinst:
1932 - Add nut to user to dialout group.
1933 + debian/rules:
1934 - Move the configuation files to /etc/nut from examples.
1935
1936 -- Chuck Short <zulcss@ubuntu.com> Tue, 01 Jul 2008 11:57:01 +0100
1937
991nut (2.2.2-3) unstable; urgency=low1938nut (2.2.2-3) unstable; urgency=low
9921939
993 * debian/rules: reactivate dpatch support1940 * debian/rules: reactivate dpatch support
@@ -1017,6 +1964,20 @@ nut (2.2.2-2) unstable; urgency=low
10171964
1018 -- Arnaud Quette <aquette@debian.org> Fri, 20 Jun 2008 21:29:31 +02001965 -- Arnaud Quette <aquette@debian.org> Fri, 20 Jun 2008 21:29:31 +0200
10191966
1967nut (2.2.2-1ubuntu1) intrepid; urgency=low
1968
1969 * Merge from debian unstable, remaining changes:
1970 + debian/control:
1971 - Update maintainer field as per spec.
1972 + debian/nut{-cgi,-hal-drivers}.preinst:
1973 - Add nut to user to dialout group.
1974 + debian/rules:
1975 - Move the configuration files to /etc/nut from examples
1976 + debian/patches/01_fix_megatec_regression.dpatch.
1977 - Dropped no longer since its fixed in this version.
1978
1979 -- Chuck Short <zulcss@ubuntu.com> Wed, 18 Jun 2008 11:30:10 -0500
1980
1020nut (2.2.2-1) unstable; urgency=low1981nut (2.2.2-1) unstable; urgency=low
10211982
1022 * New upstream release (Closes: #471828, #462468, #334105, #463150)1983 * New upstream release (Closes: #471828, #462468, #334105, #463150)
@@ -1044,6 +2005,59 @@ nut (2.2.2-1) unstable; urgency=low
10442005
1045 -- Arnaud Quette <aquette@debian.org> Wed, 04 Jun 2008 13:35:41 +02002006 -- Arnaud Quette <aquette@debian.org> Wed, 04 Jun 2008 13:35:41 +0200
10462007
2008nut (2.2.1-2.1ubuntu7) hardy; urgency=low
2009
2010 * debian/patches/01_fix_megatec_regression.dpatch
2011 - Fix more megatec_usb driver regressions. (LP: #215389)
2012
2013 -- Chuck Short <zulcss@ubuntu.com> Mon, 14 Apr 2008 14:25:48 -0400
2014
2015nut (2.2.1-2.1ubuntu6) hardy; urgency=low
2016
2017 * debian/patches/01_fix_megatec_regression.dpatch
2018 - Updated patch thanks to Alexander I. Gordeev <lasaine -at-
2019 lvk.cs.msu.su>. (LP: #209001)
2020
2021 -- Chuck Short <zulcss@ubuntu.com> Thu, 10 Apr 2008 09:33:53 -0400
2022
2023nut (2.2.1-2.1ubuntu5) hardy; urgency=low
2024
2025 * debian/patches/01_fix_megatec_regression.dpatch
2026 - Readded support for various USB devices. (LP: #209001)
2027
2028 -- Chuck Short <zulcss@ubuntu.com> Mon, 07 Apr 2008 08:46:46 -0400
2029
2030nut (2.2.1-2.1ubuntu4) hardy; urgency=low
2031
2032 * Use udevtrigger to restart udev. (LP: #204612)
2033
2034 -- Chuck Short <zulcss@ubuntu.com> Wed, 26 Mar 2008 13:30:24 -0400
2035
2036nut (2.2.1-2.1ubuntu3) hardy; urgency=low
2037
2038 * Fix FTBFS.
2039
2040 -- Chuck Short <zulcss@ubuntu.com> Sat, 22 Mar 2008 10:00:06 -0400
2041
2042nut (2.2.1-2.1ubuntu2) hardy; urgency=low
2043
2044 * Fix udev rules. (LP: #204612).
2045 * Cleaned up debian/control.
2046
2047 -- Chuck Short <zulcss@ubuntu.com> Fri, 21 Mar 2008 20:30:44 -0400
2048
2049nut (2.2.1-2.1ubuntu1) hardy; urgency=low
2050
2051 * Merge from debian unstable (LP: #203366), remaining Ubuntu changes:
2052 + debian/rules:
2053 - Move the configuration files to /etc/nut from examples.
2054 + debian/nut{,-cgi,-hal-drivers}.preinst
2055 - Add nut user to dialout group.
2056 + debian/control:
2057 - Updated Maintainer field as per spec.
2058
2059 -- Luca Falavigna <dktrkranz@ubuntu.com> Mon, 17 Mar 2008 23:59:38 +0100
2060
1047nut (2.2.1-2.1) unstable; urgency=low2061nut (2.2.1-2.1) unstable; urgency=low
10482062
1049 * Non-maintainer upload.2063 * Non-maintainer upload.
@@ -1051,6 +2065,14 @@ nut (2.2.1-2.1) unstable; urgency=low
10512065
1052 -- Joe Nahmias <jello@debian.org> Sun, 09 Mar 2008 13:12:12 -04002066 -- Joe Nahmias <jello@debian.org> Sun, 09 Mar 2008 13:12:12 -0400
10532067
2068nut (2.2.1-2ubuntu1) hardy; urgency=low
2069
2070 * Move the configuration files to /etc/nut from examples. (LP: #85598)
2071 * Add nut user to dialout group. (LP: #157079)
2072 * Updated Maintainer according to specs.
2073
2074 -- Chuck Short <zulcss@ubuntu.com> Thu, 28 Feb 2008 10:10:24 -0500
2075
1054nut (2.2.1-2) unstable; urgency=low2076nut (2.2.1-2) unstable; urgency=low
10552077
1056 * debian/po/de.po: update the German po-debconf translation (Closes:2078 * debian/po/de.po: update the German po-debconf translation (Closes:
@@ -2015,6 +3037,3 @@ nut (0.43.2-1) unstable; urgency=low
20153037
2016 -- Luca Filipozzi <lfilipoz@emyr.net> Wed, 3 May 2000 20:50:30 -07003038 -- Luca Filipozzi <lfilipoz@emyr.net> Wed, 3 May 2000 20:50:30 -0700
20173039
2018Local variables:
2019mode: debian-changelog
2020End:
diff --git a/debian/control b/debian/control
index c1c0b10..3577e16 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: nut1Source: nut
2Section: admin2Section: admin
3Priority: optional3Priority: optional
4Maintainer: Laurent Bigonville <bigon@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Laurent Bigonville <bigon@debian.org>
5Build-Depends: asciidoc <!nodoc>,6Build-Depends: asciidoc <!nodoc>,
6 debhelper (>= 12),7 debhelper (>= 12),
7 dh-python,8 dh-python,

Subscribers

People subscribed via source and target branches