[Demudi-commits] r858 - bootsplash/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Mon Jul 3 00:00:11 UTC 2006


Author: free-guest
Date: 2006-07-03 00:00:08 +0000 (Mon, 03 Jul 2006)
New Revision: 858

Modified:
   bootsplash/trunk/debian/bootsplash.templates
   bootsplash/trunk/debian/changelog
   bootsplash/trunk/debian/control
   bootsplash/trunk/debian/postinst
Log:
* Removed dependency on grub, we now only suggest it and
  check for its availability in the postist (Closes: #376392).
* Don't suggest sysv-rc-bootplash as it's not a Debian package yet
* Fixed typo in templates, thanks to Florentin Duneau


Modified: bootsplash/trunk/debian/bootsplash.templates
===================================================================
--- bootsplash/trunk/debian/bootsplash.templates	2006-07-02 20:13:10 UTC (rev 857)
+++ bootsplash/trunk/debian/bootsplash.templates	2006-07-03 00:00:08 UTC (rev 858)
@@ -9,6 +9,6 @@
 Type: boolean
 Default: true
 _Description: Update your initramfs images?
- To let the Linux kernel find your bootsplash them at boot you need
+ To let the Linux kernel find your bootsplash theme at boot you need
  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 20:13:10 UTC (rev 857)
+++ bootsplash/trunk/debian/changelog	2006-07-03 00:00:08 UTC (rev 858)
@@ -1,3 +1,12 @@
+bootsplash (3.1-16) unstable; urgency=low
+
+  * Removed dependency on grub, we now only suggest it and
+    check for its availability in the postist (Closes: #376392).
+  * Don't suggest sysv-rc-bootplash as it's not a Debian package yet
+  * Fixed typo in templates, thanks to Florentin Duneau
+  
+ --
+
 bootsplash (3.1-15) unstable; urgency=low
 
   * Applied patch from Martin-Eric Racine which makes the init

Modified: bootsplash/trunk/debian/control
===================================================================
--- bootsplash/trunk/debian/control	2006-07-02 20:13:10 UTC (rev 857)
+++ bootsplash/trunk/debian/control	2006-07-03 00:00:08 UTC (rev 858)
@@ -8,8 +8,8 @@
 
 Package: bootsplash
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, bootsplash-theme-debian | bootsplash-theme, initramfs-tools, grub
-Recommends: sysv-rc-bootsplash
+Depends: ${shlibs:Depends}, ${misc:Depends}, bootsplash-theme-debian | bootsplash-theme, initramfs-tools
+Recommends: grub
 Suggests: linux-patch-bootsplash
 Conflicts: bootsplash-theme-debiantux
 Description: Enables a graphical boot screen

Modified: bootsplash/trunk/debian/postinst
===================================================================
--- bootsplash/trunk/debian/postinst	2006-07-02 20:13:10 UTC (rev 857)
+++ bootsplash/trunk/debian/postinst	2006-07-03 00:00:08 UTC (rev 858)
@@ -71,7 +71,9 @@
 		sed -e 's/silent=[[:digit:]]\{3\}[[[:blank:]]\?//g')
 	    KOPT="$KOPT vga=$VGA_RES splash=silent"
 	    sed -i -e "s|^# kopt=.*|$KOPT|g" $GRUB_MENU
-	    update-grub
+	    if [ -x /sbin/update-grub ]; then
+		update-grub
+	    fi
 	fi
     fi
     ;;




More information about the Demudi-commits mailing list