[SCM] muse/master: Tune dh_clean to avoid introducing changes to the upstream sources root.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 7 11:53:13 UTC 2013


The following commit has been merged in the master branch:
commit 307eec2d62802766259ab7a31686421197da150a
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jan 31 10:53:17 2013 +0000

    Tune dh_clean to avoid introducing changes to the upstream sources root.

diff --git a/debian/rules b/debian/rules
index ecf5e06..cadacfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 override_dh_clean:
 	dh_clean -Xmuse/widgets/arrangercolumns.cpp~ \
-		-Xmuse/widgets/arrangercolumns.h~
+		-Xmuse/widgets/arrangercolumns.h~ -X*~
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_BUILD_TYPE=release

-- 
muse packaging



More information about the pkg-multimedia-commits mailing list