[SCM] soundtouch/master: Put soundtouch.pc into debian/clean.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Mar 6 11:31:35 UTC 2011


The following commit has been merged in the master branch:
commit 270a38b9d2fd61b1dc3bc15f268ca9c27edb65c1
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Mar 6 12:30:14 2011 +0100

    Put soundtouch.pc into debian/clean.
    
    This allows us to avoid adding another override_* rule to debian/rules.

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..2f091c4
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+soundtouch.pc
diff --git a/debian/rules b/debian/rules
index 59aff35..2832eba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,6 @@
 #export DH_VERBOSE=1
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-override_dh_clean:
-	dh_clean soundtouch.pc
-
 override_dh_auto_configure:
         ifeq ($(DEB_HOST_ARCH), amd64)
 		dh_auto_configure -- CC='gcc -m32' CXX='g++ -m32' \

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list