[SCM] horgand packaging branch, master, updated. debian/1.14-2-4-g33f9680

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jun 20 16:39:23 UTC 2010


The following commit has been merged in the master branch:
commit 33f9680d7986885ba857dc6532545b9af2f1bfb9
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jun 20 18:39:20 2010 +0200

    Enable autotools_dev debhelper plugin.

diff --git a/debian/control b/debian/control
index d665613..8028084 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Free Ekanayaka <free at agnula.org>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- autotools-dev,
+ autotools-dev (>= 20100122.1~),
  automake,
  libfltk1.1-dev,
  libjack-dev,
diff --git a/debian/rules b/debian/rules
index 09e242c..7a2738e 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

-- 
horgand packaging



More information about the pkg-multimedia-commits mailing list