[tecnoballz] 20/56: Remove bashisms from rules. Bump Standards Version to 3.8.3. Refresh changelog.

Markus Koschany apo-guest at moszumanska.debian.org
Fri Jan 30 12:12:53 UTC 2015


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

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

commit 1c20cb28c6f129d3c064be339c56a88c2cacce48
Author: Barry deFreese <bdefreese at debian.org>
Date:   Fri Nov 13 21:32:56 2009 +0000

    Remove bashisms from rules.
    Bump Standards Version to 3.8.3.
    Refresh changelog.
---
 debian/changelog | 6 ++++--
 debian/control   | 3 +--
 debian/rules     | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60cc37a..02dab88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,17 +12,19 @@ tecnoballz (0.92-3) unstable; urgency=low
 
   [ Barry deFreese ]
   * Add myself to uploaders.
+  * Move changes to quilt. (Closes: #484973).
   * 020_level_data.diff - Include levels-data.xml file.
   * 030_texts_dir.diff - Includes texts subdir in build.
   * Move desktop file and icon under debian/ dir.
   * Add autoconf and automake to build-deps and autoreconf on build.
   * Clean up rules file and use .install files.
   * Add set -e to maintainer scripts.
+  * Remove bashism (echo -e) from debian/rules. (Closes: #535422).
   * Bump debhelper build-dep and compat to 5.
-  * Bump Standards Version to 3.8.1.
+  * Bump Standards Version to 3.8.3.
     + Menu policy transition.
 
- -- Barry deFreese <bdefreese at debian.org>  Thu, 16 Apr 2009 11:58:47 -0400
+ -- Barry deFreese <bdefreese at debian.org>  Fri, 13 Nov 2009 16:32:58 -0500
 
 tecnoballz (0.92-2.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index abd80d1..d5e798d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.0), autoconf, automake, libsdl-mixer1.2-dev,
                libogg-dev, libsmpeg-dev, libxxf86dga-dev, 
                libxxf86vm-dev, quilt, autotools-dev,
                libsdl-image1.2-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://linux.tlk.fr/games/TecnoballZ/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tecnoballz/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tecnoballz/?op=log
@@ -30,4 +30,3 @@ Description: graphic, sound and music files for the game tecnoballz
  Sometimes you have to defeat a guardian. 
  .
  This package provides all graphics, sound, music, and text data files.
-
diff --git a/debian/rules b/debian/rules
index c6e5fe0..1256fd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ CXXFLAGS = -g -Wall
 configure: configure-stamp 
 configure-stamp: 
 	dh_testdir
-	@echo -e "\n\n*** Configuring the package ***\n\n"
+	printf "\n\n*** Configuring the package ***\n\n"
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
 	autoreconf -fvi
@@ -36,13 +36,13 @@ configure-stamp:
 
 build: build-stamp
 build-stamp: configure-stamp
-	@echo "*** Building the package ***"
+	printf "\n*** Building the package ***\n"
 	dh_testdir
 	$(MAKE) CXXFLAGS="$(CXXFLAGS)"
 	touch build-stamp
 
 clean: 
-	@echo "*** Cleaning the package ***"
+	printf "\n*** Cleaning the package ***\n"
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean

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



More information about the Pkg-games-commits mailing list