[fenix] 63/127: Removed bashisms in debian/rules

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:36 UTC 2015


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

roam-guest pushed a commit to branch master
in repository fenix.

commit ae74ec98cbe25e9e474e0d494d66179bcf91aa09
Author: Miriam Ruiz <miriam at debian.org>
Date:   Fri Jan 4 17:31:25 2008 +0000

    Removed bashisms in debian/rules
---
 debian/changelog | 17 ++++++++++++-----
 debian/rules     |  2 +-
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db91a96..f69f09c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,22 @@
+fenix (0.92a.dfsg1-4) UNRELEASED; urgency=low
+
+  [ Miriam Ruiz ]     
+  * Fixed bashism: Replaced "{build,configure}-stamp" 
+    by "build-stamp configure-stamp" in debian/rules. 
+
+  [ Jon Dowland ]
+  * Added Homepage: control field to source stanza
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 04 Jan 2008 17:25:04 +0000
+
 fenix (0.92a.dfsg1-3) unstable; urgency=low
 
-  [ Miriam Ruiz ]
   * Replaced GFDL full text by a link to /usr/share/common-licenses/GFDL-1.2
     in debian/copyright.
   * Added patch fxi_pal_get.patch.
     Thanks to Dann Frazier <dannf at debian.org>. Hopefully, Closes: #437735
 
-  [ Jon Dowland ]
-  * add Homepage: control field to source stanza
-
- -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:48:08 +0000
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 15 Nov 2007 19:51:00 +0000
 
 fenix (0.92a.dfsg1-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 1c060f2..c360d2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ clean:
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	$(MAKE) -C debian/i18n clean
-	rm -f config.{sub,guess}
+	rm -f config.sub config.guess
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 

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



More information about the Pkg-games-commits mailing list