[nfft] 03/06: Upgrade to debhelper 10.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Oct 12 13:27:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag debian/3.3.2_rc3-1
in repository nfft.
commit ddfbb0bca9d1bc25a607941259fb14b5a3fd3c81
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Oct 11 08:13:05 2016 +0100
Upgrade to debhelper 10.
- Bump compat version to 10.
- Bump versioned depends on debhelper to 10.
- Drop explicit dependency on dh-autoreconf.
- Drop explicit usage of `--with autoreconf` from dh command.
- Drop explicit usage of `--parallel` from dh command.
Gbp-Dch: full
---
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
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 4eb9013..b70a0bc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
Section: science
Testsuite: autopkgtest
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
libcunit1-dev,
libfftw3-dev,
libncurses5-dev,
diff --git a/debian/rules b/debian/rules
index a9f2d66..5877fbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ HAVE_FFTWL ?= $(shell pkg-config --exists fftw3l && echo 'yes')
DEB_HOST_ARCH_CPU := $(shell dpkg-architecture --query DEB_HOST_ARCH_CPU)
%:
- dh $@ --parallel --with autoreconf
+ dh $@
override_dh_auto_clean:
dh_auto_clean --arch --builddirectory=build-nfft
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nfft.git
More information about the debian-science-commits
mailing list