[SCM] mhWaveEdit packaging branch, master, updated. debian/1.4.15-2-3-g5fa42ad

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Aug 25 15:22:19 UTC 2009


The following commit has been merged in the master branch:
commit fdd03f3e674f2de48e17fda7ce3c8b8ac122f32c
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Aug 25 17:19:48 2009 +0200

    Remove --with-default-driver=jack
    
    Upstream has contacted me and suggested to remove this flag. mhwaveedit
    detects the audio system at runtime, so removing the flag would help
    users not running jackd.
    
    This fix also remedies two lintian warnings.

diff --git a/debian/rules b/debian/rules
index 098ecdc..d006e85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ endif
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --without-portaudio --without-sdl --with-default-driver=jack
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --without-portaudio --without-sdl
 
 build: build-stamp
 
@@ -48,7 +48,7 @@ clean: unpatch
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean 
 
@@ -79,7 +79,6 @@ binary-arch: build install
 	dh_install
 	dh_installmenu
 	dh_installman
-	dh_desktop
 	dh_link
 	dh_strip
 	dh_compress

-- 
mhWaveEdit packaging



More information about the pkg-multimedia-commits mailing list