[SCM] milkytracker/master: clean every generated file in debian/clean and clean rule

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Dec 29 19:12:55 UTC 2010


The following commit has been merged in the master branch:
commit cf1702044f3ae6e6f86ce53fc792c1febbc65618
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Dec 29 19:10:00 2010 +0100

    clean every generated file in debian/clean and clean rule

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..3f4665f
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+src/compression/zziplib/generic/Makefile
diff --git a/debian/rules b/debian/rules
index e78dfcd..4748fa0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ clean:
 	$(MAKE) -C debian/milkyplay clean
 	rm -f config.sub config.guess
 	dh_clean
+	rm -rf src/compression/zziplib/generic/.deps/
 
 install: build
 	dh_testdir

-- 
milkytracker packaging



More information about the pkg-multimedia-commits mailing list