diff --git a/debian/changelog b/debian/changelog index 5c594ea..e57cae2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,19 @@ -pangzero (1.3-2) UNRELEASED; urgency=low +pangzero (1.3-2) unstable; urgency=low [ Marco Rodrigues ] * Add Homepage field to debian/control. * Remove duplicate lines about GPL file location in copyright. [ Barry deFreese ] - * Fix watch file - * Add .desktop file (Closes: #516561) + * Fix watch file. + * Add .desktop file (Closes: #516561). + * 10_nowebpage.patch - Don't show page on exit. (Closes: #481998). + * Bump Standards Version to 3.8.1. (No changes needed). [ Ansgar Burchardt ] * debian/control: Change XS-Vcs-* to Vcs-* - -- Ansgar Burchardt Fri, 29 Feb 2008 03:08:43 +0100 + -- Barry deFreese Tue, 17 Mar 2009 15:24:47 -0400 pangzero (1.3-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 2bfdc76..d4e92f9 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Priority: optional Maintainer: Debian Games Team Uploaders: Miriam Ruiz , Sam Hocevar (Debian packages) , - Jon Dowland , Marco Rodrigues + Jon Dowland , Marco Rodrigues , Barry deFreese Build-Depends: debhelper (>= 5), autotools-dev, libsdl-perl, quilt -Standards-Version: 3.7.2 +Standards-Version: 3.8.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pangzero/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pangzero/?op=log Homepage: http://apocalypse.rulez.org/pangzero diff --git a/debian/patches/10_nowebpage.patch b/debian/patches/10_nowebpage.patch new file mode 100644 index 0000000..4729a6f --- /dev/null +++ b/debian/patches/10_nowebpage.patch @@ -0,0 +1,13 @@ +Index: pangzero-1.3/bin/pangzero +=================================================================== +--- pangzero-1.3.orig/bin/pangzero 2009-03-17 15:23:09.000000000 -0400 ++++ pangzero-1.3/bin/pangzero 2009-03-17 15:23:24.000000000 -0400 +@@ -346,7 +346,7 @@ + $FullScreen = 1; + $UnicodeMode = 0; + $Slippery = 0; +-$ShowWebsite = 0; ++$ShowWebsite = 1.3; + + + ########################################################################## diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..0207a1e --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +10_nowebpage.patch