r174 - atanks/trunk/debian
Mark Purcell
msp at alioth.debian.org
Mon Oct 29 11:45:49 UTC 2012
Author: msp
Date: 2012-10-29 11:45:49 +0000 (Mon, 29 Oct 2012)
New Revision: 174
Modified:
atanks/trunk/debian/atanks.install
atanks/trunk/debian/changelog
atanks/trunk/debian/control
atanks/trunk/debian/rules
atanks/trunk/debian/watch
Log:
Include atanks.desktop in atanks - fixes desktop-command-not-in-package
Modified: atanks/trunk/debian/atanks.install
===================================================================
--- atanks/trunk/debian/atanks.install 2012-10-29 11:16:02 UTC (rev 173)
+++ atanks/trunk/debian/atanks.install 2012-10-29 11:45:49 UTC (rev 174)
@@ -1,2 +1,3 @@
+debian/atanks-icon.xpm /usr/share/pixmaps/
usr/bin/atanks /usr/games/
-debian/atanks-icon.xpm /usr/share/pixmaps/
+usr/share/applications/atanks.desktop
Modified: atanks/trunk/debian/changelog
===================================================================
--- atanks/trunk/debian/changelog 2012-10-29 11:16:02 UTC (rev 173)
+++ atanks/trunk/debian/changelog 2012-10-29 11:45:49 UTC (rev 174)
@@ -4,6 +4,7 @@
- Fixes "Game crashes when changing options" (Closes: #691107)
* Ack NMU - Thanks Michael
* Add get-orig-source target (~dfsg)
+ * Include atanks.desktop in atanks - fixes desktop-command-not-in-package
-- Mark Purcell <msp at debian.org> Mon, 29 Oct 2012 22:15:39 +1100
Modified: atanks/trunk/debian/control
===================================================================
--- atanks/trunk/debian/control 2012-10-29 11:16:02 UTC (rev 173)
+++ atanks/trunk/debian/control 2012-10-29 11:45:49 UTC (rev 174)
@@ -7,12 +7,14 @@
Homepage: http://atanks.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/pkg-allegro/atanks/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-allegro/atanks/?op=log
-Standards-Version: 3.9.1
+Standards-Version: 3.9.3
Package: atanks
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, atanks-data (= ${source:Version})
+Replaces: atanks-data(<< 5.7~dfsg-1)
+Breaks: atanks-data (<< 5.7~dfsg-1)
Description: tank-battling game
Atomic tanks is a multi-player game in which you attempt to destroy
other tanks while trying to protect your own. You earn money for
Modified: atanks/trunk/debian/rules
===================================================================
--- atanks/trunk/debian/rules 2012-10-29 11:16:02 UTC (rev 173)
+++ atanks/trunk/debian/rules 2012-10-29 11:45:49 UTC (rev 174)
@@ -13,7 +13,8 @@
dh $@ --parallel --dbg-package=atanks-dbg
override_dh_install:
- dh_install -XCOPYING
+ dh_install -XCOPYING --fail-missing
+ rm -fR $(CURDIR)/debian/atanks-data/usr/share/applications/
get-orig-source:
@@dh_testdir
Modified: atanks/trunk/debian/watch
===================================================================
--- atanks/trunk/debian/watch 2012-10-29 11:16:02 UTC (rev 173)
+++ atanks/trunk/debian/watch 2012-10-29 11:45:49 UTC (rev 174)
@@ -1,2 +1,3 @@
version=3
-http://sf.net/atanks/atanks-(.*)\.tar\.(?:gz|bz2) debian svn-upgrade
+opts=dversionmangle=s/.dfsg// \
+ http://sf.net/atanks/atanks-(.*)\.tar\.(?:gz|bz2) debian svn-upgrade
More information about the Pkg-allegro-commits
mailing list