r9797 - in packages/trunk/invaders/debian: . scripts

Fabian Greffrath fabian-guest at alioth.debian.org
Thu May 28 08:06:58 UTC 2009


Author: fabian-guest
Date: 2009-05-28 08:06:57 +0000 (Thu, 28 May 2009)
New Revision: 9797

Modified:
   packages/trunk/invaders/debian/changelog
   packages/trunk/invaders/debian/scripts/grub
Log:
  * debian/scripts/grub:
    + Use grub-mkconfig_lib instead of the deprecated update-grub_lib.



Modified: packages/trunk/invaders/debian/changelog
===================================================================
--- packages/trunk/invaders/debian/changelog	2009-05-27 19:44:42 UTC (rev 9796)
+++ packages/trunk/invaders/debian/changelog	2009-05-28 08:06:57 UTC (rev 9797)
@@ -30,8 +30,10 @@
     + Refreshed and renamed to 05-fix-misspelling.patch.
   * debian/patches/02-amd64.dpatch:
     + Refreshed and renamed to 04-amd64.patch.
+  * debian/scripts/grub:
+    + Use grub-mkconfig_lib instead of the deprecated update-grub_lib.
 
- -- Fabian Greffrath <fabian at debian-unofficial.org>  Tue, 28 Apr 2009 13:52:36 +0200
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Thu, 28 May 2009 10:07:08 +0200
 
 invaders (1.0.0-8) unstable; urgency=low
 

Modified: packages/trunk/invaders/debian/scripts/grub
===================================================================
--- packages/trunk/invaders/debian/scripts/grub	2009-05-27 19:44:42 UTC (rev 9796)
+++ packages/trunk/invaders/debian/scripts/grub	2009-05-28 08:06:57 UTC (rev 9797)
@@ -1,7 +1,7 @@
 #!/bin/bash -e
 
 if test -e /boot/invaders ; then
-  source /usr/lib/grub/update-grub_lib
+  source /usr/lib/grub/grub-mkconfig_lib
   INVADERSPATH=$( make_system_path_relative_to_its_root "/boot/invaders" )
   echo "Found GRUB Invaders image: /boot/invaders" >&2
   cat << EOF




More information about the Pkg-games-commits mailing list