[SCM] soundtouch/master: Remove soundtouch.pc during the clean routine.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sat Feb 26 22:19:11 UTC 2011


The following commit has been merged in the master branch:
commit 8622728f6d1cb891e6a6f1891215994a260223e0
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sat Feb 26 17:10:40 2011 -0500

    Remove soundtouch.pc during the clean routine.
    
    Autogenerated file that did not get removed by default.

diff --git a/debian/rules b/debian/rules
index 2832eba..ece0c7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,10 @@
 #export DH_VERBOSE=1
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
+override_dh_clean:
+	dh_clean
+	rm -f 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