[Pkg-cli-apps-commits] [SCM] f-spot branch, master-experimental, updated. debian/0.7.0-1-16-g75c0894

Iain Lane laney at ubuntu.com
Wed Jul 14 20:18:55 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 75c0894796fbeba9816a29a07b09961724ba2c31
Author: Iain Lane <laney at ubuntu.com>
Date:   Wed Jul 14 15:23:53 2010 +0100

    Add debian/clean file and remove override from rules

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..adc1b79
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+po/*.pot
diff --git a/debian/rules b/debian/rules
index 2f88116..fef75ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,6 @@ include /usr/share/cli-common/cli.make
 VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2)
 UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,') 
 
-override_dh_clean:
-	dh_clean
-	rm -rf po/*.pot
-
 override_dh_auto_configure:
 	install --mode=755 $(CURDIR)/debian/ltmain-as-needed.sh $(CURDIR)/ltmain.sh
 	dh_auto_configure -- \
@@ -54,3 +50,5 @@ get-orig-source:
 
 %:
 	dh --with quilt $@
+
+.PHONY: get-orig-source

-- 
f-spot



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