r12076 - in packages/trunk/openyahtzee/debian: . patches
Paul Wise
pabs at alioth.debian.org
Fri Apr 1 14:29:48 UTC 2011
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 <guyrutenberg at gmail.com>
.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 <guyrutenberg at gmail.com>
[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 <pabs at debian.org>
Description: Fix FTBFS with newer GCC
Bug-Debian: http://bugs.debian.org/565080
+Forwarded: Guy Rutenberg <guyrutenberg at gmail.com>
--- 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 <pabs at debian.org>
Description: Use the system sqlite3 instead of an embedded copy
+Forwarded: Guy Rutenberg <guyrutenberg at gmail.com>
--- a/openyahtzee.vcproj
+++ b/openyahtzee.vcproj
@@ -208,10 +208,6 @@
More information about the Pkg-games-commits
mailing list