[SCM] gavl packaging branch, master, updated. debian/1.1.2-2-6-gd98435f
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Jun 26 18:21:49 UTC 2010
The following commit has been merged in the master branch:
commit d98435f4ee5296765f4198931e887b97252ce61e
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Jun 26 20:21:49 2010 +0200
Use dh-autoreconf instead of the autotools_dev plugin.
diff --git a/debian/control b/debian/control
index bd60ca0..aaf2caa 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 7.0.50~),
doxygen,
automake,
libtool,
- autotools-dev (>= 20100122.1~)
+ autotools-dev,
+ dh-autoreconf
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 3da4f91..10ed09a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
#!/usr/bin/make -f
%:
- dh --with autotools_dev $@
+ dh --with autoreconf $@
override_dh_auto_configure:
- autoreconf -f -i
dh_auto_configure -- \
--docdir=\$${prefix}/share/doc/libgavl-doc \
--enable-static \
--
gavl packaging
More information about the pkg-multimedia-commits
mailing list