[SCM] snd packaging branch, master, updated. debian/11.5-1-5-gb3c1193

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jun 6 17:26:52 UTC 2010


The following commit has been merged in the master branch:
commit b3c1193926ee3ef3aba0c53cd89683c66c841aca
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jun 6 19:26:12 2010 +0200

    Add autotools_dev DH helper support.

diff --git a/debian/control b/debian/control
index 6f359ce..8c61e9b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  ladspa-sdk,
  xutils-dev,
  libgsl0-dev (>= 1.1.1),
- autotools-dev,
+ autotools-dev (>= 20100122.1~),
  libfftw3-dev (>= 2.1.3),
  libgtk2.0-dev (>= 2.0.6),
  libsamplerate0-dev,
diff --git a/debian/rules b/debian/rules
index 9a2a0c3..12db276 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ EXTRA_CONFIGURE_ARGS=--with-oss
 endif
 
 %:
-	dh --with quilt $@
+	dh --with=quilt,autotools_dev $@
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list