[Demudi-commits] r853 - in bootsplash/trunk/debian: . po

Free Ekanayaka free-guest at costa.debian.org
Sun Jul 2 03:18:40 UTC 2006


Author: free-guest
Date: 2006-07-02 03:18:38 +0000 (Sun, 02 Jul 2006)
New Revision: 853

Modified:
   bootsplash/trunk/debian/bootsplash.config
   bootsplash/trunk/debian/bootsplash.init
   bootsplash/trunk/debian/bootsplash.templates
   bootsplash/trunk/debian/changelog
   bootsplash/trunk/debian/control
   bootsplash/trunk/debian/po/fr.po
Log:
  * Applied patch from Martin-Eric Racine which makes the init
    script LSB compliant (Closes: #375654)
  * Don't fail to configure the package if no default resolution
    was previously set (Closes: #375372).
  * Use "." instead of "source" in the init script (Closes: #375679).
  * Suggests linux-patch-bootsplash instead of kernel-patch-bootsplash,
    as the package has changed name (Closes: #375814).
  * Fixed default theme name in the init script (Closes: #375681).
  * Applied patch from Florentin Duneau which fixes a typo in the
    debconf templates and updates the French po (Closes: #376266).

Modified: bootsplash/trunk/debian/bootsplash.config
===================================================================
--- bootsplash/trunk/debian/bootsplash.config	2006-07-02 03:10:06 UTC (rev 852)
+++ bootsplash/trunk/debian/bootsplash.config	2006-07-02 03:18:38 UTC (rev 853)
@@ -8,9 +8,9 @@
 # get and save the current theme and resolution, ignore errors
 db_get shared/bootsplash-theme || true
 OLD_DEFAULT="$RET"
-db_get $OLD_DEFAULT/resolutions
+db_get $OLD_DEFAULT/resolutions || true
 OLD_RES="$RET"
-
+ 
 # get the owners and the choices for this option
 db_metaget shared/bootsplash-theme owners
 OWNERS="$RET"

Modified: bootsplash/trunk/debian/bootsplash.init
===================================================================
--- bootsplash/trunk/debian/bootsplash.init	2006-07-02 03:10:06 UTC (rev 852)
+++ bootsplash/trunk/debian/bootsplash.init	2006-07-02 03:18:38 UTC (rev 853)
@@ -1,14 +1,23 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:       bootsplash
+# Required-Start: $remote_fs
+# Required-Stop:
+# Default-Start:  2 3 4 5
+# Default-Stop:   0 1 6
+# Description:    Boot Splash screen setup
+### END INIT INFO
+
 # based on initscript from gentoo linux
 # made some changes to fit normal sysvinit like used by debian
 # everything in here is GPL ;)
 # tcs at double-action.org
 
 # source our config
-source /etc/default/bootsplash 2>/dev/null
+. /etc/default/bootsplash 2>/dev/null
 
 # default settings
-test -z "${THEME}" && THEME="default"
+test -z "${THEME}" && THEME="current"
 test -z "${BOOTSPLASH_TTYS}"  && BOOTSPLASH_TTYS=`seq 0 5`
 
 get_bootsplash_theme () {

Modified: bootsplash/trunk/debian/bootsplash.templates
===================================================================
--- bootsplash/trunk/debian/bootsplash.templates	2006-07-02 03:10:06 UTC (rev 852)
+++ bootsplash/trunk/debian/bootsplash.templates	2006-07-02 03:18:38 UTC (rev 853)
@@ -10,5 +10,5 @@
 Default: true
 _Description: Update your initramfs images?
  To let the Linux kernel find your bootsplash them at boot you need
- to update your initramfs images. If you with this package to automatically
+ to update your initramfs images. If you wish this package can automatically
  run the appropriate script.

Modified: bootsplash/trunk/debian/changelog
===================================================================
--- bootsplash/trunk/debian/changelog	2006-07-02 03:10:06 UTC (rev 852)
+++ bootsplash/trunk/debian/changelog	2006-07-02 03:18:38 UTC (rev 853)
@@ -1,3 +1,18 @@
+bootsplash (3.1-15) unstable; urgency=low
+
+  * Applied patch from Martin-Eric Racine which makes the init
+    script LSB compliant (Closes: #375654)
+  * Don't fail to configure the package if no default resolution
+    was previously set (Closes: #375372).
+  * Use "." instead of "source" in the init script (Closes: #375679).
+  * Suggests linux-patch-bootsplash instead of kernel-patch-bootsplash,
+    as the package has changed name (Closes: #375814).
+  * Fixed default theme name in the init script (Closes: #375681).
+  * Applied patch from Florentin Duneau which fixes a typo in the
+    debconf templates and updates the French po (Closes: #376266).
+
+ -- Free Ekanayaka <freee at debian.org>  Sun,  2 Jul 2006 05:07:16 +0200
+
 bootsplash (3.1-14) unstable; urgency=low
 
   * Add support for automatic grub setup

Modified: bootsplash/trunk/debian/control
===================================================================
--- bootsplash/trunk/debian/control	2006-07-02 03:10:06 UTC (rev 852)
+++ bootsplash/trunk/debian/control	2006-07-02 03:18:38 UTC (rev 853)
@@ -10,7 +10,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, bootsplash-theme-debian | bootsplash-theme, initramfs-tools, grub
 Recommends: sysv-rc-bootsplash
-Suggests: kernel-patch-bootsplash (>= 3.0.0)
+Suggests: linux-patch-bootsplash
 Conflicts: bootsplash-theme-debiantux
 Description: Enables a graphical boot screen
  This package enables a graphical boot screen similar to that of

Modified: bootsplash/trunk/debian/po/fr.po
===================================================================
--- bootsplash/trunk/debian/po/fr.po	2006-07-02 03:10:06 UTC (rev 852)
+++ bootsplash/trunk/debian/po/fr.po	2006-07-02 03:18:38 UTC (rev 853)
@@ -15,7 +15,7 @@
 "Project-Id-Version: bootsplash 3.1-11\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2005-03-16 19:17+0100\n"
-"PO-Revision-Date: 2005-03-16 19:36+0100\n"
+"PO-Revision-Date: 2006-07-01 15:08+0200\n"
 "Last-Translator: Julien Valroff <julien at kirya.net>\n"
 "Language-Team: French\n"
 "MIME-Version: 1.0\n"




More information about the Demudi-commits mailing list