[SCM] qsynth/master: Remove dh_autoreconf.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Jun 28 07:00:10 UTC 2017
The following commit has been merged in the master branch:
commit 844787c5a17af9eb7d9d9067f67e3babbee557fc
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Jun 28 07:20:05 2017 +0200
Remove dh_autoreconf.
diff --git a/debian/control b/debian/control
index fd9cd94..fab7a3a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
cmake,
debhelper (>= 10),
pkg-config,
- dh-autoreconf,
qtbase5-dev,
qttools5-dev-tools,
libqt5x11extras5-dev,
diff --git a/debian/rules b/debian/rules
index 6577baa..cba9418 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,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
--
qsynth packaging
More information about the pkg-multimedia-commits
mailing list