[SCM] rosegarden/master: Don't touch autom4te.cache directory, it's provided by upstream.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Nov 23 15:41:04 UTC 2010
The following commit has been merged in the master branch:
commit eb7565ad2c9188a15dfc9acb5aee20d83e02f739
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Nov 23 16:40:04 2010 +0100
Don't touch autom4te.cache directory, it's provided by upstream.
diff --git a/debian/rules b/debian/rules
index c60273d..d8be2e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,9 @@ endif
%:
dh $@
+override_dh_clean:
+ dh_clean -Xautom4te.cache
+
override_dh_auto_configure:
sh ./bootstrap.sh
dh_auto_configure
--
rosegarden packaging
More information about the pkg-multimedia-commits
mailing list