Author: pabs Date: 2011-04-01 14:29:47 +0000 (Fri, 01 Apr 2011) New Revision: 12076
Modified: packages/trunk/openyahtzee/debian/openyahtzee.6 packages/trunk/openyahtzee/debian/openyahtzee.desktop packages/trunk/openyahtzee/debian/patches/fix-ftbfs-with-new-gcc.patch packages/trunk/openyahtzee/debian/patches/use-system-sqlite3.patch Log: Forwarded the patches, manual page and desktop file upstream Modified: packages/trunk/openyahtzee/debian/openyahtzee.6 =================================================================== --- packages/trunk/openyahtzee/debian/openyahtzee.6 2011-04-01 14:25:51 UTC (rev 12075) +++ packages/trunk/openyahtzee/debian/openyahtzee.6 2011-04-01 14:29:47 UTC (rev 12076) @@ -1,4 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- +.\" Forwarded: Guy Rutenberg <[email protected]> .TH OPENYAHTZEE 6 "January 6, 2007" .SH NAME openyahtzee \- play a classic game of Yahtzee Modified: packages/trunk/openyahtzee/debian/openyahtzee.desktop =================================================================== --- packages/trunk/openyahtzee/debian/openyahtzee.desktop 2011-04-01 14:25:51 UTC (rev 12075) +++ packages/trunk/openyahtzee/debian/openyahtzee.desktop 2011-04-01 14:29:47 UTC (rev 12076) @@ -1,3 +1,4 @@ +# Forwarded: Guy Rutenberg <[email protected]> [Desktop Entry] Type=Application Name=Open Yahtzee Modified: packages/trunk/openyahtzee/debian/patches/fix-ftbfs-with-new-gcc.patch =================================================================== --- packages/trunk/openyahtzee/debian/patches/fix-ftbfs-with-new-gcc.patch 2011-04-01 14:25:51 UTC (rev 12075) +++ packages/trunk/openyahtzee/debian/patches/fix-ftbfs-with-new-gcc.patch 2011-04-01 14:29:47 UTC (rev 12076) @@ -1,6 +1,7 @@ Author: Paul Wise <[email protected]> Description: Fix FTBFS with newer GCC Bug-Debian: http://bugs.debian.org/565080 +Forwarded: Guy Rutenberg <[email protected]> --- a/src/DBwrapper.cpp +++ b/src/DBwrapper.cpp @@ -96,7 +96,7 @@ Modified: packages/trunk/openyahtzee/debian/patches/use-system-sqlite3.patch =================================================================== --- packages/trunk/openyahtzee/debian/patches/use-system-sqlite3.patch 2011-04-01 14:25:51 UTC (rev 12075) +++ packages/trunk/openyahtzee/debian/patches/use-system-sqlite3.patch 2011-04-01 14:29:47 UTC (rev 12076) @@ -1,5 +1,6 @@ Author: Paul Wise <[email protected]> Description: Use the system sqlite3 instead of an embedded copy +Forwarded: Guy Rutenberg <[email protected]> --- a/openyahtzee.vcproj +++ b/openyahtzee.vcproj @@ -208,10 +208,6 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

