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

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



Author: aurel32
Date: 2009-02-23 17:30:34 +0000 (Mon, 23 Feb 2009)
New Revision: 3305

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
Log:
  * debhelper.in/libc.postinst: restart NSS services on upgrades from 
    versions prior to 2.9-1.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-02-23 08:31:05 UTC (rev 3304)
+++ glibc-package/trunk/debian/changelog	2009-02-23 17:30:34 UTC (rev 3305)
@@ -5,8 +5,10 @@
     kernels, just like in glibc 2.7.
   * debian/debhelper.in/libc{-alt,-otherbuild,}.lintian: remove outdated
     overrides.
+  * debhelper.in/libc.postinst: restart NSS services on upgrades from 
+    versions prior to 2.9-1.
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 23 Feb 2009 09:30:27 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 23 Feb 2009 18:30:23 +0100
 
 glibc (2.9-3) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2009-02-23 08:31:05 UTC (rev 3304)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2009-02-23 17:30:34 UTC (rev 3305)
@@ -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.6-1; then
+	if dpkg --compare-versions "$preversion" lt 2.9-1; then
 	    check="apache2-common apache apache-ssl apache-perl autofs at"
 	    check="$check boa cucipop courier-authdaemon cron cupsys exim"
 	    check="$check exim4-base dovecot-common cucipop lprng lpr"


Reply to: