tags 432992 + patch thanks Hello, Attached is a patch for a possible NMU on tuxkart-0.4.0. It contains a fix for #432992 as well as lintian warning fixes. It might also be a good idea to have this package co-maintained by the -games team. Regards. -- David Ammouial http://da.weeno.net/
diff -u tuxkart-0.4.0/debian/changelog tuxkart-0.4.0/debian/changelog
--- tuxkart-0.4.0/debian/changelog
+++ tuxkart-0.4.0/debian/changelog
@@ -1,3 +1,15 @@
+tuxkart (0.4.0-4.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Apply Lior's patch to make the package binNMU safe (Closes: #432992)
+ * Bump Standards-Version to 3.7.2 (no changes needed)
+ * Use debian/compat instead of DH_COMPAT.
+ * Don't ignore `make distclean' errors in debian/rules.
+ * Update FSF address in copyright and manpage.
+ * Use menu section Games/Action instead of Games/Arcade.
+
+ -- David Ammouial <da-deb@weeno.net> Sat, 29 Sep 2007 15:31:39 +0200
+
tuxkart (0.4.0-4.1) unstable; urgency=low
* Non-maintainer upload.
diff -u tuxkart-0.4.0/debian/copyright tuxkart-0.4.0/debian/copyright
--- tuxkart-0.4.0/debian/copyright
+++ tuxkart-0.4.0/debian/copyright
@@ -18,8 +18,8 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
diff -u tuxkart-0.4.0/debian/tuxkart.menu tuxkart-0.4.0/debian/tuxkart.menu
--- tuxkart-0.4.0/debian/tuxkart.menu
+++ tuxkart-0.4.0/debian/tuxkart.menu
@@ -1,2 +1,2 @@
-?package(tuxkart):needs="X11" section="Games/Arcade"\
+?package(tuxkart):needs="X11" section="Games/Action"\
title="Tuxkart" command="/usr/games/tuxkart" icon="/usr/share/pixmaps/tuxkart.xpm"
diff -u tuxkart-0.4.0/debian/tuxkart.6 tuxkart-0.4.0/debian/tuxkart.6
--- tuxkart-0.4.0/debian/tuxkart.6
+++ tuxkart-0.4.0/debian/tuxkart.6
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" Foundation, Inc.,51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
.\"
.\" This manual page was written especially for Debian Linux. It is based
.\" on information available from tuxkart's website at
diff -u tuxkart-0.4.0/debian/rules tuxkart-0.4.0/debian/rules
--- tuxkart-0.4.0/debian/rules
+++ tuxkart-0.4.0/debian/rules
@@ -5,9 +5,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
PACKAGE= tuxkart
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -56,7 +53,7 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ $(MAKE) distclean
dh_clean
diff -u tuxkart-0.4.0/debian/control tuxkart-0.4.0/debian/control
--- tuxkart-0.4.0/debian/control
+++ tuxkart-0.4.0/debian/control
@@ -3,11 +3,11 @@
Priority: extra
Maintainer: Johannes Hirche <jhirche@debian.org>
Build-Depends: debhelper (>> 4.1.1), plib1.8.4-dev, libxt-dev, libxi-dev, libxmu-dev
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
Package: tuxkart
Architecture: any
-Depends: ${shlibs:Depends}, tuxkart-data (= ${Source-Version})
+Depends: ${shlibs:Depends}, tuxkart-data (= ${source:Version})
Description: A 3D go-kart racing game
TuxKart is a 3D go-kart racing game with several famous OpenSource mascots
participating. There are several race courses provided, with full information
only in patch2:
unchanged:
--- tuxkart-0.4.0.orig/debian/compat
+++ tuxkart-0.4.0/debian/compat
@@ -0,0 +1 @@
+4
only in patch2:
unchanged:
--- tuxkart-0.4.0.orig/LICENSE
+++ tuxkart-0.4.0/LICENSE
@@ -1,8 +1,10 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
+
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 675 Mass Ave, Cambridge, MA 02139, USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Attachment:
signature.asc
Description: This is a digitally signed message part.