[pkg-java] r3273 - trunk/libvte-java/debian
Thomas Girard
tgg at alioth.debian.org
Wed Apr 18 20:52:07 UTC 2007
Author: tgg
Date: 2007-04-18 20:52:07 +0000 (Wed, 18 Apr 2007)
New Revision: 3273
Modified:
trunk/libvte-java/debian/changelog
trunk/libvte-java/debian/rules
Log:
do not patch/unpatch if it's not needed
Modified: trunk/libvte-java/debian/changelog
===================================================================
--- trunk/libvte-java/debian/changelog 2007-04-18 20:50:26 UTC (rev 3272)
+++ trunk/libvte-java/debian/changelog 2007-04-18 20:52:07 UTC (rev 3273)
@@ -13,7 +13,7 @@
* Add autotools-dev build dependency.
* Build with gcj from experimental.
- -- Thomas Girard <thomas.g.girard at free.fr> Wed, 18 Apr 2007 11:48:59 +0000
+ -- Thomas Girard <thomas.g.girard at free.fr> Wed, 18 Apr 2007 20:52:11 +0000
libvte-java (0.12.2-0ubuntu2) feisty; urgency=low
Modified: trunk/libvte-java/debian/rules
===================================================================
--- trunk/libvte-java/debian/rules 2007-04-18 20:50:26 UTC (rev 3272)
+++ trunk/libvte-java/debian/rules 2007-04-18 20:52:07 UTC (rev 3273)
@@ -68,5 +68,5 @@
DEB_PHONY_RULES += distclean-first
-distclean-first: debian/stamp-patched
- -$(DEB_MAKE_INVOKE) -k distclean
+distclean-first:
+ -test -f debian/stamp-patched && $(DEB_MAKE_INVOKE) -k distclean
More information about the pkg-java-commits
mailing list