Hi again! ;) * Gerfried Fuchs <[email protected]> [2009-10-22 21:39:07 CEST]: > I've taken the liberty and created a minimal update package, please > find attached the interdiff. In case I don't hear back anything within > the next week I plan to upload the package to reduce your workload. :)
I have revised the patch, also fixed the patch file to work with the upcoming source format, added the closes messages to it and also fixed two lintian warnings. I plan to upload the package next week unless you have a good reason why it shouldn't be pushed in. It fixes some crashes that I just encountered yesterday - playing with my friends and they crashed with 0.9.4.1 and my build with 0.9.4.4 was the only one that didn't. ;) So long! Rhonda
diff -u glob2-0.9.4.1/debian/copyright glob2-0.9.4.4/debian/copyright --- glob2-0.9.4.1/debian/copyright +++ glob2-0.9.4.4/debian/copyright @@ -27,7 +27,8 @@ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. -The Debian packaging is (C) 2006-2008, David Martínez Moreno <[email protected]> and +The Debian packaging is +Copyright (C) 2006-2008, David Martínez Moreno <[email protected]> and is licensed under the GPLv2. Other parts are copyrighted to: diff -u glob2-0.9.4.1/debian/changelog glob2-0.9.4.4/debian/changelog --- glob2-0.9.4.1/debian/changelog +++ glob2-0.9.4.4/debian/changelog @@ -1,3 +1,14 @@ +glob2 (0.9.4.4-0.1) unstable; urgency=low + + * NMU. + * New upstream release (closes: #549947) + * Change patch 02_upstream_changelog to work with source format 3.0 (quilt) + (closes: #485248) + * Add the word Copyright to the debian copyright in debian/copyright. + * Add README.source about quilt. + + -- Gerfried Fuchs <[email protected]> Fri, 23 Oct 2009 20:21:00 +0200 + glob2 (0.9.4.1-1) unstable; urgency=low * New upstream release (closes: #515227). Main changes are: diff -u glob2-0.9.4.1/debian/patches/02_upstream_changelog.patch glob2-0.9.4.4/debian/patches/02_upstream_changelog.patch --- glob2-0.9.4.1/debian/patches/02_upstream_changelog.patch +++ glob2-0.9.4.4/debian/patches/02_upstream_changelog.patch @@ -1,7 +1,7 @@ Index: glob2-0.9.4.1/ChangeLog =================================================================== --- /dev/null -+++ glob2-0.9.4.1/ChangeLog ++++ b/glob2-0.9.4.1/ChangeLog @@ -0,0 +1,684 @@ +0.9.4.1 (released 20090201) +Gameplay Improvements only in patch2: unchanged: --- glob2-0.9.4.4.orig/debian/README.source +++ glob2-0.9.4.4/debian/README.source @@ -0,0 +1,2 @@ +This package uses quilt for its patch management, see +/usr/share/doc/quilt/README.source if you are unfamiliar with it.

