[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2.1/unstable r2078: resize intro.bmp to 548x364 to work around i#95472



------------------------------------------------------------
revno: 2078
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2010-09-22 17:46:47 +0200
message:
  resize intro.bmp to 548x364 to work around i#95472
modified:
  changelog
  scripts/fix_bmp_rgb
=== modified file 'changelog'
--- a/changelog	2010-09-22 15:27:06 +0000
+++ b/changelog	2010-09-22 15:46:47 +0000
@@ -10,6 +10,8 @@
   * debian/rules:
     - change Class-Path: of jurt.jar to contain /usr/lib/ure/lib hardcoded
       as otherwise libjpipe.so (needed in the Java bridge) is not found...
+  * debian/scripts/fix_image_rgb: -resize to 548x364 to work around
+    i#95472 (closes: #513746)
 
  -- Rene Engelhard <rene@debian.org>  Mon, 23 Aug 2010 23:25:52 +0200
 

=== modified file 'scripts/fix_bmp_rgb'
--- a/scripts/fix_bmp_rgb	2010-04-16 19:50:47 +0000
+++ b/scripts/fix_bmp_rgb	2010-09-22 15:46:47 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 temp=`mktemp -q`
-convert -compress none $1 $temp
+convert -compress none -resize 548x364 $1 $temp
 bmptoppm $temp | ppmtobmp -bpp 24 > $2
 rm -f $temp
 


Reply to: