Author: kibi Date: 2008-06-11 01:51:51 +0000 (Wed, 11 Jun 2008) New Revision: 7330
Modified: packages/trunk/oneisenough/debian/changelog packages/trunk/oneisenough/debian/patches/font_path.patch packages/trunk/oneisenough/debian/patches/series Log: Adjust patch level to avoid FTBFS with new source package format (Closes: #485264). Modified: packages/trunk/oneisenough/debian/changelog =================================================================== --- packages/trunk/oneisenough/debian/changelog 2008-06-11 01:45:02 UTC (rev 7329) +++ packages/trunk/oneisenough/debian/changelog 2008-06-11 01:51:51 UTC (rev 7330) @@ -1,3 +1,12 @@ +oneisenough (0.40-2) unstable; urgency=low + + * Fix FTBFS with new “3.0 (quilt)” source package format by using a + patch level of 1 instead of 0 in the font_path.patch patch and by + adjusting the series file appropriately (i.e. by deleting the “-p0” + option), thanks to Raphaël Hertzog for the notice (Closes: #485264). + + -- Cyril Brulebois <[EMAIL PROTECTED]> Wed, 11 Jun 2008 03:52:24 +0200 + oneisenough (0.40-1) unstable; urgency=low * Initial release (Closes: #448973) Modified: packages/trunk/oneisenough/debian/patches/font_path.patch =================================================================== --- packages/trunk/oneisenough/debian/patches/font_path.patch 2008-06-11 01:45:02 UTC (rev 7329) +++ packages/trunk/oneisenough/debian/patches/font_path.patch 2008-06-11 01:51:51 UTC (rev 7330) @@ -1,5 +1,5 @@ ---- bin/game.py.orig -+++ bin/game.py +--- a/bin/game.py ++++ b/bin/game.py @@ -14,7 +14,7 @@ from camp import Camp @@ -9,8 +9,8 @@ dismiss_delay = 0 ---- bin/mainmenu.py.orig -+++ bin/mainmenu.py +--- a/bin/mainmenu.py ++++ b/bin/mainmenu.py @@ -8,7 +8,7 @@ from locals import * import game Modified: packages/trunk/oneisenough/debian/patches/series =================================================================== --- packages/trunk/oneisenough/debian/patches/series 2008-06-11 01:45:02 UTC (rev 7329) +++ packages/trunk/oneisenough/debian/patches/series 2008-06-11 01:51:51 UTC (rev 7330) @@ -1 +1 @@ -font_path.patch -p0 +font_path.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

