r6038 - packages/trunk/fretsonfire/debian

Miriam Ruiz baby-guest at alioth.debian.org
Wed Mar 12 13:24:09 UTC 2008


Author: baby-guest
Date: 2008-03-12 13:24:09 +0000 (Wed, 12 Mar 2008)
New Revision: 6038

Modified:
   packages/trunk/fretsonfire/debian/changelog
   packages/trunk/fretsonfire/debian/control
   packages/trunk/fretsonfire/debian/rules
Log:
Standards-Version set to 3.7.3
Added call to dh_desktop in debian/rules



Modified: packages/trunk/fretsonfire/debian/changelog
===================================================================
--- packages/trunk/fretsonfire/debian/changelog	2008-03-12 10:27:59 UTC (rev 6037)
+++ packages/trunk/fretsonfire/debian/changelog	2008-03-12 13:24:09 UTC (rev 6038)
@@ -4,6 +4,8 @@
   * New Upstream Release.
   * Removed old Spanish translations. The ones from upstream are up-to-date now.
   * Refreshed patch typeerror.patch
+  * Standards-Version set to 3.7.3. No changes needed.
+  * Added call to dh_desktop in debian/rules
 
   [ Matthew Johnson ]
   * Correct obvious inaccuracies in man page.
@@ -12,6 +14,7 @@
 
   [ Jon Dowland ]
   * add Homepage: control field to source stanza
+  * remove a bashism from the clean target
 
   [ Matthew Johnson ]
   * Add patch reverting Font.py changes to make text render
@@ -20,9 +23,6 @@
   * Compress using bzip2
   * Apply stage.ini patch from Sami
 
-  [ Jon Dowland ]
-  * remove a bashism from the clean target
-
   [ Ansgar Burchardt ]
   * Remove deprecated Encoding key from .desktop file
   * debian/control: Change XS-Vcs-* to Vcs-*

Modified: packages/trunk/fretsonfire/debian/control
===================================================================
--- packages/trunk/fretsonfire/debian/control	2008-03-12 10:27:59 UTC (rev 6037)
+++ packages/trunk/fretsonfire/debian/control	2008-03-12 13:24:09 UTC (rev 6038)
@@ -7,10 +7,10 @@
 Build-Depends-Indep: python-dev, python-support (>= 0.4), 
                      libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, 
                      inkscape, docbook-to-man, imagemagick
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://fretsonfire.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fretsonfire/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fretsonfire/?op=log
-Homepage: http://fretsonfire.sourceforge.net/
 
 Package: fretsonfire
 Architecture: all
@@ -36,5 +36,3 @@
  .
  This is the package containing the game code. You will need working sound and
  an open-gl capable graphics card.
- .
- Homepage: http://fretsonfire.sourceforge.net/

Modified: packages/trunk/fretsonfire/debian/rules
===================================================================
--- packages/trunk/fretsonfire/debian/rules	2008-03-12 10:27:59 UTC (rev 6037)
+++ packages/trunk/fretsonfire/debian/rules	2008-03-12 13:24:09 UTC (rev 6038)
@@ -86,6 +86,7 @@
 	dh_installman -pfretsonfire-game fretsonfire.6
 	dh_install -pfretsonfire-game
 	dh_link
+	dh_desktop
 	dh_strip
 	dh_compress
 	dh_fixperms




More information about the Pkg-games-commits mailing list