r186 - in /packages/gnash/trunk/debian: changelog rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Thu Feb 14 15:24:59 UTC 2008


Author: baby-guest
Date: Thu Feb 14 15:24:58 2008
New Revision: 186

URL: http://svn.debian.org/wsvn/?sc=1&rev=186
Log:
Delete po/*.gmo and ./compile in clean target in debian/rules.


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=186&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Feb 14 15:24:58 2008
@@ -18,6 +18,7 @@
   * Removed gparser from debian/gnash-tools.install
   * Fixed man pages generation system and built new manpages.
   * Added proper version numbering, including date, to build results.
+  * Delete po/*.gmo and ./compile in clean target in debian/rules.
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 12 Feb 2008 11:33:29 +0000
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=186&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Thu Feb 14 15:24:58 2008
@@ -102,6 +102,8 @@
 	rm -f `find . -name "*.o"`
 	rm -rf `find . -name ".libs"`
 	rm -rf `find . -name ".deps"`
+	rm -rf po/*.gmo
+	rm -f compile
 
 	rm -f configure aclocal.m4 config.h.in
 	#-find . -name Makefile.in -exec rm {} \;




More information about the pkg-flash-devel mailing list