[SCM] gavl packaging branch, master, updated. debian/1.1.2-2-3-gf7759e1
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jun 7 18:43:23 UTC 2010
The following commit has been merged in the master branch:
commit f7759e1d72fc1e7286809b942da81595ea1d0257
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jun 7 20:43:02 2010 +0200
Add autotools_dev DH helper support.
diff --git a/debian/control b/debian/control
index 60fa340..bd60ca0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 7.0.50~),
doxygen,
automake,
libtool,
- autotools-dev
+ autotools-dev (>= 20100122.1~)
Vcs-Git: git://git.debian.org/pkg-multimedia/gavl.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gavl.git
diff --git a/debian/rules b/debian/rules
index 3d4ead3..3da4f91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with autotools_dev $@
override_dh_auto_configure:
autoreconf -f -i
--
gavl packaging
More information about the pkg-multimedia-commits
mailing list