[SCM] wavbreaker/master: Don't purge autom4te.cache directory on clean.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Jan 14 02:41:19 UTC 2012
The following commit has been merged in the master branch:
commit 0e2255078c493eb8a1e7bcc9e35537836b337fb2
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Jan 14 03:24:24 2012 +0100
Don't purge autom4te.cache directory on clean.
diff --git a/debian/control b/debian/control
index 8c5725d..0d1cafb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Free Ekanayaka <freee at debian.org>,
Thomas Perl <thp at perli.net>
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.0.50~),
autotools-dev,
libxml2-dev,
libgtk2.0-dev,
diff --git a/debian/rules b/debian/rules
index 8fb0726..15951f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
%:
dh $@ --parallel --with=autotools_dev,scour
+
+override_dh_clean:
+ dh_clean -Xautom4te.cache
--
wavbreaker packaging
More information about the pkg-multimedia-commits
mailing list