Your message dated Sat, 24 Oct 2009 12:35:19 +0000
with message-id <[email protected]>
and subject line Bug#521214: fixed in usplash-theme-debian 5
has caused the Debian Bug report #521214,
regarding misc fixes for Yeeloong
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
521214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521214
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: usplash-theme-debian
Severity: normal
Tags: patch
The debian theme needs a few fixes to work on a Yeeloong:
- Add mipsel to architecture list
- Add 1024x600 to size list
- Fix ratio calculation in themesetup.sh (it needs to match exactly
with the check in libusplash.c)
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -ur usplash-theme-debian-4.old/debian/control usplash-theme-debian-4/debian/control
--- usplash-theme-debian-4.old/debian/control 2007-07-09 00:49:36.000000000 +0200
+++ usplash-theme-debian-4/debian/control 2009-03-25 17:54:35.000000000 +0100
@@ -3,14 +3,14 @@
Priority: optional
Maintainer: maximilian attems <[email protected]>
Uploaders: David Härdeman <[email protected]>, Petter Reinholdtsen <[email protected]>, Otavio Salvador <[email protected]>
-Build-Depends: debhelper (>= 5.0.0), libusplash-dev, imagemagick, librsvg2-bin
+Build-Depends: debhelper (>= 5.0.0), libusplash-dev, imagemagick, librsvg2-bin, bc
Standards-Version: 3.7.2.2
XS-Vcs-Git: git://git.debian.org/git/collab-maint/usplash-theme-debian.git
XS-Vcs-Browser: http://git.debian.org/?p=collab-maint/usplash-theme-debian.git
Package: usplash-theme-debian
Section: misc
-Architecture: amd64 i386 powerpc sparc
+Architecture: amd64 i386 powerpc sparc mipsel
Depends: ${shlibs:Depends}
Provides: usplash-theme
Description: Debian usplash theme
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)))
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"
--- End Message ---
--- Begin Message ---
Source: usplash-theme-debian
Source-Version: 5
We believe that the bug you reported is fixed in the latest version of
usplash-theme-debian, which is due to be installed in the Debian FTP archive:
usplash-theme-debian_5.dsc
to pool/main/u/usplash-theme-debian/usplash-theme-debian_5.dsc
usplash-theme-debian_5.tar.gz
to pool/main/u/usplash-theme-debian/usplash-theme-debian_5.tar.gz
usplash-theme-debian_5_i386.deb
to pool/main/u/usplash-theme-debian/usplash-theme-debian_5_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Holger Levsen <[email protected]> (supplier of updated usplash-theme-debian
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 23 Oct 2009 13:02:46 +0200
Source: usplash-theme-debian
Binary: usplash-theme-debian
Architecture: source i386
Version: 5
Distribution: unstable
Urgency: low
Maintainer: maximilian attems <[email protected]>
Changed-By: Holger Levsen <[email protected]>
Description:
usplash-theme-debian - Debian usplash theme
Closes: 436430 466124 483956 497147 521214 523100 525236
Changes:
usplash-theme-debian (5) unstable; urgency=low
.
* New artwork thanks to Chad Albers <[email protected]>, downloaded from
http://www.debianart.org/cchost/?ccm=/media/files/neomantic/422
(Closes: #483956, #436430, #466124)
In future versions I plan to provide alternative artworks too.
* Add armel and mipsel to supported architectures.
(Closes: #525236, #521214, #497147)
* Remove imagemagick, librsvg2-bin from build-depends.
* Add usplash to recommends. (Closes: #523100)
* Bump standards version to 3.8.3, no changes needed.
* Add myself to uploaders.
Checksums-Sha1:
653a50634fada64f4812d4af3c2d2a7b7f11eb49 1101 usplash-theme-debian_5.dsc
1255f09f9621db3b297098aa0faceed832a15fc8 1149904 usplash-theme-debian_5.tar.gz
3dea9cab1da582e9b5e3a6dc8c927a2250573bdd 145536 usplash-theme-debian_5_i386.deb
Checksums-Sha256:
1082e86ce186b84b9a253547b067761bb5a5a0fd4ec71f567ed64ca2f8584d19 1101
usplash-theme-debian_5.dsc
4851f66401b7a83e955ce9e54fe718de55d287fcb99fae6591ad8e215b321b2b 1149904
usplash-theme-debian_5.tar.gz
88eaf5f9ca174a06587dc1ce400b27449d1729f6494aff83ca4f91f254a80039 145536
usplash-theme-debian_5_i386.deb
Files:
b1cc27399ef3be2fa53b38cd34d833f9 1101 misc optional usplash-theme-debian_5.dsc
6b93b801811a28b1d12c8b08f21879cd 1149904 misc optional
usplash-theme-debian_5.tar.gz
fcc3a261ab2b8f2f563ee7aef39d330f 145536 misc optional
usplash-theme-debian_5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFK4vJmUHLQNqxYNSARAoREAJ9kEzvvBHy5eT+e4yMzejDbKS9HRwCfcz01
n1KAbtILDpAiB26ZYBf+4CE=
=sWjy
-----END PGP SIGNATURE-----
--- End Message ---