[SCM] meterbridge packaging branch, master, updated. debian/0.9.2-7-7-gd07feba
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun Jun 27 17:50:07 UTC 2010
The following commit has been merged in the master branch:
commit d07feba82b5429e0b557d7732b2885754d6fe42e
Author: Alessio Treglia <alessio at debian.org>
Date: Sun Jun 27 19:50:02 2010 +0200
Add autotools_dev DH plugin support.
diff --git a/debian/control b/debian/control
index 33684d1..08d0ad8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
Uploaders: Alessio Treglia <quadrispro at ubuntu.com>,
Jaromír Mikeš <mira.mikes at seznam.cz>
Build-Depends: debhelper (>= 7.0.50~),
- autotools-dev,
+ autotools-dev (>= 20100122.1~),
libsdl-dev,
libjack-dev,
libsdl-image1.2-dev
diff --git a/debian/rules b/debian/rules
index e5c29e3..c5abf12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
-
-override_dh_auto_configure:
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
- dh_auto_configure
+ dh --with autotools_dev $@
override_dh_auto_install:
dh_auto_install
--
meterbridge packaging
More information about the pkg-multimedia-commits
mailing list