Author: jmtd-guest
Date: 2007-12-12 21:59:28 +0000 (Wed, 12 Dec 2007)
New Revision: 4914

Modified:
   packages/trunk/chocolate-doom/debian/control
   packages/trunk/chocolate-doom/debian/rules
Log:

fix the icon build issue. This involves generating a surrogate icon. Use SNG
(like we do for prboom) so we can put something sensible in the diff.gz. Also,
remove m4 dep (a hang-over from the 0.1.4 packaging)


Modified: packages/trunk/chocolate-doom/debian/control
===================================================================
--- packages/trunk/chocolate-doom/debian/control        2007-12-12 03:04:54 UTC 
(rev 4913)
+++ packages/trunk/chocolate-doom/debian/control        2007-12-12 21:59:28 UTC 
(rev 4914)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Jon Dowland <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libsdl1.2-dev (>= 
1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-net1.2-dev (>= 
1.2.0-5.1), m4
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libsdl1.2-dev (>= 
1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-net1.2-dev (>= 
1.2.0-5.1), sng
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/chocolate-doom/
 XS-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/chocolate-doom/?op=log

Modified: packages/trunk/chocolate-doom/debian/rules
===================================================================
--- packages/trunk/chocolate-doom/debian/rules  2007-12-12 03:04:54 UTC (rev 
4913)
+++ packages/trunk/chocolate-doom/debian/rules  2007-12-12 21:59:28 UTC (rev 
4914)
@@ -44,10 +44,14 @@
        find -name config.guess -print0 | xargs -0 -r rm -f \;
        
        -cd man && $(MAKE) clean
-
+       
+       rm -f data/chocolate-doom.png
        dh_clean
 
-install: build
+data/chocolate-doom.png: debian/base.sng
+       sng <debian/base.sng >data/chocolate-doom.png
+
+install: build data/chocolate-doom.png
        dh_testdir
        dh_testroot
        dh_clean -k 


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

Reply via email to