[pkg-java] r3272 - trunk/libgtk-java/debian
Thomas Girard
tgg at alioth.debian.org
Wed Apr 18 20:50:26 UTC 2007
Author: tgg
Date: 2007-04-18 20:50:26 +0000 (Wed, 18 Apr 2007)
New Revision: 3272
Modified:
trunk/libgtk-java/debian/changelog
trunk/libgtk-java/debian/rules
Log:
do not patch/unpatch if it's not needed
Modified: trunk/libgtk-java/debian/changelog
===================================================================
--- trunk/libgtk-java/debian/changelog 2007-04-18 20:47:54 UTC (rev 3271)
+++ trunk/libgtk-java/debian/changelog 2007-04-18 20:50:26 UTC (rev 3272)
@@ -5,9 +5,10 @@
is linked with libcairojava.
* Drop patch 02_dont_install_jar.diff, it was removing jar version
information.
+ * Ensure distclean-first: is a no-op when it's not needed.
* Rebuild with gcj from experimental.
- -- Thomas Girard <thomas.g.girard at free.fr> Wed, 18 Apr 2007 11:08:49 +0000
+ -- Thomas Girard <thomas.g.girard at free.fr> Wed, 18 Apr 2007 20:49:48 +0000
libgtk-java (2.10.2-1) experimental; urgency=low
Modified: trunk/libgtk-java/debian/rules
===================================================================
--- trunk/libgtk-java/debian/rules 2007-04-18 20:47:54 UTC (rev 3271)
+++ trunk/libgtk-java/debian/rules 2007-04-18 20:50:26 UTC (rev 3272)
@@ -67,5 +67,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