r156 - atanks/trunk/debian

Mark Purcell msp at alioth.debian.org
Fri Oct 7 08:25:06 UTC 2011


Author: msp
Date: 2011-10-07 08:25:06 +0000 (Fri, 07 Oct 2011)
New Revision: 156

Removed:
   atanks/trunk/debian/atanks.desktop
Modified:
   atanks/trunk/debian/atanks-data.install
   atanks/trunk/debian/atanks.install
   atanks/trunk/debian/changelog
   atanks/trunk/debian/control
   atanks/trunk/debian/rules
Log:
Switch to dh

Modified: atanks/trunk/debian/atanks-data.install
===================================================================
--- atanks/trunk/debian/atanks-data.install	2011-10-07 07:29:35 UTC (rev 155)
+++ atanks/trunk/debian/atanks-data.install	2011-10-07 08:25:06 UTC (rev 156)
@@ -1 +1 @@
-usr/share/games/atanks	/usr/share/games/
+usr/share/

Deleted: atanks/trunk/debian/atanks.desktop
===================================================================
--- atanks/trunk/debian/atanks.desktop	2011-10-07 07:29:35 UTC (rev 155)
+++ atanks/trunk/debian/atanks.desktop	2011-10-07 08:25:06 UTC (rev 156)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Atomic Tanks
-Version=1.0
-Comment=Atomic Tanks
-Exec=atanks
-Icon=atanks-icon
-Terminal=false
-StartupNotify=true
-Type=Application
-Categories=Game;

Modified: atanks/trunk/debian/atanks.install
===================================================================
--- atanks/trunk/debian/atanks.install	2011-10-07 07:29:35 UTC (rev 155)
+++ atanks/trunk/debian/atanks.install	2011-10-07 08:25:06 UTC (rev 156)
@@ -1,3 +1,2 @@
-usr/games	/usr/
+usr/bin/atanks	/usr/games/
 debian/atanks-icon.xpm /usr/share/pixmaps/ 
-atanks.desktop  /usr/share/applications/

Modified: atanks/trunk/debian/changelog
===================================================================
--- atanks/trunk/debian/changelog	2011-10-07 07:29:35 UTC (rev 155)
+++ atanks/trunk/debian/changelog	2011-10-07 08:25:06 UTC (rev 156)
@@ -2,8 +2,9 @@
 
   * New upstream release
   * Refresh debian/copyright copyright-refers-to-symlink-license 
+  * Switch to dh
 
- -- Mark Purcell <msp at debian.org>  Fri, 07 Oct 2011 18:28:58 +1100
+ -- Mark Purcell <msp at debian.org>  Fri, 07 Oct 2011 19:13:16 +1100
 
 atanks (5.1-1) unstable; urgency=low
 

Modified: atanks/trunk/debian/control
===================================================================
--- atanks/trunk/debian/control	2011-10-07 07:29:35 UTC (rev 155)
+++ atanks/trunk/debian/control	2011-10-07 08:25:06 UTC (rev 156)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, liballegro4.2-dev | liballegro-dev
+Build-Depends: debhelper (>= 7.0.50~), liballegro-dev | liballegro4.2-dev
 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

Modified: atanks/trunk/debian/rules
===================================================================
--- atanks/trunk/debian/rules	2011-10-07 07:29:35 UTC (rev 155)
+++ atanks/trunk/debian/rules	2011-10-07 08:25:06 UTC (rev 156)
@@ -1,17 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/class/makefile.mk
+%:
+	dh $@ --parallel
 
-build/atanks::
-	$(MAKE) 
-
-install/atanks::
-	$(MAKE) install BINDIR=debian/tmp/usr/games/ INSTALLDIR=debian/tmp/usr/share/games/atanks/ 
-
-install/atanks-data::
-	$(MAKE) install BINDIR=debian/tmp/usr/games/ INSTALLDIR=debian/tmp/usr/share/games/atanks/ 
-	rm -fR debian/tmp/usr/share/games/atanks/COPYING
-
-clean::
-	rm -fR atanks src/*.o
+override_dh_install:
+	dh_install -XCOPYING




More information about the Pkg-allegro-commits mailing list