[SCM] mhWaveEdit packaging branch, master, updated. upstream/1.4.18-28-ge5a54ed
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Jun 24 07:39:05 UTC 2010
The following commit has been merged in the master branch:
commit 8d7f42f4e946f63d78cc457086ab33b671724ac1
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Jun 24 09:34:09 2010 +0200
Switch to debhelper 7.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index c7fc371..9fcd5cc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Free Ekanayaka <freee at debian.org>,
Adrian Knoth <adi at drcomp.erfurt.thur.de>
-Build-Depends: debhelper (>= 5.0.0),
- autotools-dev,
- cdbs,
+Build-Depends: debhelper (>= 7.0.50~),
+ autotools-dev (>= 20100122.1~),
libgtk2.0-dev,
libjack-dev,
libpulse-dev,
diff --git a/debian/rules b/debian/rules
index 8d8b8a8..d450487 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
+%:
+ dh --with autotools_dev $@
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-DEB_CONFIGURE_EXTRA_FLAGS := --without-portaudio --without-sdl
+override_dh_auto_configure:
+ dh_auto_configure -- --without-portaudio --without-sdl
--
mhWaveEdit packaging
More information about the pkg-multimedia-commits
mailing list