[SCM] liblscp/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 22:48:53 UTC 2016
The following commit has been merged in the master branch:
commit abbfd48037b97992017c4594bbed77a086c3b5e2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Nov 23 23:31:44 2016 +0100
Drop autoreconf - not needed with compat 10.
diff --git a/debian/control b/debian/control
index 771dec7..ab2e280 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Uploaders:
Build-Depends:
autoconf,
automake,
- dh-autoreconf,
debhelper (>= 10~),
doxygen,
libtool
diff --git a/debian/rules b/debian/rules
index 84988b6..93e1e02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_build-indep:
$(MAKE) -C doc
--
liblscp packaging
More information about the pkg-multimedia-commits
mailing list