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

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Feb 27 07:51:21 UTC 2011


The following commit has been merged in the master branch:
commit 9ef58f28104f64d568b96cb6622770b31c00d010
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sun Feb 27 02:47:21 2011 -0500

    Remove soundtouch.pc during the clean routine.
    
    Thanks to Reinhard Tartler.

diff --git a/debian/rules b/debian/rules
index ece0c7e..59aff35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,7 @@
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 override_dh_clean:
-	dh_clean
-	rm -f soundtouch.pc
+	dh_clean soundtouch.pc
 
 override_dh_auto_configure:
         ifeq ($(DEB_HOST_ARCH), amd64)

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list