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

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



Author: aurel32
Date: 2009-03-02 10:01:24 +0000 (Mon, 02 Mar 2009)
New Revision: 3358

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
   * debhelper.in/libc.{preinst,postint}: bump the version triggering the
     restart of NSS related services to 2.9-5.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-03-02 09:04:20 UTC (rev 3357)
+++ glibc-package/trunk/debian/changelog	2009-03-02 10:01:24 UTC (rev 3358)
@@ -10,7 +10,7 @@
     testgrp.out from the ignore list, it was due to a misconfiguration
     of the build daemon.
   * debhelper.in/libc.{preinst,postint}: bump the version triggering the
-    restart of NSS related services to 2.9-4.
+    restart of NSS related services to 2.9-5.
   * debhelper.in/libc.postint: change cupsys into cups.
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 02 Mar 2009 10:02:14 +0100

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2009-03-02 09:04:20 UTC (rev 3357)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2009-03-02 10:01:24 UTC (rev 3358)
@@ -141,7 +141,7 @@
 	if [ ! -d /var/mail ] && [ ! -L /var/mail ]; then
 	    ln -sf spool/mail /var/mail
 	fi
-	if dpkg --compare-versions "$preversion" lt 2.9-4; then
+	if dpkg --compare-versions "$preversion" lt 2.9-5; then
 	    check="apache2-common apache apache-ssl apache-perl autofs at"
 	    check="$check boa cucipop courier-authdaemon cron cups exim"
 	    check="$check exim4-base dovecot-common cucipop lprng lpr"

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2009-03-02 09:04:20 UTC (rev 3357)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2009-03-02 10:01:24 UTC (rev 3358)
@@ -14,7 +14,7 @@
 
     if [ -n "$preversion" ]; then
 	# NSS authentication trouble guard
-	if dpkg --compare-versions "$preversion" lt 2.9-4; then
+	if dpkg --compare-versions "$preversion" lt 2.9-5; then
 
 	    check="gdm kdm proftpd postgresql xscreensaver xdm"
 	    # NSS services check: NSS_CHECK


Reply to: