Author: fuddl-guest
Date: 2008-01-29 16:22:30 +0000 (Tue, 29 Jan 2008)
New Revision: 5542

Modified:
   packages/trunk/nexuiz/debian/changelog
   packages/trunk/nexuiz/debian/control
   packages/trunk/nexuiz/debian/nexuiz.menu
   packages/trunk/nexuiz/debian/rules
Log:
* update to latest standards version (no changes)
* don't ignore some rm's in rules file
* install png-icon to usr/share/icons/...


Modified: packages/trunk/nexuiz/debian/changelog
===================================================================
--- packages/trunk/nexuiz/debian/changelog      2008-01-29 08:45:21 UTC (rev 
5541)
+++ packages/trunk/nexuiz/debian/changelog      2008-01-29 16:22:30 UTC (rev 
5542)
@@ -1,6 +1,17 @@
-nexuiz (2.3-4) UNRELEASED; urgency=low
+nexuiz (2.3-5) UNRELEASED; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]
+  * Update to standards version 3.7.3.0. No changes
+  * New email address for me
+  * Don't ignore some rm-commands in rules file
+  * Install desktop icon in proper location.
+  * Fix Vcs-fields in control file
+
+ -- Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>  Tue, 29 Jan 2008 17:13:02 +0100
+
+nexuiz (2.3-4) unstable; urgency=low
+
+  [ Bruno "Fuddl" Kleinert ]
   * Bumped debhelper compat level to 5
   * Builds debug packages nexuiz-dbg and nexuiz-server-dbg
   * Placed a note in README.Debian how to generate backtraces

Modified: packages/trunk/nexuiz/debian/control
===================================================================
--- packages/trunk/nexuiz/debian/control        2008-01-29 08:45:21 UTC (rev 
5541)
+++ packages/trunk/nexuiz/debian/control        2008-01-29 16:22:30 UTC (rev 
5542)
@@ -2,12 +2,12 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
-Uploaders: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>, Gonéri Le Bouder 
<[EMAIL PROTECTED]>, Gerfried Fuchs <[EMAIL PROTECTED]>
+Uploaders: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>, Gonéri Le Bouder 
<[EMAIL PROTECTED]>, Gerfried Fuchs <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), libsdl-dev, sharutils, imagemagick, dpatch
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://www.nexuiz.com/
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/nexuiz/
-XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/nexuiz/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/nexuiz/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/nexuiz/?op=log
 
 Package: nexuiz
 Architecture: any
@@ -30,7 +30,7 @@
 
 Package: nexuiz-server
 Architecture: any
-Depends: ${shlibs:Depends}, nexuiz-data (>= ${source:Upstream-Version}), 
libcurl3
+Depends: ${shlibs:Depends}, nexuiz-data (>= ${source:Upstream-Version})
 Description: Standalone server for Nexuiz
  Nexuiz is a fast-paced 3D deathmatch game with high-end and complex graphics 
  effects. It is intended to be played over the Internet or over a local 
network.

Modified: packages/trunk/nexuiz/debian/nexuiz.menu
===================================================================
--- packages/trunk/nexuiz/debian/nexuiz.menu    2008-01-29 08:45:21 UTC (rev 
5541)
+++ packages/trunk/nexuiz/debian/nexuiz.menu    2008-01-29 16:22:30 UTC (rev 
5542)
@@ -1,5 +1,5 @@
 ?package(nexuiz):needs="X11" \
-       section="Games/Action"\
+       section="Games/Action" \
        icon="/usr/share/pixmaps/nexuiz32x32.xpm" \
        title="Nexuiz" \
        longtitle="A networked 3D first person shooter game with high-quality 
graphic effects" \

Modified: packages/trunk/nexuiz/debian/rules
===================================================================
--- packages/trunk/nexuiz/debian/rules  2008-01-29 08:45:21 UTC (rev 5541)
+++ packages/trunk/nexuiz/debian/rules  2008-01-29 16:22:30 UTC (rev 5542)
@@ -13,8 +13,8 @@
 clean-patched:
        dh_testdir
        dh_testroot
-       -rm -f build-stamp configure-stamp
-       -rm -rf debian/tmp
+       rm -f build-stamp configure-stamp
+       rm -rf debian/tmp
        cd darkplaces && $(MAKE) clean
        dh_clean 
 
@@ -29,7 +29,7 @@
        uudecode --output-file=debian/tmp/nexuiz64x64.png 
debian/nexuiz64x64.png.uu
        convert -scale 32x32 debian/tmp/nexuiz64x64.png 
debian/tmp/nexuiz32x32.xpm
        dh_install -pnexuiz debian/scripts/nexuiz usr/games
-       dh_install -pnexuiz debian/tmp/nexuiz64x64.png usr/share/pixmaps
+       dh_install -pnexuiz debian/tmp/nexuiz64x64.png 
usr/share/icons/hicolor/64x64/apps
        dh_install -pnexuiz debian/tmp/nexuiz32x32.xpm usr/share/pixmaps
        dh_install -pnexuiz debian/nexuiz.desktop usr/share/applications # 
waiting for dh_desktop to do that job
        dh_install -pnexuiz debian/scripts/nexuiz usr/games
@@ -46,6 +46,7 @@
        dh_installexamples
        dh_installmenu
        dh_desktop -pnexuiz debian/nexuiz.desktop
+       dh_icons -pnexuiz
        dh_installman -pnexuiz debian/nexuiz.6
        dh_installman -pnexuiz-server debian/nexuiz-server.6
        dh_strip -pnexuiz --dbg-package=nexuiz-dbg


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to