r4736 - in packages/trunk/gmult/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Wed Nov 21 01:53:20 UTC 2007


Author: bddebian-guest
Date: 2007-11-21 01:53:20 +0000 (Wed, 21 Nov 2007)
New Revision: 4736

Added:
   packages/trunk/gmult/debian/patches/
   packages/trunk/gmult/debian/patches/10_desktop_file_warns.diff
   packages/trunk/gmult/debian/patches/series
Modified:
   packages/trunk/gmult/debian/changelog
   packages/trunk/gmult/debian/control
   packages/trunk/gmult/debian/copyright
   packages/trunk/gmult/debian/rules
Log:
Move to unstable since it was uploaded
  * Add quilt patch system
  * 10_desktop_file_warns.diff
    + Remove deprecated fields from desktop file


Modified: packages/trunk/gmult/debian/changelog
===================================================================
--- packages/trunk/gmult/debian/changelog	2007-11-20 23:47:54 UTC (rev 4735)
+++ packages/trunk/gmult/debian/changelog	2007-11-21 01:53:20 UTC (rev 4736)
@@ -1,5 +1,8 @@
-gmult (5.3-1) UNRELEASED; urgency=low
+gmult (5.3-1) unstable; urgency=low
 
   * Initial Release (Closes: #294764)
+  * Add quilt patch system
+  * 10_desktop_file_warns.diff
+    + Remove deprecated fields from desktop file
 
  -- Barry deFreese <bddebian at comcast.net>  Wed, 10 Oct 2007 14:41:59 -0400

Modified: packages/trunk/gmult/debian/control
===================================================================
--- packages/trunk/gmult/debian/control	2007-11-20 23:47:54 UTC (rev 4735)
+++ packages/trunk/gmult/debian/control	2007-11-21 01:53:20 UTC (rev 4736)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bddebian at comcast.net>
-Build-Depends: debhelper (>> 5), cdbs, intltool (>= 0.28), libgtkmm-2.4-dev (>= 2.6.0), gettext (>= 0.12.1), docbook-xsl, xsltproc
+Build-Depends: debhelper (>> 5), cdbs, quilt, intltool (>= 0.28), libgtkmm-2.4-dev (>= 2.6.0), gettext (>= 0.12.1), docbook-xsl, xsltproc
 Standards-Version: 3.7.2
 Homepage: http://mterry.name/gmult/
 

Modified: packages/trunk/gmult/debian/copyright
===================================================================
--- packages/trunk/gmult/debian/copyright	2007-11-20 23:47:54 UTC (rev 4735)
+++ packages/trunk/gmult/debian/copyright	2007-11-21 01:53:20 UTC (rev 4736)
@@ -25,4 +25,4 @@
    02111-1301, USA.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.

Added: packages/trunk/gmult/debian/patches/10_desktop_file_warns.diff
===================================================================
--- packages/trunk/gmult/debian/patches/10_desktop_file_warns.diff	                        (rev 0)
+++ packages/trunk/gmult/debian/patches/10_desktop_file_warns.diff	2007-11-21 01:53:20 UTC (rev 4736)
@@ -0,0 +1,22 @@
+diff -urN gmult-5.3.orig/gmult.desktop.in gmult-5.3/gmult.desktop.in
+--- gmult-5.3.orig/gmult.desktop.in	2007-11-20 13:57:58.000000000 -0500
++++ gmult-5.3/gmult.desktop.in	2007-11-20 13:58:42.000000000 -0500
+@@ -1,12 +1,10 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ Version=0.9.4
+ 
+ _Name=Multiplication Puzzle
+ _Comment=Figure out which letters are which numbers
+ 
+ Icon=gmult
+-FilePattern=gmult;
+ TryExec=gmult
+ Exec=gmult
+ Terminal=false
+@@ -14,4 +12,4 @@
+ StartupNotify=true
+ 
+ Type=Application
+-Categories=Application;Game;LogicGame;GTK;
++Categories=Game;LogicGame;GTK;

Added: packages/trunk/gmult/debian/patches/series
===================================================================
--- packages/trunk/gmult/debian/patches/series	                        (rev 0)
+++ packages/trunk/gmult/debian/patches/series	2007-11-21 01:53:20 UTC (rev 4736)
@@ -0,0 +1 @@
+10_desktop_file_warns.diff

Modified: packages/trunk/gmult/debian/rules
===================================================================
--- packages/trunk/gmult/debian/rules	2007-11-20 23:47:54 UTC (rev 4735)
+++ packages/trunk/gmult/debian/rules	2007-11-21 01:53:20 UTC (rev 4736)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 # 02111-1307 USA.
 
-
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/gnome.mk




More information about the Pkg-games-commits mailing list