[SCM] sndobj/master: Properly clean the sources tree.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 5 12:23:56 UTC 2012


The following commit has been merged in the master branch:
commit b70b5785ea383d179b62df7c53f50173010fb068
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 5 12:50:33 2012 +0100

    Properly clean the sources tree.

diff --git a/debian/changelog b/debian/changelog
index 7715748..fca5b9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sndobj (2.6.6.1-3) unstable; urgency=low
+
+  * 
+
+ -- Alessio Treglia <alessio at debian.org>  Sun, 05 Feb 2012 11:56:00 +0100
+
 sndobj (2.6.6.1-2) unstable; urgency=low
 
   * Add gbp config file.
diff --git a/debian/rules b/debian/rules
index 9f81f05..a472a80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
 	dh $@
 
+override_dh_auto_clean:
+	rm -rf lib
+	dh_auto_clean
+
 override_dh_auto_build:
 ifeq (linux,$(DEB_HOST_ARCH_OS))
 	scons ALSA=true OSS=false JACK=true customLIBS=pthread

-- 
sndobj packaging



More information about the pkg-multimedia-commits mailing list