reopen 521214 thanks Hi,
My patch had a few more things than adding mipsel to architecture list. > diff -ur usplash-theme-debian-4.old/Makefile usplash-theme-debian-4/Makefile > --- usplash-theme-debian-4.old/Makefile 2007-07-09 00:39:34.000000000 > +0200 > +++ usplash-theme-debian-4/Makefile 2009-03-25 21:20:38.000000000 +0100 > @@ -20,7 +20,7 @@ > > # This is the list of sizes to build and include in the theme > # By convention, the sizes should go from smaller to larger > -sizes = 640x480 800x600 1024x768 1280x1024 > +sizes = 640x480 800x600 1024x600 1024x768 1280x1024 > > # This creates a list with entries like background_800x600.png... > backgrounds = $(addsuffix .png, $(addprefix background_, $(sizes))) This one looks like is most likely still needed. > diff -ur usplash-theme-debian-4.old/themesetup.sh > usplash-theme-debian-4/themesetup.sh > --- usplash-theme-debian-4.old/themesetup.sh 2007-06-27 15:26:17.000000000 > +0200 > +++ usplash-theme-debian-4/themesetup.sh 2009-03-25 17:54:25.000000000 > +0100 > @@ -84,7 +84,8 @@ > WIDTH=${size%x*} > HEIGHT=${size#*x} > > - if [ $(( $WIDTH / 16 )) -eq $(( $HEIGHT / 9 )) ]; then > + # This needs to match the ratio check in libusplash.c > + if [ `echo "$WIDTH > $HEIGHT * 1.55" | bc` = 1 ]; then > RATIO="USPLASH_16_9" > else > RATIO="USPLASH_4_3" It seems themesetup.sh disappeared from the package. I'm not sure if the code that replaced it still needs this fix. Where did it go? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all." -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org