r10271 - packages/trunk/supertux/debian

Christoph Egger christoph-guest at alioth.debian.org
Wed Sep 2 13:22:47 UTC 2009


Author: christoph-guest
Date: 2009-09-02 13:22:47 +0000 (Wed, 02 Sep 2009)
New Revision: 10271

Added:
   packages/trunk/supertux/debian/README.source
   packages/trunk/supertux/debian/clean
Modified:
   packages/trunk/supertux/debian/changelog
   packages/trunk/supertux/debian/control
   packages/trunk/supertux/debian/menu
   packages/trunk/supertux/debian/rules
   packages/trunk/supertux/debian/supertux.install
Log:
README.source
Upstream manpages
Standards Version
--docdor

Added: packages/trunk/supertux/debian/README.source
===================================================================
--- packages/trunk/supertux/debian/README.source	                        (rev 0)
+++ packages/trunk/supertux/debian/README.source	2009-09-02 13:22:47 UTC (rev 10271)
@@ -0,0 +1,13 @@
+Task: apply debian patches
+Tools: quilt
+Command: quilt push -a
+Description:
+  Please read /usr/share/doc/quilt/README.source how to use quilt for
+  managing Debian patches.
+  .
+  This might not be needed for there are not always patches. The steps
+  outlined above should always work nonetheless. If you want to see if
+  there are patches, check if there are files in debian/patches apart
+  from the one called «series»
+
+ -- Christoph Egger <debian at christoph-egger.org>, Sun, 30 Aug 2009 22:39:52 +0200

Modified: packages/trunk/supertux/debian/changelog
===================================================================
--- packages/trunk/supertux/debian/changelog	2009-09-01 21:28:26 UTC (rev 10270)
+++ packages/trunk/supertux/debian/changelog	2009-09-02 13:22:47 UTC (rev 10271)
@@ -1,4 +1,4 @@
-supertux (0.3.1d) unstable; urgency=low
+supertux (0.3.1d-1) unstable; urgency=low
 
   [ Jon Dowland ]
   * update menu section to "Games/Action" for menu policy transition.
@@ -29,8 +29,11 @@
   * Adopting by the Debian Games Team (Closes: #535147)
   * Add myself to Uploaders
   * Add DMUA field, should be noncontrolversial and I'll be DM soon hopefully
+  * Bump Standards Version from 3.7.2 to 3.8.3
+    * Add README.source
+    * Wrap Uploaders
 
- -- Christoph Egger <debian at christoph-egger.org>  Mon, 31 Aug 2009 16:02:30 +0200
+ -- Christoph Egger <debian at christoph-egger.org>  Wed, 02 Sep 2009 11:13:09 +0200
 
 supertux (0.3.0~dfsg-1) experimental; urgency=low
 

Added: packages/trunk/supertux/debian/clean
===================================================================
--- packages/trunk/supertux/debian/clean	                        (rev 0)
+++ packages/trunk/supertux/debian/clean	2009-09-02 13:22:47 UTC (rev 10271)
@@ -0,0 +1,3 @@
+config.sub
+config.guess
+data/locale/messages.pot

Modified: packages/trunk/supertux/debian/control
===================================================================
--- packages/trunk/supertux/debian/control	2009-09-01 21:28:26 UTC (rev 10270)
+++ packages/trunk/supertux/debian/control	2009-09-02 13:22:47 UTC (rev 10271)
@@ -14,7 +14,7 @@
   autotools-dev,
   quilt (>= 0.46-7~)
 Build-Conflicts: nvidia-glx, nvidia-glx-legacy
-Standards-Version: 3.7.2
+Standards-Version: 3.8.3
 DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/supertux/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/supertux/?op=log

Modified: packages/trunk/supertux/debian/menu
===================================================================
--- packages/trunk/supertux/debian/menu	2009-09-01 21:28:26 UTC (rev 10270)
+++ packages/trunk/supertux/debian/menu	2009-09-02 13:22:47 UTC (rev 10271)
@@ -1,3 +1,3 @@
 ?package(supertux):needs="X11" section="Games/Action"\
-  title="SuperTux" command="/usr/games/supertux --disable-sfx --disable-music"\
+  title="SuperTux" command="/usr/games/supertux2 --disable-sfx --disable-music"\
   icon="/usr/share/games/supertux/images/engine/icons/supertux.xpm"

Modified: packages/trunk/supertux/debian/rules
===================================================================
--- packages/trunk/supertux/debian/rules	2009-09-01 21:28:26 UTC (rev 10270)
+++ packages/trunk/supertux/debian/rules	2009-09-02 13:22:47 UTC (rev 10271)
@@ -21,13 +21,14 @@
 endif
 
 	CFLAGS="$(CFLAGS)" ./configure \
-							 --host=$(DEB_HOST_GNU_TYPE) \
-							 --build=$(DEB_BUILD_GNU_TYPE) \
-							 --prefix=/usr \
-							 --mandir=\$${prefix}/share/man \
-							 --infodir=\$${prefix}/share/info \
-							 --bindir=\$${prefix}/games \
-							 --datadir=\$${prefix}/share/games
+							--host=$(DEB_HOST_GNU_TYPE) \
+							--build=$(DEB_BUILD_GNU_TYPE) \
+							--prefix=/usr \
+							--mandir=\$${prefix}/share/man \
+							--infodir=\$${prefix}/share/info \
+							--bindir=\$${prefix}/games \
+							--datadir=\$${prefix}/share/games \
+							--docdir=\$${prefix}/share/doc/supertux
 
 override_dh_auto_build:
 	jam

Modified: packages/trunk/supertux/debian/supertux.install
===================================================================
--- packages/trunk/supertux/debian/supertux.install	2009-09-01 21:28:26 UTC (rev 10270)
+++ packages/trunk/supertux/debian/supertux.install	2009-09-02 13:22:47 UTC (rev 10271)
@@ -1,2 +1,3 @@
 usr/games
 usr/share/games/applications usr/share/applications
+man usr/share
\ No newline at end of file




More information about the Pkg-games-commits mailing list