[pkg-java] r3270 - trunk/glib-java/debian

Thomas Girard tgg at alioth.debian.org
Wed Apr 18 20:44:49 UTC 2007


Author: tgg
Date: 2007-04-18 20:44:49 +0000 (Wed, 18 Apr 2007)
New Revision: 3270

Modified:
   trunk/glib-java/debian/changelog
   trunk/glib-java/debian/rules
Log:
make sure it would build with sudo


Modified: trunk/glib-java/debian/changelog
===================================================================
--- trunk/glib-java/debian/changelog	2007-04-18 19:10:09 UTC (rev 3269)
+++ trunk/glib-java/debian/changelog	2007-04-18 20:44:49 UTC (rev 3270)
@@ -4,6 +4,7 @@
   * Ensure libglib-java-gcj is built after libglib-java.
   * 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 10:47:32 +0000

Modified: trunk/glib-java/debian/rules
===================================================================
--- trunk/glib-java/debian/rules	2007-04-18 19:10:09 UTC (rev 3269)
+++ trunk/glib-java/debian/rules	2007-04-18 20:44:49 UTC (rev 3270)
@@ -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