Author: bddebian-guest
Date: 2008-05-21 19:04:49 +0000 (Wed, 21 May 2008)
New Revision: 7144

Modified:
   packages/trunk/vacuum/debian/changelog
   packages/trunk/vacuum/debian/rules
Log:
Update for 0.2 upstream.
Install desktop icon.


Modified: packages/trunk/vacuum/debian/changelog
===================================================================
--- packages/trunk/vacuum/debian/changelog      2008-05-21 18:18:07 UTC (rev 
7143)
+++ packages/trunk/vacuum/debian/changelog      2008-05-21 19:04:49 UTC (rev 
7144)
@@ -1,5 +1,6 @@
-vacuum (0.1-1) unstable; urgency=low
+vacuum (0.2-1) unstable; urgency=low
 
+  [ Barry deFreese ]
   * Initial release (Closes: #481969)
 
  -- Barry deFreese <[EMAIL PROTECTED]>  Mon, 19 May 2008 14:55:51 -0400

Modified: packages/trunk/vacuum/debian/rules
===================================================================
--- packages/trunk/vacuum/debian/rules  2008-05-21 18:18:07 UTC (rev 7143)
+++ packages/trunk/vacuum/debian/rules  2008-05-21 19:04:49 UTC (rev 7144)
@@ -56,9 +56,9 @@
 
        $(MAKE) DESTDIR=$(CURDIR)/debian/vacuum install
 
-       #Strip the .pl extention from the "binary".
-       mv $(CURDIR)/debian/vacuum/usr/games/vacuum.pl \
-               $(CURDIR)/debian/vacuum/usr/games/vacuum
+       #Copy the desktop icon file to something meaningful.
+       mkdir $(CURDIR)/debian/vacuum/usr/share/pixmaps
+       cp data/icon.png $(CURDIR)/debian/vacuum/usr/share/pixmaps/vacuum.png
 
 # Build architecture-independent files here.
 binary-indep: build install


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

Reply via email to