r9682 - in packages/trunk/alex4/debian: . patches
Peter De Wachter
pdewacht-guest at alioth.debian.org
Thu May 7 21:54:58 UTC 2009
Author: pdewacht-guest
Date: 2009-05-07 21:54:58 +0000 (Thu, 07 May 2009)
New Revision: 9682
Modified:
packages/trunk/alex4/debian/changelog
packages/trunk/alex4/debian/control
packages/trunk/alex4/debian/copyright
packages/trunk/alex4/debian/patches/allegro-4.2.patch
packages/trunk/alex4/debian/patches/dot-files-endian-clean.patch
packages/trunk/alex4/debian/patches/fsf-address.patch
packages/trunk/alex4/debian/patches/unix-port.patch
packages/trunk/alex4/debian/rules
Log:
alex4: Deal with lintian's warnings.
Modified: packages/trunk/alex4/debian/changelog
===================================================================
--- packages/trunk/alex4/debian/changelog 2009-05-07 21:45:36 UTC (rev 9681)
+++ packages/trunk/alex4/debian/changelog 2009-05-07 21:54:58 UTC (rev 9682)
@@ -9,6 +9,8 @@
level. This limits the frame rate to 50Hz (the speed of the game logic).
This also fixes a bug that made the level selection screen unresponsive
on some systems.
+ * Bump Standards-Version to 3.8.1:
+ - Renamed 'configure' target to 'patch'.
-- Peter De Wachter <pdewacht at gmail.com> Thu, 07 May 2009 23:35:03 +0200
Modified: packages/trunk/alex4/debian/control
===================================================================
--- packages/trunk/alex4/debian/control 2009-05-07 21:45:36 UTC (rev 9681)
+++ packages/trunk/alex4/debian/control 2009-05-07 21:54:58 UTC (rev 9682)
@@ -4,7 +4,7 @@
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Peter De Wachter <pdewacht at gmail.com>
Build-Depends: debhelper (>= 5), quilt, liballegro4.2-dev (>= 2:4.2.2-2), libdumb1-dev, libaldmb1-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
Homepage: http://allegator.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/alex4/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/alex4/
Modified: packages/trunk/alex4/debian/copyright
===================================================================
--- packages/trunk/alex4/debian/copyright 2009-05-07 21:45:36 UTC (rev 9681)
+++ packages/trunk/alex4/debian/copyright 2009-05-07 21:54:58 UTC (rev 9682)
@@ -11,7 +11,7 @@
Copyright:
- Copyright (C) 2003 Johan Peitz, Free Lunch Design
+ Copyright © 2003 Johan Peitz, Free Lunch Design
License:
@@ -31,9 +31,10 @@
02110-1301, USA.
-On Debian systems the complete text of the GNU General Public License
-can be found in the file `/usr/share/common-licenses/GPL'.
+On Debian systems the complete text of version 2 of the GNU General
+Public License can be found in the file `/usr/share/common-licenses/GPL-2'.
-The Debian packaging is (C) 2008, Peter De Wachter <pdewacht at gmail.com>
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright 2008 Peter De Wachter
+<pdewacht at gmail.com> and is licensed under the same license as the
+program, see above.
Modified: packages/trunk/alex4/debian/patches/allegro-4.2.patch
===================================================================
--- packages/trunk/alex4/debian/patches/allegro-4.2.patch 2009-05-07 21:45:36 UTC (rev 9681)
+++ packages/trunk/alex4/debian/patches/allegro-4.2.patch 2009-05-07 21:54:58 UTC (rev 9682)
@@ -1,3 +1,5 @@
+Get rid of deprecated Allegro functions.
+
--- a/src/edit.c
+++ b/src/edit.c
@@ -69,8 +69,8 @@
Modified: packages/trunk/alex4/debian/patches/dot-files-endian-clean.patch
===================================================================
--- packages/trunk/alex4/debian/patches/dot-files-endian-clean.patch 2009-05-07 21:45:36 UTC (rev 9681)
+++ packages/trunk/alex4/debian/patches/dot-files-endian-clean.patch 2009-05-07 21:54:58 UTC (rev 9682)
@@ -1,3 +1,5 @@
+Save the game's dotfiles in an endian-independent way.
+
Index: alex4src/src/control.c
===================================================================
--- alex4src.orig/src/control.c 2008-01-17 00:20:33.000000000 +0100
Modified: packages/trunk/alex4/debian/patches/fsf-address.patch
===================================================================
--- packages/trunk/alex4/debian/patches/fsf-address.patch 2009-05-07 21:45:36 UTC (rev 9681)
+++ packages/trunk/alex4/debian/patches/fsf-address.patch 2009-05-07 21:54:58 UTC (rev 9682)
@@ -1,3 +1,5 @@
+Correct the FSF's address.
+
Index: alex4-1.1/readme.txt
===================================================================
--- alex4-1.1.orig/readme.txt 2008-01-22 00:10:21.000000000 +0100
Modified: packages/trunk/alex4/debian/patches/unix-port.patch
===================================================================
--- packages/trunk/alex4/debian/patches/unix-port.patch 2009-05-07 21:45:36 UTC (rev 9681)
+++ packages/trunk/alex4/debian/patches/unix-port.patch 2009-05-07 21:54:58 UTC (rev 9682)
@@ -1,4 +1,4 @@
-Hans de Goede's patch for Fedora.
+Based on Hans de Goede's patch for Fedora.
--- a/src/main.c
+++ b/src/main.c
Modified: packages/trunk/alex4/debian/rules
===================================================================
--- packages/trunk/alex4/debian/rules 2009-05-07 21:45:36 UTC (rev 9681)
+++ packages/trunk/alex4/debian/rules 2009-05-07 21:54:58 UTC (rev 9682)
@@ -7,8 +7,8 @@
CFLAGS = -Wall -g $(if $(findstring noopt,$(DEB_BUILD_OPTIONS)), -O0, -O2)
-configure: configure-stamp
-configure-stamp:
+patch: patch-stamp
+patch-stamp:
dh_testdir
$(MAKE) -f /usr/share/quilt/quilt.make patch
touch $@
@@ -17,7 +17,7 @@
build: build-arch build-indep
build-arch: build-arch-stamp
-build-arch-stamp: configure-stamp
+build-arch-stamp: patch-stamp
$(MAKE) -C src CFLAGS="$(CFLAGS)" \
PREFIX=/usr DATADIR=/usr/share/games/alex4
touch $@
@@ -29,7 +29,7 @@
clean:
dh_testdir
dh_testroot
- rm -f build-arch-stamp build-indep-stamp configure-stamp
+ rm -f build-arch-stamp build-indep-stamp patch-stamp
[ ! -f src/Makefile ] || $(MAKE) -C src clean
$(MAKE) -f /usr/share/quilt/quilt.make unpatch
dh_clean
@@ -83,4 +83,4 @@
dh_builddeb -a
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch patch
More information about the Pkg-games-commits
mailing list