[p4est] 02/04: Switch to debhelper 10

Graham Inggs ginggs at moszumanska.debian.org
Tue Oct 10 10:14:52 UTC 2017


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

ginggs pushed a commit to branch master
in repository p4est.

commit 7686a05b8b804ff1a522db809473e1a4216023f8
Author: Graham Inggs <ginggs at debian.org>
Date:   Tue Oct 10 11:53:37 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 6a648cd..6883bd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 p4est (1.1-5) UNRELEASED; urgency=medium
 
   * Add build-dependency on gfortran (Closes: #877061)
+  * Switch to debhelper 10
 
  -- Graham Inggs <ginggs at debian.org>  Tue, 10 Oct 2017 09:15:14 +0000
 
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 27797e0..f9b47a8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Uploaders: Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>,
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/p4est.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/p4est.git
 Homepage: http://www.p4est.org/
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gfortran,
                libblas-dev,
                liblapack-dev,
diff --git a/debian/rules b/debian/rules
index 71b6c02..0bde7ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/dpkg/pkg-info.mk
 export OMPI_MCA_plm_rsh_agent=/bin/false
 
 %:
-	dh $@ --with=autoreconf --parallel
+	dh $@
 
 override_dh_autoreconf:
 	echo $(DEB_VERSION_UPSTREAM) > .tarball-version

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



More information about the debian-science-commits mailing list