[linbox] 04/05: Bump to debhelper compat level 10.

Sébastien Villemot sebastien at debian.org
Sun Aug 20 13:13:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository linbox.

commit e9f3112938c8d25adb405da0e0e64de1118d0c22
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Aug 20 14:30:15 2017 +0200

    Bump to debhelper compat level 10.
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 3 +--
 debian/rules     | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8ad41c..b250d73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ linbox (1.4.2-5) UNRELEASED; urgency=medium
   * d/control:
     - fix URL in Vcs-Browser field.
     - fix typo in liblinbox-doc description.
+  * Bump to debhelper compat level 10.
 
  -- Doug Torrance <dtorrance at piedmont.edu>  Sun, 13 Aug 2017 08:24:29 -0400
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index d990af4..83146f4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Doug Torrance <dtorrance at piedmont.edu>
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                pkg-config,
 # please keep the version below in-sync with linbox.pc.in
 # also the Depends: field of liblinbox-dev below
diff --git a/debian/rules b/debian/rules
index 7f93c68..dcd43eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 ifeq ($(DEB_HOST_ARCH_CPU), $(filter $(DEB_HOST_ARCH_CPU), mipsel))
 build:
 	sed -e '/\s*test-charpoly\s*\\/d' -i tests/Makefile.am
-	dh build --with autoreconf --parallel
+	dh build
 endif
 
 override_dh_auto_configure:
@@ -55,4 +55,4 @@ override_dh_auto_build-indep:
 	rm -f doc/linbox-*html/COPYING
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/linbox.git



More information about the debian-science-commits mailing list