Author: mjj29
Date: 2009-03-01 13:07:20 +0000 (Sun, 01 Mar 2009)
New Revision: 8990

Modified:
   packages/trunk/fretsonfire/debian/changelog
   packages/trunk/fretsonfire/debian/control
   packages/trunk/fretsonfire/debian/rules
Log:
this looks all pretty tasty now. Shame it missed Lenny

Modified: packages/trunk/fretsonfire/debian/changelog
===================================================================
--- packages/trunk/fretsonfire/debian/changelog 2009-03-01 12:38:02 UTC (rev 
8989)
+++ packages/trunk/fretsonfire/debian/changelog 2009-03-01 13:07:20 UTC (rev 
8990)
@@ -13,8 +13,10 @@
    - Removed png-generation from debian/rules since they are provided upstream
    - Removed patches svg.patch, stage.ini.patch and fix_glow_svg.patch because
    they are obsolete
+   - Removed build-deps on inkscape and *sdl*, since we are not converting
+   svgs any more
 
- -- Matthew Johnson <[email protected]>  Sun, 01 Mar 2009 12:23:59 +0000
+ -- Matthew Johnson <[email protected]>  Sun, 01 Mar 2009 12:49:46 +0000
 
 fretsonfire (1.2.512.dfsg-3) unstable; urgency=low
 

Modified: packages/trunk/fretsonfire/debian/control
===================================================================
--- packages/trunk/fretsonfire/debian/control   2009-03-01 12:38:02 UTC (rev 
8989)
+++ packages/trunk/fretsonfire/debian/control   2009-03-01 13:07:20 UTC (rev 
8990)
@@ -5,9 +5,7 @@
 Uploaders: Matthew Johnson <[email protected]>,
  Miriam Ruiz <[email protected]>, David Martínez Martí 
<[email protected]>
 Build-Depends: debhelper (>= 5), quilt
-Build-Depends-Indep: python-dev, python-support (>= 0.4), 
-                     libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, 
-                     inkscape, docbook-to-man, imagemagick
+Build-Depends-Indep: python-dev, python-support (>= 0.4), docbook-to-man
 Standards-Version: 3.8.0
 Homepage: http://fretsonfire.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fretsonfire/

Modified: packages/trunk/fretsonfire/debian/rules
===================================================================
--- packages/trunk/fretsonfire/debian/rules     2009-03-01 12:38:02 UTC (rev 
8989)
+++ packages/trunk/fretsonfire/debian/rules     2009-03-01 13:07:20 UTC (rev 
8990)
@@ -21,11 +21,7 @@
 build: build-stamp
 build-stamp: configure-stamp 
        dh_testdir
-       #python setup.py build
-       #$(MAKE) -f Makefile.unix dist USE_AMANITH=0
        docbook-to-man debian/fretsonfire.sgml > fretsonfire.6
-       # shouldn't need this, they are providing pngs upstream now
-       #cd data; python ../src/svg2png.py
        find data -name "*.svg" | sed -e "s/.svg$$/.png/" | while read l; do if 
! test -f "$$l"; then echo "Missing $$l"; exit 1; fi; done
        
        # rename and mode these here so that dh_install can do it's magic
@@ -33,8 +29,6 @@
        chmod 755 fretsonfire
        cp data/icon.png fretsonfire.png
        chmod 755 src/FretsOnFire.py
-       chmod 755 src/TestAll.py
-#      chmod 755 src/svg2png.py
        
        mkdir translations
        cp data/translations/*.po translations/
@@ -51,17 +45,8 @@
        dh_testroot
        rm -f build-stamp configure-stamp
        rm -rf translations
-       #-$(MAKE) -f Makefile.unix clean
        rm -rf `find . -name "*.pyc"`
-#      cd data; rm -f 2x.png ball2.png flame2.png left.png right.png \
-               3x.png cassette.png glow.png logo.png star1.png 4x.png \
-               editor.png neck.png star2.png ball1.png flame1.png \
-               keyboard.png pose.png loading.png
-#      cd data/mods/Chilly; rm -f *.png
-#      cd data/mods/LightGraphics; rm -f *.png
-#      cd data/songs/tutorial; rm -f keyboard.png esc.png pose.png
-       rm -f fretsonfire.6 fretsonfire# fretsonfire.png
-#      rm -f data/stage*.png
+       rm -f fretsonfire.6 fretsonfire
        $(MAKE) -f /usr/share/quilt/quilt.make unpatch
        dh_clean 
 
@@ -70,7 +55,6 @@
        dh_testroot
        dh_clean -k 
        dh_installdirs
-       #python setup.py install --root=$(CURDIR)/debian/fretsonfire 
--no-compile --verbose
        
        # symlink fonts
        ln -sf ../../../fonts/truetype/ttf-dejavu/DejaVuSans.ttf 
$(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/international.ttf
 


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

Reply via email to