[powermanga] 18/41: Fix up some changelog typos. Add check for config.status to make clean. Convert copyright to UTF-8.

Markus Koschany apo-guest at moszumanska.debian.org
Thu Jun 25 18:55:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository powermanga.

commit 5d15c4aed5931acf319cfed9652109ecf7b2b966
Author: Barry deFreese <bddebian at comcast.net>
Date:   Sat Mar 1 20:36:02 2008 +0000

    Fix up some changelog typos.
    Add check for config.status to make clean.
    Convert copyright to UTF-8.
---
 debian/changelog | 4 ++--
 debian/copyright | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dcfe4ca..ffefc2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,10 +21,10 @@ powermanga (0.90-1) UNRELEASED; urgency=low
     + 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
diff --git a/debian/copyright b/debian/copyright
index 70d8640..1a47b60 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ It was downloaded from http://www.tlk.fr/jeu.php?ref=powli
 
 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
diff --git a/debian/rules b/debian/rules
index 9091842..5503d91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ clean:
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/powermanga.git



More information about the Pkg-games-commits mailing list