r5976 - packages/trunk/powermanga/debian

Barry deFreese bddebian-guest at alioth.debian.org
Sat Mar 1 20:36:03 UTC 2008


Author: bddebian-guest
Date: 2008-03-01 20:36:02 +0000 (Sat, 01 Mar 2008)
New Revision: 5976

Modified:
   packages/trunk/powermanga/debian/changelog
   packages/trunk/powermanga/debian/copyright
   packages/trunk/powermanga/debian/rules
Log:
Fix up some changelog typos.
Add check for config.status to make clean.
Convert copyright to UTF-8.


Modified: packages/trunk/powermanga/debian/changelog
===================================================================
--- packages/trunk/powermanga/debian/changelog	2008-03-01 00:32:34 UTC (rev 5975)
+++ packages/trunk/powermanga/debian/changelog	2008-03-01 20:36:02 UTC (rev 5976)
@@ -21,10 +21,10 @@
     + STILL NOT SURE ABOUT tlk.fnt
   * Revert patches except fixing scoredir path and copyright for manpage
   * Remove deprecated Encoding tag from desktop file
-  * Remove file extention from icon tag in desktop file
+  * Remove file extension from icon tag in desktop file
   * Replace evil 'pwd' with $(CURDIR)
   * Removing config.log config.status in clean target
-    + MIGHT BREAK SUBSEQUENT BUILDS SO MIGHT NEED REVERTED?
+  * Convert copyright to UTF-8.
   * Bump Standards Version to 3.7.3
 
  -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun, 10 Dec 2006 01:36:02 +0100

Modified: packages/trunk/powermanga/debian/copyright
===================================================================
--- packages/trunk/powermanga/debian/copyright	2008-03-01 00:32:34 UTC (rev 5975)
+++ packages/trunk/powermanga/debian/copyright	2008-03-01 20:36:02 UTC (rev 5976)
@@ -5,7 +5,7 @@
 
 Upstream Authors: Jean-Michel Martin <jmm at tlk.fr>
                   Bruno Ethvignot <bruno at tlk.fr>
-                  André Majorel <amajorel at teaser.fr>
+                  André Majorel <amajorel at teaser.fr>
                   David Igreja <david at tlk.fr>
                   Michel Dogniaux <ldream at caramail.com>
                   Emmanuel Founaud

Modified: packages/trunk/powermanga/debian/rules
===================================================================
--- packages/trunk/powermanga/debian/rules	2008-03-01 00:32:34 UTC (rev 5975)
+++ packages/trunk/powermanga/debian/rules	2008-03-01 20:36:02 UTC (rev 5976)
@@ -36,7 +36,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || [ ! -f config.status ] || $(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -f config.log config.status
 	dh_clean




More information about the Pkg-games-commits mailing list