r4641 - in packages/trunk/ri-li/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Tue Nov 13 02:19:01 UTC 2007


Author: bddebian-guest
Date: 2007-11-13 02:19:00 +0000 (Tue, 13 Nov 2007)
New Revision: 4641

Added:
   packages/trunk/ri-li/debian/patches/20_remove_gentoo_dir.diff
   packages/trunk/ri-li/debian/patches/series
Modified:
   packages/trunk/ri-li/debian/changelog
   packages/trunk/ri-li/debian/control
   packages/trunk/ri-li/debian/ri-li.desktop
Log:
* New upstream release
* Remove deprecated encoding tag from desktop file and full path in exec
* Remove XS- from VCS fields in control
* Add Homepage field in control
* 20_remove_gentoo_dir.diff - Remove gentoo subdir from Makefile.*
* Bug #383007 mentions using a merged tarball to get the data package
  + source but I am not sure how to effectively do that.


Modified: packages/trunk/ri-li/debian/changelog
===================================================================
--- packages/trunk/ri-li/debian/changelog	2007-11-13 00:17:26 UTC (rev 4640)
+++ packages/trunk/ri-li/debian/changelog	2007-11-13 02:19:00 UTC (rev 4641)
@@ -1,4 +1,4 @@
-ri-li (2.0.0-5) UNRELEASED; urgency=low
+ri-li (2.0.1-1) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Fix typos in the long description (Closes: #444827).
@@ -6,6 +6,15 @@
   [ Eddy Petrișor ]
   * remove myself from the Uploaders list
 
+  [ Barry deFreese ]
+  * New upstream release
+  * Remove deprecated encoding tag from desktop file and full path in exec
+  * Remove XS- from VCS fields in control
+  * Add Homepage field in control
+  * 20_remove_gentoo_dir.diff - Remove gentoo subdir from Makefile.*
+  * Bug #383007 mentions using a merged tarball to get the data package 
+    + source but I am not sure how to effectively do that.
+
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 15 Oct 2007 23:07:57 +0300
 
 ri-li (2.0.0-4) unstable; urgency=low

Modified: packages/trunk/ri-li/debian/control
===================================================================
--- packages/trunk/ri-li/debian/control	2007-11-13 00:17:26 UTC (rev 4640)
+++ packages/trunk/ri-li/debian/control	2007-11-13 02:19:00 UTC (rev 4641)
@@ -5,8 +5,9 @@
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Stu Teasdale <sdt at debian.org>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
 Build-Depends: debhelper (>= 5.0.0), libsdl-mixer1.2-dev, libsdl1.2-dev, zlib1g-dev, docbook-to-man, quilt, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ri-li/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ri-li/?op=log
+Homepage: http://www.ri-li.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ri-li/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ri-li/?op=log
 
 Package: ri-li
 Section: games

Added: packages/trunk/ri-li/debian/patches/20_remove_gentoo_dir.diff
===================================================================
--- packages/trunk/ri-li/debian/patches/20_remove_gentoo_dir.diff	                        (rev 0)
+++ packages/trunk/ri-li/debian/patches/20_remove_gentoo_dir.diff	2007-11-13 02:19:00 UTC (rev 4641)
@@ -0,0 +1,20 @@
+diff -urN Ri-li-2.0.1.orig/Makefile.am Ri-li-2.0.1/Makefile.am
+--- Ri-li-2.0.1.orig/Makefile.am	2007-11-12 15:38:39.000000000 -0500
++++ Ri-li-2.0.1/Makefile.am	2007-11-12 15:39:03.000000000 -0500
+@@ -1,3 +1,3 @@
+-SUBDIRS=src data Sounds gentoo
++SUBDIRS=src data Sounds
+ datdir = $(datadir)/@PACKAGE@
+ dat_HEADERS = COPYING.Music
+diff -urN Ri-li-2.0.1.orig/Makefile.in Ri-li-2.0.1/Makefile.in
+--- Ri-li-2.0.1.orig/Makefile.in	2007-11-12 15:38:39.000000000 -0500
++++ Ri-li-2.0.1/Makefile.in	2007-11-12 15:39:16.000000000 -0500
+@@ -156,7 +156,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = src data Sounds gentoo
++SUBDIRS = src data Sounds
+ datdir = $(datadir)/@PACKAGE@
+ dat_HEADERS = COPYING.Music
+ all: config.h

Added: packages/trunk/ri-li/debian/patches/series
===================================================================
--- packages/trunk/ri-li/debian/patches/series	                        (rev 0)
+++ packages/trunk/ri-li/debian/patches/series	2007-11-13 02:19:00 UTC (rev 4641)
@@ -0,0 +1,2 @@
+20_remove_gentoo_dir.diff
+

Modified: packages/trunk/ri-li/debian/ri-li.desktop
===================================================================
--- packages/trunk/ri-li/debian/ri-li.desktop	2007-11-13 00:17:26 UTC (rev 4640)
+++ packages/trunk/ri-li/debian/ri-li.desktop	2007-11-13 02:19:00 UTC (rev 4641)
@@ -1,10 +1,9 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Ri-li
 Comment=a toy simulator game
 Comment[fr]=un jeu de petit train
 Comment[ro_RO]=un joc cu un tren de jucărie
-Exec=/usr/games/ri-li
+Exec=ri-li
 Icon=ri-li
 Terminal=false
 Type=Application




More information about the Pkg-games-commits mailing list