r134 - atanks/trunk/debian

Mark Purcell msp at alioth.debian.org
Thu Apr 8 06:33:20 UTC 2010


Author: msp
Date: 2010-04-08 06:33:17 +0000 (Thu, 08 Apr 2010)
New Revision: 134

Modified:
   atanks/trunk/debian/changelog
   atanks/trunk/debian/rules
Log:
Duplicate install for atanks & atanks-data - fixes FTBFS (Closes: #576686)

Modified: atanks/trunk/debian/changelog
===================================================================
--- atanks/trunk/debian/changelog	2010-04-08 06:18:26 UTC (rev 133)
+++ atanks/trunk/debian/changelog	2010-04-08 06:33:17 UTC (rev 134)
@@ -1,8 +1,8 @@
-atanks (4.4-2) UNRELEASED; urgency=low
+atanks (4.4-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Duplicate install for atanks & atanks-data - fixes FTBFS (Closes: #576686)
 
- -- Mark Purcell <msp at debian.org>  Mon, 05 Apr 2010 19:49:35 +1000
+ -- Mark Purcell <msp at debian.org>  Thu, 08 Apr 2010 16:32:09 +1000
 
 atanks (4.4-1) unstable; urgency=low
 

Modified: atanks/trunk/debian/rules
===================================================================
--- atanks/trunk/debian/rules	2010-04-08 06:18:26 UTC (rev 133)
+++ atanks/trunk/debian/rules	2010-04-08 06:33:17 UTC (rev 134)
@@ -7,6 +7,9 @@
 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/ 
 
@@ -14,8 +17,8 @@
 	rm -fR atanks src/*.o
 
 #DEB_MAKE_CLEAN_TARGET    := clean
-#DEB_MAKE_BUILD_TARGET    := 
-#DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(CURDIR)/debian/tmp/
+#DEB_MAKE_BUILD_TARGET    := $(MAKE)
+#DEB_MAKE_INSTALL_TARGET  := install BINDIR=debian/tmp/usr/games/ INSTALLDIR=debian/tmp/usr/share/games/atanks/
 # no check for this software
 #DEB_MAKE_CHECK_TARGET :=
 




More information about the Pkg-allegro-commits mailing list