r10515 - packages/trunk/tecnoballz/debian
Barry deFreese
bdefreese at alioth.debian.org
Fri Nov 13 21:32:56 UTC 2009
Author: bdefreese
Date: 2009-11-13 21:32:56 +0000 (Fri, 13 Nov 2009)
New Revision: 10515
Modified:
packages/trunk/tecnoballz/debian/changelog
packages/trunk/tecnoballz/debian/control
packages/trunk/tecnoballz/debian/rules
Log:
Remove bashisms from rules.
Bump Standards Version to 3.8.3.
Refresh changelog.
Modified: packages/trunk/tecnoballz/debian/changelog
===================================================================
--- packages/trunk/tecnoballz/debian/changelog 2009-11-13 20:37:58 UTC (rev 10514)
+++ packages/trunk/tecnoballz/debian/changelog 2009-11-13 21:32:56 UTC (rev 10515)
@@ -12,17 +12,19 @@
[ 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
Modified: packages/trunk/tecnoballz/debian/control
===================================================================
--- packages/trunk/tecnoballz/debian/control 2009-11-13 20:37:58 UTC (rev 10514)
+++ packages/trunk/tecnoballz/debian/control 2009-11-13 21:32:56 UTC (rev 10515)
@@ -8,7 +8,7 @@
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 @@
Sometimes you have to defeat a guardian.
.
This package provides all graphics, sound, music, and text data files.
-
Modified: packages/trunk/tecnoballz/debian/rules
===================================================================
--- packages/trunk/tecnoballz/debian/rules 2009-11-13 20:37:58 UTC (rev 10514)
+++ packages/trunk/tecnoballz/debian/rules 2009-11-13 21:32:56 UTC (rev 10515)
@@ -26,7 +26,7 @@
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 @@
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
More information about the Pkg-games-commits
mailing list