[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r977 - in glibc-package/trunk/debian: . debhelper.in



Author: gotom
Date: 2005-07-29 08:14:52 +0000 (Fri, 29 Jul 2005)
New Revision: 977

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
    * debian/debhelper.in/libc.preinst: Fix typo.  (Closes: #306136)
    * debian/debhelper.in/libc.postinst: Likewise.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-07-29 08:11:13 UTC (rev 976)
+++ glibc-package/trunk/debian/changelog	2005-07-29 08:14:52 UTC (rev 977)
@@ -54,6 +54,9 @@
       check like base-passwrd, suggested by Bastian Blank <waldi@debian.org>.
       (Closes: #316217)
 
+    * debian/debhelper.in/libc.preinst: Fix typo.  (Closes: #306136)
+    * debian/debhelper.in/libc.postinst: Likewise.
+
     * Michael Banck <mbanck@debian.org>:
       - debian/patches/hurd-enable-ldconfig.dpatch: New file, to build ldconfig
         again on Hurd.  (Closes: #309489)

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2005-07-29 08:11:13 UTC (rev 976)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2005-07-29 08:14:52 UTC (rev 977)
@@ -312,7 +312,7 @@
 		echo "The services detected are: "
 		echo "        $services"
 		echo
-		echo "If other services has begun to fail mysteriously after this upgrade, it is"
+		echo "If other services have begun to fail mysteriously after this upgrade, it is"
 		echo "probably necessary to restart them too.  We recommend you to reboot your"
 		echo "machine after the upgrade to avoid the NSS related trouble."
 		echo

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-07-29 08:11:13 UTC (rev 976)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-07-29 08:14:52 UTC (rev 977)
@@ -87,7 +87,7 @@
 	echo 
 	frontend=`echo "$DEBIAN_FRONTEND" | tr '[:upper:]' '[:lower:]'`
 	if [ "$frontend" = noninteractive ]; then
-	    echo "Non-interactive mode, upgrade glibc forcedly"
+	    echo "Non-interactive mode, upgrade glibc forcibly"
 	    answer=yes
 	else
 	    echo -n "Do you want to upgrade glibc now? [Y/n] "



Reply to: