r17132 - in /desktop/unstable/anjuta/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Sep 26 17:15:19 UTC 2008


Author: lool
Date: Fri Sep 26 17:15:19 2008
New Revision: 17132

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17132
Log:
Shut up "rm" error by using -vf.

Modified:
    desktop/unstable/anjuta/debian/changelog
    desktop/unstable/anjuta/debian/rules

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=17132&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog (original)
+++ desktop/unstable/anjuta/debian/changelog Fri Sep 26 17:15:19 2008
@@ -2,6 +2,7 @@
 
   * Add GNOME team as uploaders; add control.in and include uploaders.mk to
     generate uploaders list; bdep on gnome-pkg-tools (>= 0.10).
+  * Shut up "rm" error by using -vf.
 
  -- Loic Minier <lool at dooz.org>  Fri, 26 Sep 2008 19:14:21 +0200
 

Modified: desktop/unstable/anjuta/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/rules?rev=17132&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/rules (original)
+++ desktop/unstable/anjuta/debian/rules Fri Sep 26 17:15:19 2008
@@ -23,4 +23,4 @@
 	chrpath -d debian/tmp/usr/lib/glade3/modules/libgladeanjuta.so
 	
 clean::
-	-rm anjuta.desktop
+	rm -vf anjuta.desktop




More information about the pkg-gnome-commits mailing list