[SCM] libinstpatch/master: Set dh/compat 10.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Dec 18 10:59:00 UTC 2016
The following commit has been merged in the master branch:
commit ba8a97154adb2f43b1b8dbd0e05f76a3a39b0c37
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Dec 18 10:59:25 2016 +0100
Set dh/compat 10.
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 9fdd78e..ea07ff4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders:
Alessio Treglia <alessio at debian.org>,
Jaromír Mikeš <mira.mikes at seznam.cz>
Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 10),
+ autotools-dev,
docbook-xml,
gettext,
gtk-doc-tools,
diff --git a/debian/rules b/debian/rules
index 0365289..d484cea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ LDFLAGS += -Wl,-O1 -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%:
- dh $@ --parallel --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-debug
--
libinstpatch packaging
More information about the pkg-multimedia-commits
mailing list