r9149 - packages/trunk/xtux/debian
Barry deFreese
bdefreese at alioth.debian.org
Mon Mar 16 02:17:26 UTC 2009
Author: bdefreese
Date: 2009-03-16 02:17:26 +0000 (Mon, 16 Mar 2009)
New Revision: 9149
Modified:
packages/trunk/xtux/debian/changelog
packages/trunk/xtux/debian/copyright
packages/trunk/xtux/debian/rules
packages/trunk/xtux/debian/xtux-client.postinst
packages/trunk/xtux/debian/xtux-client.postrm
packages/trunk/xtux/debian/xtux-client.prerm
packages/trunk/xtux/debian/xtux-server.postrm
Log:
* Version GPL path in copyright. (GPL-2).
* Remove configure generated files on clean.
* Add set -e to maintainer scripts.
Modified: packages/trunk/xtux/debian/changelog
===================================================================
--- packages/trunk/xtux/debian/changelog 2009-03-16 01:59:00 UTC (rev 9148)
+++ packages/trunk/xtux/debian/changelog 2009-03-16 02:17:26 UTC (rev 9149)
@@ -1,4 +1,4 @@
-xtux (0.2.030306-11) unstable; urgency=low
+xtux (0.2.030306-11) UNRELEASED; urgency=low
[ Barry deFreese ]
* Remove ggz-config call from xtux-client.prerm (Closes: #395337).
@@ -7,6 +7,9 @@
* Add VCS fields in control.
* Bump debhelper build-dep to match compat version (5).
* Add myself to uploaders.
+ * Version GPL path in copyright. (GPL-2).
+ * Remove configure generated files on clean.
+ * Add set -e to maintainer scripts.
* Fix manpage lintian warning in xtux.6.
* Bump Standards Version to 3.8.0. (No changes needed).
Modified: packages/trunk/xtux/debian/copyright
===================================================================
--- packages/trunk/xtux/debian/copyright 2009-03-16 01:59:00 UTC (rev 9148)
+++ packages/trunk/xtux/debian/copyright 2009-03-16 02:17:26 UTC (rev 9149)
@@ -6,10 +6,12 @@
Upstream Authors: Dave Lawrence <philaw at camtech.net.au>
James Andrews <james.andrews at student.adelaide.edu.au>
-Copyright: (c) Dave Lawrence and James Andrews.
+Copyright:
+ Copyright (C) 2000 Dave Lawrence and James Andrews.
+ Copyirght (C) 2000 Brent Hendricks.
xtux is released under the GNU GPL license as free, open source soft-
ware. Hopefully it will seem useful to someone. NO WARRANTY.
On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in /usr/share/common-licenses/GPL.
+Public License can be found in /usr/share/common-licenses/GPL-2.
Modified: packages/trunk/xtux/debian/rules
===================================================================
--- packages/trunk/xtux/debian/rules 2009-03-16 01:59:00 UTC (rev 9148)
+++ packages/trunk/xtux/debian/rules 2009-03-16 02:17:26 UTC (rev 9149)
@@ -19,8 +19,11 @@
dh_testroot
rm -f build-stamp install-stamp
[ ! -f Makefile ] || $(MAKE) clean
+ QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+
rm -f src/client/config.cache src/client/config.log src/client/config.status
- QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+ rm -f $(CURDIR)/src/ggz/config.cache $(CURDIR)/src/ggz/config.status $(CURDIR)/src/ggz/config.log
+
dh_clean
install: install-stamp
Modified: packages/trunk/xtux/debian/xtux-client.postinst
===================================================================
--- packages/trunk/xtux/debian/xtux-client.postinst 2009-03-16 01:59:00 UTC (rev 9148)
+++ packages/trunk/xtux/debian/xtux-client.postinst 2009-03-16 02:17:26 UTC (rev 9149)
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
case "$1" in
configure)
#ggz-config --install --modfile=/etc/ggz/clients/xtux.dsc --force
Modified: packages/trunk/xtux/debian/xtux-client.postrm
===================================================================
--- packages/trunk/xtux/debian/xtux-client.postrm 2009-03-16 01:59:00 UTC (rev 9148)
+++ packages/trunk/xtux/debian/xtux-client.postrm 2009-03-16 02:17:26 UTC (rev 9149)
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
rmdir /etc/ggz/clients /etc/ggz >/dev/null 2>&1
# dh_installdeb will replace this with shell code automatically
Modified: packages/trunk/xtux/debian/xtux-client.prerm
===================================================================
--- packages/trunk/xtux/debian/xtux-client.prerm 2009-03-16 01:59:00 UTC (rev 9148)
+++ packages/trunk/xtux/debian/xtux-client.prerm 2009-03-16 02:17:26 UTC (rev 9149)
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
case "$1" in
remove)
#ggz-config --remove --modfile=/etc/ggz/clients/xtux.dsc --force
Modified: packages/trunk/xtux/debian/xtux-server.postrm
===================================================================
--- packages/trunk/xtux/debian/xtux-server.postrm 2009-03-16 01:59:00 UTC (rev 9148)
+++ packages/trunk/xtux/debian/xtux-server.postrm 2009-03-16 02:17:26 UTC (rev 9149)
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
rmdir /etc/ggz/games /etc/ggz/rooms /etc/ggz >/dev/null 2>&1
# dh_installdeb will replace this with shell code automatically
More information about the Pkg-games-commits
mailing list