r7256 - packages/trunk/fretsonfire/debian

Matthew Johnson mjj29 at alioth.debian.org
Sat Jun 7 13:49:19 UTC 2008


Author: mjj29
Date: 2008-06-07 13:49:19 +0000 (Sat, 07 Jun 2008)
New Revision: 7256

Modified:
   packages/trunk/fretsonfire/debian/changelog
   packages/trunk/fretsonfire/debian/control
   packages/trunk/fretsonfire/debian/rules
Log:
revert 7004---this does not work for us, the images end up mangled


Modified: packages/trunk/fretsonfire/debian/changelog
===================================================================
--- packages/trunk/fretsonfire/debian/changelog	2008-06-07 11:02:00 UTC (rev 7255)
+++ packages/trunk/fretsonfire/debian/changelog	2008-06-07 13:49:19 UTC (rev 7256)
@@ -33,9 +33,11 @@
 
   [ Matthew Johnson ]
   * Removed "DM-Upload-Allowed: yes" from debian/control, since both
-    uploaders are now DDs 
+    uploaders are now DDs
+  * Removed PNG image optimization as it does not work with fretsonfire.
+    The resulting images are mangled on the screen.
 
- -- Matthew Johnson <mjj29 at debian.org>  Sat, 07 Jun 2008 12:01:08 +0100
+ -- Matthew Johnson <mjj29 at hecate.matthew.ath.cx>  Sat, 07 Jun 2008 14:46:26 +0100
 
 fretsonfire (1.2.451.dfsg-2) unstable; urgency=low
 

Modified: packages/trunk/fretsonfire/debian/control
===================================================================
--- packages/trunk/fretsonfire/debian/control	2008-06-07 11:02:00 UTC (rev 7255)
+++ packages/trunk/fretsonfire/debian/control	2008-06-07 13:49:19 UTC (rev 7256)
@@ -6,8 +6,7 @@
 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,
-		     optipng, advancecomp
+                     inkscape, docbook-to-man, imagemagick
 Standards-Version: 3.7.3
 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	2008-06-07 11:02:00 UTC (rev 7255)
+++ packages/trunk/fretsonfire/debian/rules	2008-06-07 13:49:19 UTC (rev 7256)
@@ -87,16 +87,6 @@
 	dh_installmenu
 	dh_installman -pfretsonfire-game fretsonfire.6
 	dh_install -pfretsonfire-game
-
-ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	cd "$(CURDIR)/debian/fretsonfire-game/" && \
-	for i in `find usr/share/games/fretsonfire/data/ -name "*.png"`; do echo "Optimizing image $$i"; \
-		# http://lists.debian.org/debian-devel-games/2008/03/msg00123.html ; \
-		optipng -q "$$i" ; \
-		advpng -q -z4 "$$i" ; \
-		done
-endif
-
 	dh_link
 	dh_desktop
 	dh_strip




More information about the Pkg-games-commits mailing list