[Pkg-cli-apps-commits] r3750 - in /packages/gfax/trunk/debian: changelog rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Thu Feb 28 22:48:53 UTC 2008
Author: meebey
Date: Thu Feb 28 22:48:53 2008
New Revision: 3750
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3750
Log:
- nicer distclean
Modified:
packages/gfax/trunk/debian/changelog
packages/gfax/trunk/debian/rules
Modified: packages/gfax/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/changelog?rev=3750&op=diff
==============================================================================
--- packages/gfax/trunk/debian/changelog (original)
+++ packages/gfax/trunk/debian/changelog Thu Feb 28 22:48:53 2008
@@ -3,6 +3,8 @@
* Rebuild against libgnomeprint2.2-dev 2.18.4-1
* debian/gfax.menu:
+ Updated section to Applications/Network/Communication.
+ * debian/rules:
+ + Better error handling for "make distclean".
-- Mirco Bauer <meebey at debian.org> Thu, 28 Feb 2008 23:19:57 +0100
Modified: packages/gfax/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/rules?rev=3750&op=diff
==============================================================================
--- packages/gfax/trunk/debian/rules (original)
+++ packages/gfax/trunk/debian/rules Thu Feb 28 22:48:53 2008
@@ -36,12 +36,13 @@
clean-patched:
dh_testdir
dh_testroot
- rm -f build-stamp
- -$(MAKE) distclean
- rm -rf $(MONO_SHARED_DIR)/.wapi
- rm -f config.status debian/gfax.1 debian/postinst
+ [ ! -f Makefile ] || $(MAKE) distclean
# upstream's make clean is unclean
rm -f src/gfax.exe.mdb
+ rm -rf $(MONO_SHARED_DIR)/.wapi
+ rm -f config.status
+ rm -f debian/gfax.1 debian/postinst
+ rm -f build-stamp
dh_clean
install: build
More information about the Pkg-cli-apps-commits
mailing list