[SCM] qsampler/master: Drop autoreconf - not needed with compat 10.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Nov 23 23:40:34 UTC 2016
The following commit has been merged in the master branch:
commit 3e2a7892b6212caa808212e70ce8b0ecbe19ad8c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Nov 24 00:40:20 2016 +0100
Drop autoreconf - not needed with compat 10.
diff --git a/debian/control b/debian/control
index 0cb175f..9b73827 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
Alessio Treglia <alessio at debian.org>,
Jaromír Mikeš <mira.mikes at seznam.cz>
Build-Depends: debhelper (>= 10),
- dh-autoreconf,
pkg-config,
qtbase5-dev,
qttools5-dev-tools,
diff --git a/debian/rules b/debian/rules
index 236780b..65d50c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export QT_SELECT=qt5
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-debug
--
qsampler packaging
More information about the pkg-multimedia-commits
mailing list