[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/1.1-2
Jo Shields
directhex at apebox.org
Fri Jan 20 18:02:20 UTC 2012
The following commit has been merged in the master branch:
commit 87189a700a5e8dcf749e8a1a54288faaafc4f04e
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jan 20 17:59:52 2012 +0000
Add a get-out so "make cleanall" doesn't fail the build on a pristine tree
diff --git a/debian/rules b/debian/rules
index dbbad37..c68cc40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
override_dh_auto_clean:
- $(MAKE) cleanall
+ $(MAKE) cleanall || true
override_dh_clideps:
dh_clideps --exclude-moduleref=libigemacintegration.dylib
--
pinta
More information about the Pkg-cli-apps-commits
mailing list