This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ri-li.
commit 6cfbc8cafa4b36ac599adcb96c0b6732407d3e9f Author: Barry deFreese <[email protected]> Date: Tue Nov 13 02:19:00 2007 +0000 * 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. --- debian/changelog | 11 ++++++++++- debian/control | 5 +++-- debian/patches/20_remove_gentoo_dir.diff | 20 ++++++++++++++++++++ debian/patches/series | 2 ++ debian/ri-li.desktop | 3 +-- 5 files changed, 36 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e42b21..46cd99c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 @@ ri-li (2.0.0-5) UNRELEASED; urgency=low [ 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 <[email protected]> Mon, 15 Oct 2007 23:07:57 +0300 ri-li (2.0.0-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 425c876..9a946da 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,9 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Gonéri Le Bouder <[email protected]>, Stu Teasdale <[email protected]>, Cyril Brulebois <[email protected]> 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 diff --git a/debian/patches/20_remove_gentoo_dir.diff b/debian/patches/20_remove_gentoo_dir.diff new file mode 100644 index 0000000..d7cb4b1 --- /dev/null +++ b/debian/patches/20_remove_gentoo_dir.diff @@ -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 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..3014a53 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +20_remove_gentoo_dir.diff + diff --git a/debian/ri-li.desktop b/debian/ri-li.desktop index 976a2a9..63a72c8 100644 --- a/debian/ri-li.desktop +++ b/debian/ri-li.desktop @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ri-li.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

