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

Thomas Girard tgg at alioth.debian.org
Sat Apr 14 11:32:26 UTC 2007


Author: tgg
Date: 2007-04-14 11:32:26 +0000 (Sat, 14 Apr 2007)
New Revision: 3195

Modified:
   trunk/glib-java/debian/changelog
   trunk/glib-java/debian/rules
Log:
make distclean-first a phony target


Modified: trunk/glib-java/debian/changelog
===================================================================
--- trunk/glib-java/debian/changelog	2007-04-14 10:17:06 UTC (rev 3194)
+++ trunk/glib-java/debian/changelog	2007-04-14 11:32:26 UTC (rev 3195)
@@ -3,8 +3,9 @@
   * Restore shlibs for libglib-jni.
   * Drop Replaces: in libglib-cni, as it cannot be fulfilled.
   * Remove uneeded target in debian/rules.
+  * Mark distclean-first: as a phony target.
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Sat, 14 Apr 2007 10:07:04 +0000
+ -- Thomas Girard <thomas.g.girard at free.fr>  Sat, 14 Apr 2007 11:09:15 +0000
 
 glib-java (0.4.2-3) experimental; urgency=low
 

Modified: trunk/glib-java/debian/rules
===================================================================
--- trunk/glib-java/debian/rules	2007-04-14 10:17:06 UTC (rev 3194)
+++ trunk/glib-java/debian/rules	2007-04-14 11:32:26 UTC (rev 3195)
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-# make sure we'll run distclean: target *before* unpatching
+# make sure we'll run patched distclean: target *before* unpatching
 # because upstream distclean: removes files we want to keep
 clean:: distclean-first
 
@@ -64,5 +64,7 @@
 	rm -f $(jar).so
 	find -name *.Plo | xargs -r rm -f
 
+DEB_PHONY_RULES += distclean-first
+
 distclean-first: debian/stamp-patched
 	-$(DEB_MAKE_INVOKE) -k distclean




More information about the pkg-java-commits mailing list