[freeimage] 04/07: Upgrade to debhelper 10.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Oct 10 14:18:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository freeimage.
commit 8bd18eefcb1cea439defe11104054bda862c74e4
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon Oct 10 14:59:33 2016 +0100
Upgrade to debhelper 10.
- Bump compat version to 10.
- Bump versioned depends of debhelper to 10.
- 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 4b5bcbe..c69d92c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Anton Gladky <gladk at debian.org>,
Ghislain Antony Vaillant <ghisvail at gmail.com>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
dos2unix,
libjpeg-dev,
libjxr-dev,
diff --git a/debian/rules b/debian/rules
index 4b7b966..4b1f438 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ INSTALL_INCDIR = $(DESTDIR)/usr/include
INSTALL_LIBDIR = $(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)
%:
- dh $@ --with=autoreconf --parallel
+ dh $@
gen-src-list:
sh gensrclist.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freeimage.git
More information about the debian-science-commits
mailing list