debian/changelog |    2 ++
 debian/control   |    2 --
 debian/rules     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 838787b8cbfa46d54b41a4dd409085b6802199f5
Author: Sven Joachim <svenj...@gmx.de>
Date:   Mon Jul 24 19:16:02 2017 +0200

    Stop passing --parallel to dh
    
    In compat level 10 and higher, dh already defaults to parallel builds.

diff --git a/debian/changelog b/debian/changelog
index 3e2683c..c37a995 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xterm (330-2) UNRELEASED; urgency=medium
 
   * Add two simple autopkg smoke tests.
   * Drop autotools-dev from Build-Depends, it is redundant now.
+  * Stop passing --parallel to dh, already default in compat level 10.
 
  -- Sven Joachim <svenj...@gmx.de>  Wed, 05 Jul 2017 22:58:37 +0200
 
diff --git a/debian/rules b/debian/rules
index 32f7346..e5d36b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ override_dh_install:
        dh_install --fail-missing
 
 %:
-       dh $@ --builddirectory=build/ --parallel
+       dh $@ --builddirectory=build/
 
 debian/local/xterm.faq.html:
        wget -O $@ http://invisible-island.net/xterm/xterm.faq.html

commit 00566391ee2c9a4f8d2cec6327e5d170bd1d477e
Author: Sven Joachim <svenj...@gmx.de>
Date:   Mon Jul 24 19:03:20 2017 +0200

    Drop autotools-dev from Build-Depends
    
    There is no point in running the autotools_dev dh addon sequence, the
    dh_update_autotools_config tool does the same since debhelper
    9.20160114.  In fact, config.{sub,guess} had been backed up and
    restored twice.

diff --git a/debian/changelog b/debian/changelog
index 4ae266c..3e2683c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xterm (330-2) UNRELEASED; urgency=medium
 
   * Add two simple autopkg smoke tests.
+  * Drop autotools-dev from Build-Depends, it is redundant now.
 
  -- Sven Joachim <svenj...@gmx.de>  Wed, 05 Jul 2017 22:58:37 +0200
 
diff --git a/debian/control b/debian/control
index 6219324..578dfa6 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,6 @@ Build-Depends:
  libxcursor-dev,
  libxinerama-dev,
  debhelper (>= 10),
- autotools-dev,
  autoconf-dickey (>= 2.52+20170501),
  lynx | lynx-cur,
  xorg-docs-core,
@@ -106,7 +105,6 @@ Build-Depends:
 #   xorg-docs-core                  provides X(7) which minstall.sh tries to
 #                                   detect
 #   debhelper (>= 10)               debian/compat = 10
-#   autotools-dev                   update config.guess, config.sub
 #   autoconf-dickey                 regenerate configure
 #   lynx | lynx-cur                 generates plain-text version of xterm faq
 #   desktop-file-utils              for installing xterm.desktop
diff --git a/debian/rules b/debian/rules
index 521becf..32f7346 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ override_dh_install:
        dh_install --fail-missing
 
 %:
-       dh $@ --with autotools_dev --builddirectory=build/ --parallel
+       dh $@ --builddirectory=build/ --parallel
 
 debian/local/xterm.faq.html:
        wget -O $@ http://invisible-island.net/xterm/xterm.faq.html

Reply via email to