Author: pdewacht-guest
Date: 2007-08-26 22:58:32 +0000 (Sun, 26 Aug 2007)
New Revision: 3887

Modified:
   packages/trunk/parsec47/debian/parsec47.install
   packages/trunk/parsec47/debian/rules
Log:
make this a bit more buildable


Modified: packages/trunk/parsec47/debian/parsec47.install
===================================================================
--- packages/trunk/parsec47/debian/parsec47.install     2007-08-26 22:58:02 UTC 
(rev 3886)
+++ packages/trunk/parsec47/debian/parsec47.install     2007-08-26 22:58:32 UTC 
(rev 3887)
@@ -1,3 +1,3 @@
-a7xpg usr/games/
+parsec47 usr/games/
 debian/*.xpm usr/share/pixmaps/
 debian/*.desktop usr/share/applications/

Modified: packages/trunk/parsec47/debian/rules
===================================================================
--- packages/trunk/parsec47/debian/rules        2007-08-26 22:58:02 UTC (rev 
3886)
+++ packages/trunk/parsec47/debian/rules        2007-08-26 22:58:32 UTC (rev 
3887)
@@ -20,15 +20,15 @@
 build: build-stamp
 build-stamp: configure-stamp 
        dh_testdir
-       ant
+       $(MAKE)
        touch $@
 
 clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-       ant clean
-       rm -f a7xpg
+       #$(MAKE) clean
+       rm -f parsec47
        rm -f `find . -name "*.o"`
        $(MAKE) -f /usr/share/quilt/quilt.make unpatch
        dh_clean 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to