r4540 - in packages/trunk/ceferino/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Sun Nov 4 00:31:19 UTC 2007


Author: bddebian-guest
Date: 2007-11-04 00:31:18 +0000 (Sun, 04 Nov 2007)
New Revision: 4540

Added:
   packages/trunk/ceferino/debian/ceferino.desktop
   packages/trunk/ceferino/debian/ceferino.menu
Modified:
   packages/trunk/ceferino/debian/ceferino.install
   packages/trunk/ceferino/debian/changelog
   packages/trunk/ceferino/debian/control
   packages/trunk/ceferino/debian/patches/series
   packages/trunk/ceferino/debian/rules
   packages/trunk/ceferino/debian/watch
Log:
* New upstream release
* Fix watch file path and improve regexp
* Temporarily disable es_translation patch
* Add menu file and call dh_installmenu
* Add .desktop file and call dh_desktop


Added: packages/trunk/ceferino/debian/ceferino.desktop
===================================================================
--- packages/trunk/ceferino/debian/ceferino.desktop	                        (rev 0)
+++ packages/trunk/ceferino/debian/ceferino.desktop	2007-11-04 00:31:18 UTC (rev 4540)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Ceferino
+GenericName=ceferino
+Comment=Save the cows!
+Type=Application
+Exec=ceferino
+Icon=ceferino
+Terminal=false
+Categories=Game;ActionGame;
+

Modified: packages/trunk/ceferino/debian/ceferino.install
===================================================================
--- packages/trunk/ceferino/debian/ceferino.install	2007-11-02 21:01:19 UTC (rev 4539)
+++ packages/trunk/ceferino/debian/ceferino.install	2007-11-04 00:31:18 UTC (rev 4540)
@@ -1 +1,2 @@
 usr/games/
+../../debian/ceferino.desktop usr/share/applications/

Added: packages/trunk/ceferino/debian/ceferino.menu
===================================================================
--- packages/trunk/ceferino/debian/ceferino.menu	                        (rev 0)
+++ packages/trunk/ceferino/debian/ceferino.menu	2007-11-04 00:31:18 UTC (rev 4540)
@@ -0,0 +1,2 @@
+?package(ceferino):needs="X11" section="Games/Action"\
+  title="Ceferino" command="/usr/games/ceferino"

Modified: packages/trunk/ceferino/debian/changelog
===================================================================
--- packages/trunk/ceferino/debian/changelog	2007-11-02 21:01:19 UTC (rev 4539)
+++ packages/trunk/ceferino/debian/changelog	2007-11-04 00:31:18 UTC (rev 4540)
@@ -1,4 +1,4 @@
-ceferino (0.97.5-2) UNRELEASED; urgency=low
+ceferino (0.97.8-1) UNRELEASED; urgency=low
 
   [ Miriam Ruiz ]
   * Modified building system for using quilt.
@@ -10,9 +10,13 @@
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
   [ Barry deFreese ]
+  * New upstream release
   * Add Homepage field to control section
   * Add watch file
   * Fix make distclean lintian warning
+  * Temporarily disable es_translation patch
+  * Add menu file and call dh_installmenu
+  * Add .desktop file and call dh_desktop
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 23 Sep 2006 18:33:57 +0200
 

Modified: packages/trunk/ceferino/debian/control
===================================================================
--- packages/trunk/ceferino/debian/control	2007-11-02 21:01:19 UTC (rev 4539)
+++ packages/trunk/ceferino/debian/control	2007-11-04 00:31:18 UTC (rev 4540)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bddebian at comcast.net>
 Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, gettext, quilt,
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
 Standards-Version: 3.7.2

Modified: packages/trunk/ceferino/debian/patches/series
===================================================================
--- packages/trunk/ceferino/debian/patches/series	2007-11-02 21:01:19 UTC (rev 4539)
+++ packages/trunk/ceferino/debian/patches/series	2007-11-04 00:31:18 UTC (rev 4540)
@@ -1 +1 @@
-01_es_translation.patch -p1
+#01_es_translation.patch -p1

Modified: packages/trunk/ceferino/debian/rules
===================================================================
--- packages/trunk/ceferino/debian/rules	2007-11-02 21:01:19 UTC (rev 4539)
+++ packages/trunk/ceferino/debian/rules	2007-11-04 00:31:18 UTC (rev 4540)
@@ -100,7 +100,8 @@
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_install --sourcedir=$(CURDIR)/debian/tmp -a
-#	dh_installmenu -a
+	dh_installmenu -a
+	dh_desktop
 	dh_installman -a debian/ceferino.6
 	dh_link -a
 	dh_strip -a

Modified: packages/trunk/ceferino/debian/watch
===================================================================
--- packages/trunk/ceferino/debian/watch	2007-11-02 21:01:19 UTC (rev 4539)
+++ packages/trunk/ceferino/debian/watch	2007-11-04 00:31:18 UTC (rev 4540)
@@ -1,8 +1,3 @@
-# Watch control file for uscan
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
 
-# Find new files on sourceforge, for debscripts >= 2.9
-http://www.losersjuegos.com.ar/juegos/ceferino/descargas/anteriores/ceferino-(.*)\.tar\.gz
+http://www.losersjuegos.com.ar/juegos/ceferino/descargas/ceferino-([\d.]+)\.tar\.gz




More information about the Pkg-games-commits mailing list