Author: bddebian-guest
Date: 2008-01-30 20:51:24 +0000 (Wed, 30 Jan 2008)
New Revision: 5577

Modified:
   packages/trunk/shisen.app/debian/changelog
   packages/trunk/shisen.app/debian/patches/03_GNUmakefile.patch
   packages/trunk/shisen.app/debian/patches/04_gshisen_m_appname.patch
   packages/trunk/shisen.app/debian/rules
Log:
  * New upstream release.
  * Add call to dh_desktop.
Update patches for new release.


Modified: packages/trunk/shisen.app/debian/changelog
===================================================================
--- packages/trunk/shisen.app/debian/changelog  2008-01-30 20:19:24 UTC (rev 
5576)
+++ packages/trunk/shisen.app/debian/changelog  2008-01-30 20:51:24 UTC (rev 
5577)
@@ -1,20 +1,22 @@
-shisen.app (1.2.0-7) UNRELEASED; urgency=low
+shisen.app (1.2.1-1) UNRELEASED; urgency=low
 
   [ Barry deFreese ]
-  * New maintainer (Closes: #454439)
-    + Debian Games Team <[EMAIL PROTECTED]>
-  * Add myself to uploaders
-  * Add VCS fields to control
-  * Add Homepage field to control
-  * Add watch file
-  * Bump debhelper build-dep and compat to 5
-  * Bump Standards Version to 3.7.3
-  * Add quilt patching system
+  * New maintainer (Closes: #454439).
+    + Debian Games Team <[EMAIL PROTECTED]>.
+  * New upstream release.
+  * Add myself to uploaders.
+  * Add VCS fields to control.
+  * Add Homepage field to control.
+  * Add watch file.
+  * Bump debhelper build-dep and compat to 5.
+  * Bump Standards Version to 3.7.3.
+  * Add quilt patching system.
   * Move source changes to patches:
-    + 01_plist_update.patch - Change appname and version
-    + 02_main_m_menu_name.patch - Change appname and version
-    + 03_GNUmakefile.patch - Comment out GS_MAKE_DIRS
-    + 04_gshisen_m_appname.patch - Change appname and version
+    + 01_plist_update.patch - Change appname and version.
+    + 02_main_m_menu_name.patch - Change appname and version.
+    + 03_GNUmakefile.patch - Comment out GS_MAKE_DIRS.
+    + 04_gshisen_m_appname.patch - Change appname and version.
+  * Add call to dh_desktop.
 
  -- Barry deFreese <[EMAIL PROTECTED]>  Wed, 12 Dec 2007 17:45:40 -0500
 

Modified: packages/trunk/shisen.app/debian/patches/03_GNUmakefile.patch
===================================================================
--- packages/trunk/shisen.app/debian/patches/03_GNUmakefile.patch       
2008-01-30 20:19:24 UTC (rev 5576)
+++ packages/trunk/shisen.app/debian/patches/03_GNUmakefile.patch       
2008-01-30 20:51:24 UTC (rev 5577)
@@ -1,17 +1,14 @@
-diff -urN gshisen-1.2.0.orig/GNUmakefile gshisen-1.2.0/GNUmakefile
---- gshisen-1.2.0.orig/GNUmakefile     2004-10-03 17:56:46.000000000 -0400
-+++ gshisen-1.2.0/GNUmakefile  2008-01-03 18:43:12.000000000 -0500
-@@ -1,7 +1,7 @@
+diff -urN gshisen-1.2.1.orig/GNUmakefile gshisen-1.2.1/GNUmakefile
+--- gshisen-1.2.1.orig/GNUmakefile     2006-06-18 10:18:35.000000000 -0400
++++ gshisen-1.2.1/GNUmakefile  2008-01-29 12:24:00.000000000 -0500
+@@ -1,5 +1,5 @@
  
 -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
 +#GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
  
--GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
-+#GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
- 
  include $(GNUSTEP_MAKEFILES)/common.make
  
-@@ -27,7 +27,7 @@
+@@ -25,7 +25,7 @@
  
  -include GNUmakefile.preamble
  

Modified: packages/trunk/shisen.app/debian/patches/04_gshisen_m_appname.patch
===================================================================
--- packages/trunk/shisen.app/debian/patches/04_gshisen_m_appname.patch 
2008-01-30 20:19:24 UTC (rev 5576)
+++ packages/trunk/shisen.app/debian/patches/04_gshisen_m_appname.patch 
2008-01-30 20:51:24 UTC (rev 5577)
@@ -1,6 +1,6 @@
-diff -urN gshisen-1.2.0.orig/gshisen.m gshisen-1.2.0/gshisen.m
---- gshisen-1.2.0.orig/gshisen.m       2003-09-18 20:07:44.000000000 -0400
-+++ gshisen-1.2.0/gshisen.m    2008-01-03 18:45:23.000000000 -0500
+diff -urN gshisen-1.2.1.orig/gshisen.m gshisen-1.2.1/gshisen.m
+--- gshisen-1.2.1.orig/gshisen.m       2006-06-18 10:20:04.000000000 -0400
++++ gshisen-1.2.1/gshisen.m    2008-01-29 12:28:35.000000000 -0500
 @@ -37,7 +37,7 @@
                              defer: NO];
      [win setMaxSize: NSMakeSize(740, 520)];
@@ -18,9 +18,9 @@
 +  [d setObject: @"Shisen" forKey: @"ApplicationName"];
    [d setObject: @"The first GNUstep Game!" 
       forKey: @"ApplicationDescription"];
--  [d setObject: @"GShisen 1.2" forKey: @"ApplicationRelease"];
-+  [d setObject: @"Shisen 1.2.0" forKey: @"ApplicationRelease"];
-   [d setObject: @"September 2003" forKey: @"FullVersionID"];
+-  [d setObject: @"GShisen 1.2.1" forKey: @"ApplicationRelease"];
++  [d setObject: @"Shisen 1.2.1" forKey: @"ApplicationRelease"];
+   [d setObject: @"June 2006" forKey: @"FullVersionID"];
    [d setObject: [NSArray arrayWithObjects: 
                           @"James Dessart <[EMAIL PROTECTED]>",
 @@ -91,7 +91,7 @@
@@ -29,6 +29,6 @@
       forKey: @"Authors"];
 -  [d setObject: @"See http://www.imago.ro/gshisen"; forKey: @"URL"];
 +  [d setObject: @"See http://www.gnustep.it/enrico/gshisen/"; forKey: @"URL"];
-   [d setObject: @"Copyright (C) 1999, 2000, 2001, 2002 Free Software 
Foundation, Inc."
+   [d setObject: @"Copyright (C) 2003, 2004, 2005, 2006 Free Software 
Foundation, Inc."
       forKey: @"Copyright"];
    [d setObject: @"Released under the GNU General Public License 2.0"

Modified: packages/trunk/shisen.app/debian/rules
===================================================================
--- packages/trunk/shisen.app/debian/rules      2008-01-30 20:19:24 UTC (rev 
5576)
+++ packages/trunk/shisen.app/debian/rules      2008-01-30 20:51:24 UTC (rev 
5577)
@@ -29,7 +29,7 @@
        gs_make install DESTDIR=$(CURDIR)/debian/shisen.app 
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
        dh_install debian/*.desktop usr/share/applications/
        rm 
$(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop
-       mv $(CURDIR)/debian/shisen.app/usr/bin/Shisen 
$(CURDIR)/debian/shisen.app/usr/games
+       mv $(CURDIR)/debian/shisen.app/usr/bin/GShisen 
$(CURDIR)/debian/shisen.app/usr/games/Shisen
        rm -rf $(CURDIR)/debian/shisen.app/usr/bin/
 
 binary-indep: build install
@@ -41,6 +41,7 @@
        dh_installmenu
        dh_installman
        install -m 644 debian/lintian-override 
$(CURDIR)/debian/shisen.app/usr/share/lintian/overrides/shisen.app
+       dh_desktop
        dh_strip
        dh_compress
        dh_fixperms


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to