This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository nexuiz.
commit 4f5308f151ac679a38e8e041093f316e1e142d87 Author: Simon McVittie <[email protected]> Date: Fri Sep 9 09:30:31 2016 +0100 Standards-Version: 3.9.8 - Stop installing traditional Debian menu entry - Stop installing obsolete XPM icon --- debian/changelog | 4 +++- debian/control | 2 +- debian/nexuiz.install | 1 - debian/nexuiz.menu | 6 ------ debian/rules | 1 - 5 files changed, 4 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 074afd1..b15f381 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ nexuiz (2.5.2+dp-4) UNRELEASED; urgency=medium - * Standards-Version: 3.9.7 (no changes needed) + * Standards-Version: 3.9.8 + - Stop installing traditional Debian menu entry + - Stop installing obsolete XPM icon * Normalize packaging via wrap-and-sort -abst * Update Vcs-Git, Vcs-Browser to https and cgit diff --git a/debian/control b/debian/control index a663cad..875cc86 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), icoutils, imagemagick, -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Homepage: http://www.alientrap.org/games/nexuiz Vcs-Git: https://anonscm.debian.org/git/pkg-games/nexuiz.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/nexuiz.git diff --git a/debian/nexuiz.install b/debian/nexuiz.install index c8eea0e..44a7dbb 100644 --- a/debian/nexuiz.install +++ b/debian/nexuiz.install @@ -5,4 +5,3 @@ debian/tmp/256/nexuiz.png usr/share/icons/hicolor/256x256/apps debian/tmp/32/nexuiz.png usr/share/icons/hicolor/32x32/apps debian/tmp/48/nexuiz.png usr/share/icons/hicolor/48x48/apps debian/tmp/nexuiz usr/games -debian/tmp/nexuiz.xpm usr/share/pixmaps diff --git a/debian/nexuiz.menu b/debian/nexuiz.menu deleted file mode 100644 index d63c9c5..0000000 --- a/debian/nexuiz.menu +++ /dev/null @@ -1,6 +0,0 @@ -?package(nexuiz):needs="X11" \ - section="Games/Action" \ - icon="/usr/share/pixmaps/nexuiz.xpm" \ - title="Nexuiz" \ - longtitle="A networked 3D first person shooter game with high-quality graphic effects" \ - command="/usr/games/nexuiz" diff --git a/debian/rules b/debian/rules index c9bdbbc..0e1adf9 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,6 @@ override_dh_auto_install: icotool --extract --width=32 -o debian/tmp/32/nexuiz.png nexuiz.ico icotool --extract --width=24 -o debian/tmp/24/nexuiz.png nexuiz.ico icotool --extract --width=16 -o debian/tmp/16/nexuiz.png nexuiz.ico - convert -scale 32x32 nexuiz.xpm debian/tmp/nexuiz.xpm sed -e 's/@DPSELF@/nexuiz/g' \ -e 's/@DPROLE@/client/g' \ -e 's/@DPBINARY@/darkplaces/g' \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nexuiz.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

