Accepted splashy 0.1.8.1-3.1 (source)
Scott James Remnant
scott at ubuntu.com
Fri Nov 17 02:36:02 GMT 2006
Accepted:
splashy 0.1.8.1-3.1 was ACCEPTED.
Component: universe Section: graphics
Origin: Debian/unstable
Format: 1.7
Date: Fri, 17 Nov 2006 00:12:30 +0000
Source: splashy
Binary: splashy, splashy-themes
Architecture: source
Version: 0.1.8.1-3.1
Distribution: feisty
Urgency: medium
Maintainer: Otavio Salvador <otavio at debian.org>
Changed-By: Scott James Remnant <scott at ubuntu.com>
Description:
splashy - A complete user-space boot splash system
Closes: 309715 309715 309806 309806 314162 314162 314474 314474 319447 325654 329436 337486 339574 349492 349517 349520 352109 352109 354027 354856 354856 365836 367571 373987 383175
Changes:
splashy (0.1.8.1-3.1) unstable; urgency=medium
.
* Non-maintainer upload with permission from maintainer.
* Change splashy depends to ${shlibs:Depends}. (Closes: #383175)
.
splashy (0.1.8.1-3) unstable; urgency=low
.
[ Otavio Salvador ]
* Fix stupid error in rules file that made our binary empty.
.
splashy (0.1.8.1-2) unstable; urgency=low
.
[ Otavio Salvador ]
* Use DEB_UPSTREAM_VERSION to choose the directory to use while
building;
* Make package privides, conflicts and replaces 'bootsplash'. uplash is
going to be uploaded to Debian and will use same behaviour.
* Bump libdirectfb-dev build-dependency to 0.9.25.1-2 since it solved
some problems that we workarounded about static linking.
* Grab two minor fixes from SVN head.
.
splashy (0.1.8.1-1) experimental; urgency=low
.
[ Otavio Salvador ]
* Change splashy-themes to be architecture independent;
* New upstream version:
- Fix FTBFS on amd64. Closes: #354856
- Add possibility to behave as chvt;
* Remove console-tools dependency. Closes: #373987;
* Do not run update-initramfs on postinst since we can break the user
boot process. The users will need to take care of initramfs by themselves.
* Add libmagic-dev as build-dependency.
.
splashy (0.1.8-1) experimental; urgency=low
.
[ Jacobo Vilella ]
* Wrong test command. Closes: #365836
* No more use of /usr/bin/pgrep. Closes: #354027
.
[ Luis Mondesi ]
* new test package
* includes splashy_update
- adds man page for splashy_update
* debian/splashy.postrm/postinst/prerm:
- simplified
- adds initramfs support
- code cleanups
- Splashy is started in rcS (S01) and again in rc0 and rc6 (K01) only
* debian/control{,.in}:
- adds initramfs suggestion
- adds libsysfs-dev build-dep for dfb 0.9.24 support
- adds bzip2 to build-depends
* debian/splashy.default:
- initramfs turned off by default
* debian/splashy.README.Debian:
- removed old known bug
- adds information on initramfs support and README.gz instructions
* This release closes assorted bugs: Closes: #367571, #354856, #352109, #352109
* Sid installation problem fixed. Closes: #349517
.
[ Otavio Salvador ]
* Simplified splashy.postrm and splashy.postinst to remove a useless
function that will be used once.
* Add debhelper token in splashy.{pre,post}rm scripts.
* Remove lintian override since it isn't need anymore.
* Add console-tools as depends due our use of chvt.
* Bump Standards-Version to 3.7.2 (no changes).
.
splashy (0.1.7) experimental; urgency=low
[Luis Mondesi]
* Remove "is" from message. Some themes need to retype the message. Closes: #325654
* Binary is compiled statically and does not depend on libdirectfb any more. Closes: #337486
* We don't patch grub's menu.lst file anymore. Closes: #309806, #314162
* Init scripts use LSB functions. Closes: #314474
* Fixes searching path for config.xml. Closes: #329436
* All themes and their files are self-contained in /etc/splashy/themes/*. Closes: #309715
* Splashy's threaded now and exits cleanly after boot is done. Closes: #319447
* splashy-init is used as init script. Closes: #339574
* splashy rebuilt using libdirectfb-dev 0.9.22. Also, the binary package doesn't depend on
libdirectfb-0.9.x at all. Closes: #349520
* README includes information about what to append to Grub/Lilo. Closes: #349492
* debian/rules:
- removes dependency on libdirectfb.so and libglib-2.0.so
* debian/splashy.postrm:
- removes old splashy* and new splashy-init rc links from rc-levels
* debian/splashy.postinst:
- installs new splashy-init to rcS.d and rcN.d
* build against libdirectfb 0.9.24 on Ubuntu/Unstable on Sarge is 0.9.22
* debian/control{.in}:
- removed lsb dependency as splashy-init script doesn't depend on lsb's init-functions.
This is now simply Recommended
.
splashy (0.1.6) experimental; urgency=low
[Luis Mondesi]
* Edited previous changelog entry of 0.1.5 to fix the bug was close. We
closed the wrong but by mistake. The right one is #314162.
* debian/control.in:
- Replace all depends for ${shlibs:Depends} since it's auto-generated;
- Add build-dependency of libglib2.0-dev at least at version 2.0.1-2
since it included the static library needed for our build;
- Add build-dependency to use libdirectfb-dev at least at version 0.9.22
since it included the static library needed for our build;
- Add build-dependency on Perl because we need pod2man to generate man
pages
- Add build-dependency on libjpeg62-dev because libdirectfb-dev needs it
but it's missing from its dependancy list
- Add package splashy-themes
- Add Suggests: for the splashy-themes package
- splashy-themes package has no binaries
* debian/control: updated likewise;
* debian/rules: pod2man use to generate splashy man pages
* debian/splashy-themes.install:
- themes we install. The default theme is installed together with
the splashy package, so no need to mention it here.
- added debian4 and crux themes
* debian/splashy.postinst:
- smarter when editing grub files has been turned off until debconf question is set
- /etc/rcS.d/S01splashy -> /etc/rcS.d/S02splashy because it needs
mountvirtfs to run first.
* Little build system cleanup
* debian/splashy.install: since adding an extra package, cdbs puts sources
in debian/tmp causing the system to fail. This corrects that problem.
.
splashy (0.1.5) experimental; urgency=low
.
* debian/splashy.postinst:
- corrected comments;
- (really) fixed warning about grub not installed when it's indeed found;
- added support for 1280x1024 resolutions;
- fixes typo while checking for XFree86 config file. It's XF86Config-4.
Closes: #314162
* scripts/*: remove bashism. Closes: #314474;
.
splashy (0.1.4) experimental; urgency=low
.
* debian/splashy.postinst:
- changed less to use cat instead
- package attempts to find XF86Config-4 if xorg.conf is not found and then
falls back if everything fails. This can be done better i believe.
- check multiple patch to look for grub. Closes: #309806;
* debian/splashy.install: stop to install the images using it;
* Makefile.am: Change the place to install the image inside of
themes/default directory. Closes: #309715;
* debian/splashy.README.Debian: Added with know issues;
.
splashy (0.1.3) experimental; urgency=low
.
* debian/rules:
- Don't change debian/control on every build;
- Add 'update-control' target to allow us to update it;
.
splashy (0.1.2) experimental; urgency=low
.
* Initial release.
[ It'll be keep on experimental while we aren't sure about it's
stability ]
Files:
7225b69f25a1bf98a8651615e9990e41 46524 graphics optional splashy_0.1.8.1-3.1.diff.gz
96df69683b5d6704b666c20506ddd962 1988730 graphics optional splashy_0.1.8.1.orig.tar.gz
951c949725af3995d4dacb9d6654ee0d 857 graphics optional splashy_0.1.8.1-3.1.dsc
More information about the feisty-changes
mailing list