Ubuntu Pastebin

Paste from robie at Thu, 16 Feb 2017 18:30:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
diff --git a/debian/changelog b/debian/changelog
index 9a7547b..b698b31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,29 +12,37 @@ nut (2.7.4-4ubuntu1) zesty; urgency=medium
     - Disable systemd unit; it does not check nut.conf whether nut is
       configured, and thus fails to start (and the package install).  The
       init.d script works well enough for the time being.
-    - debian/tests/test-nut.py: in the CVE_2012_2944 test, give nut at most
-      + 5 seconds to shut down, instead of expecting it to be shut down
-        immediately after sending the killall.
+    - debian/tests/test-nut.py:
+      + In the CVE_2012_2944 test, give nut at most 5 seconds to shut down,
+        instead of expecting it to be shut down immediately after sending the
+        killall.
       + Additional indication on how to run tests for oneiric, precise to
         vivid and wily+
     - debian/tests/control : Fix dep8 test failures:
-       + Drop python-unit from dep8 dependencies since the python-test
-         package has now been removed. The unittest module has shipped with
-         Python since 2.1.
-       + Add dep8 test dependency on python, since Python 2 is required and
-         is not necessarily installed by default any more.
+      + Drop python-unit from dep8 dependencies since the python-test
+        package has now been removed. The unittest module has shipped with
+        Python since 2.1.
+      + Add dep8 test dependency on python, since Python 2 is required and
+        is not necessarily installed by default any more.
   * Dropped changes:
-      + Patch libtool.m4 and configure to support ppc64le. (Fixed upstream)
-      + Remove unnecessary chmod 755 on files introduced by previous merge,
-        assumed to be an error
-      + debian/patches/0006-ups-conf-maxretry.patch: documentation tweaks
-        (unnecessary Ubuntu delta). This was formerly listed as "Move maxretry
-        setting above Examples section" but no longer did this at all.
+    - Patch libtool.m4 and configure to support ppc64le. (Fixed upstream)
+    - Remove unnecessary chmod 755 on files introduced by previous merge,
+      assumed to be an error
+    - debian/patches/0006-ups-conf-maxretry.patch: documentation tweaks
+      (unnecessary Ubuntu delta). This was formerly listed as "Move maxretry
+      setting above Examples section" but no longer did this at all.
   * Replace outdated indictions on how to run tests (Oneric, Precise, Vivid,
     Wily+) with proper indications for current version (Xenial+)
 
  -- Louis Bouchard <louis.bouchard@ubuntu.com>  Thu, 15 Dec 2016 15:30:05 +0100
 
+nut (2.7.4-5) unstable; urgency=medium
+
+  * debian/control: Build-depends against asciidoc-dblatex, Recommends are not
+    pulled automatically by the buildd (Closes: #851015)
+
+ -- Laurent Bigonville <bigon@debian.org>  Wed, 25 Jan 2017 09:14:10 +0100
+
 nut (2.7.4-4) unstable; urgency=medium
 
   * debian/libnutclient0.symbols: Update the .symbols file, this should fix
diff --git a/debian/control b/debian/control
index abcc1de..8383ae6 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends: autotools-dev,
                python (>= 2.6.6-3~),
                systemd [linux-any]
 Build-Depends-Indep: asciidoc (>= 8.6.3),
+                     asciidoc-dblatex,
                      dblatex (>= 0.2.5),
                      docbook-xsl,
                      libxml2-utils
Download as text