[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. debian/0.15.3-1-3-ga3708c2

Stefan Ebner sebner at ubuntu.com
Sat Oct 10 23:00:36 UTC 2009


The following commit has been merged in the master branch:
commit a3708c2a579302953aee3096a45fc4908926ce74
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Sun Oct 11 00:59:54 2009 +0200

    Add proper clean target to get rid of autoreconf stuff

diff --git a/debian/rules b/debian/rules
index 6917814..125da5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,11 @@ override_dh_auto_install:
 	rm -f $(CURDIR)/debian/longomatch/usr/lib/longomatch/libcesarplayer.la
 	rm -f $(CURDIR)/debian/longomatch/usr/lib/longomatch/libcesarplayer.a
 
+override_dh_clean:
+	dh_clean
+	rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/
+	find . -name "Makefile.in" -delete
+
 %:
 	dh --with quilt $@
 

-- 
longomatch



More information about the Pkg-cli-apps-commits mailing list