r128 - atanks/trunk/debian

Mark Purcell msp at alioth.debian.org
Sun Dec 20 04:09:11 UTC 2009


Author: msp
Date: 2009-12-20 04:09:07 +0000 (Sun, 20 Dec 2009)
New Revision: 128

Modified:
   atanks/trunk/debian/atanks-data.install
   atanks/trunk/debian/atanks.install
   atanks/trunk/debian/changelog
   atanks/trunk/debian/rules
Log:
New upstream release

Modified: atanks/trunk/debian/atanks-data.install
===================================================================
--- atanks/trunk/debian/atanks-data.install	2009-12-18 11:17:18 UTC (rev 127)
+++ atanks/trunk/debian/atanks-data.install	2009-12-20 04:09:07 UTC (rev 128)
@@ -1,2 +1 @@
-*.dat	/usr/share/games/atanks
-*.txt	/usr/share/games/atanks
+usr/share/games/atanks	/usr/share/games/

Modified: atanks/trunk/debian/atanks.install
===================================================================
--- atanks/trunk/debian/atanks.install	2009-12-18 11:17:18 UTC (rev 127)
+++ atanks/trunk/debian/atanks.install	2009-12-20 04:09:07 UTC (rev 128)
@@ -1,3 +1,3 @@
-atanks	/usr/games
+usr/games	/usr/
 debian/atanks-icon.xpm /usr/share/pixmaps/ 
-debian/atanks.desktop  /usr/share/applications/
+atanks.desktop  /usr/share/applications/

Modified: atanks/trunk/debian/changelog
===================================================================
--- atanks/trunk/debian/changelog	2009-12-18 11:17:18 UTC (rev 127)
+++ atanks/trunk/debian/changelog	2009-12-20 04:09:07 UTC (rev 128)
@@ -1,3 +1,9 @@
+atanks (4.2-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Fri, 18 Dec 2009 22:17:48 +1100
+
 atanks (3.6-1) unstable; urgency=low
 
   * New upstream release

Modified: atanks/trunk/debian/rules
===================================================================
--- atanks/trunk/debian/rules	2009-12-18 11:17:18 UTC (rev 127)
+++ atanks/trunk/debian/rules	2009-12-20 04:09:07 UTC (rev 128)
@@ -2,6 +2,22 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+#include /usr/share/cdbs/1/class/makefile.mk
 
 build/atanks::
 	$(MAKE) 
+
+install/atanks-data::
+	$(MAKE) install BINDIR=debian/tmp/usr/games/ INSTALLDIR=debian/tmp/usr/share/games/atanks/ 
+
+clean::
+	rm -fR atanks src/*.o
+
+#DEB_MAKE_CLEAN_TARGET    := clean
+#DEB_MAKE_BUILD_TARGET    := 
+#DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(CURDIR)/debian/tmp/
+# no check for this software
+#DEB_MAKE_CHECK_TARGET :=
+
+# example when changing environnement variables is necessary :
+#DEB_MAKE_ENVVARS    := CFLAGS="-fomit-frame-pointer"




More information about the Pkg-allegro-commits mailing list