[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.3-2-11-gc15bf70

Iain Lane laney at ubuntu.com
Tue Jul 6 10:22:28 UTC 2010


The following commit has been merged in the master branch:
commit 0232079edc3b89424f4821263b273736908939a1
Author: Iain Lane <laney at ubuntu.com>
Date:   Tue Jul 6 11:12:08 2010 +0100

    Work around buggy upstream make clean target, fixing double build

diff --git a/debian/rules b/debian/rules
index 2c993a1..963fec3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,10 @@
 
 include /usr/share/cli-common/cli.make
 
+# Buggy upstream make clean — will be fixed in the next release
+override_dh_auto_clean:
+	find $(CURDIR) -type d -name bin | xargs rm -rfv
+	dh_auto_clean
+
 %:
 	dh $@

-- 
pinta



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