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

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



Author: gotom
Date: 2005-08-15 01:46:47 +0000 (Mon, 15 Aug 2005)
New Revision: 996

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
    * Enabale libnss upgrade guard again.
      (Closes: #321561, #321712, #321796, #322768)
      - debian/debhelper.in/libc.preinst: Change guard to 2.3.5-1.
      - debian/debhelper.in/libc.postinst: Likewise.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-08-15 01:44:11 UTC (rev 995)
+++ glibc-package/trunk/debian/changelog	2005-08-15 01:46:47 UTC (rev 996)
@@ -9,6 +9,11 @@
         dependency.
       - debian/control: Update.
 
+    * Enabale libnss upgrade guard again.
+      (Closes: #321561, #321712, #321796, #322768)
+      - debian/debhelper.in/libc.preinst: Change guard to 2.3.5-1.
+      - debian/debhelper.in/libc.postinst: Likewise.
+
  -- GOTO Masanori <gotom@debian.org>  Sat,  6 Aug 2005 06:52:42 +0900
 
 glibc (2.3.5-3) unstable; urgency=low

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2005-08-15 01:44:11 UTC (rev 995)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2005-08-15 01:46:47 UTC (rev 996)
@@ -258,7 +258,7 @@
 	if [ ! -d /var/mail ] && [ ! -L /var/mail ]; then
 	    ln -sf spool/mail /var/mail
 	fi
-	if dpkg --compare-versions $2 lt 2.3.2-2; then
+	if dpkg --compare-versions $2 lt 2.3.5-1; then
 	    echo -n "Checking for services that may need to be restarted..."
 
 	    check="nis smail sendmail exim ssh netbase"

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-08-15 01:44:11 UTC (rev 995)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-08-15 01:46:47 UTC (rev 996)
@@ -55,7 +55,7 @@
     fi
 
     # NSS authentication trouble guard
-    if dpkg --compare-versions $2 lt 2.3.2-2; then
+    if dpkg --compare-versions $2 lt 2.3.5-1; then
 	check="xdm kdm gdm postgresql xscreensaver"
 	# Only get the ones that are installed, and configured
 	service=$(dpkg -s $check 2> /dev/null | awk 'BEGIN{RS="\n\n";FS="\n"}{if ( $2 ~ /Status: .* installed$/ ) { print $1 } }' | cut -f 2 -d ' ')



Reply to: