[SCM] gigedit/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:10:07 UTC 2016
The following commit has been merged in the master branch:
commit a029f9efa5a94a25fc0f5846d55e9001b0746200
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Nov 24 00:09:58 2016 +0100
Drop autoreconf - not needed with compat 10.
diff --git a/debian/control b/debian/control
index caa6261..d08ea56 100755
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
Jaromír Mikeš <mira.mikes at seznam.cz>
Build-Depends: debhelper (>= 10~),
automake,
- dh-autoreconf,
pkg-config,
intltool,
libgtkmm-2.4-dev,
diff --git a/debian/rules b/debian/rules
index 4ba96f1..f75cdde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with autoreconf
+ dh $@
# Skip to prevent FTBFS
override_dh_auto_test:
--
gigedit packaging
More information about the pkg-multimedia-commits
mailing list