[SCM] libdvdread/master: Only clean if autotools is used.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sun Jan 5 18:01:29 UTC 2014


The following commit has been merged in the master branch:
commit 5a3cce116839bc23da2b4a4b9d5c1d8e58910f80
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Jan 5 17:20:29 2014 +0100

    Only clean if autotools is used.

diff --git a/debian/rules b/debian/rules
index dac080d..82b4f78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@ --with autoreconf
 
 override_dh_auto_clean:
-	[ ! -f config.mak ] || $(MAKE) distclean
+	[ ! -f configure ] || dh_auto_clean
 
 override_dh_auto_configure:
 	./configure --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --enable-static --disable-opts --disable-strip CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"

-- 
libdvdread packaging



More information about the pkg-multimedia-commits mailing list