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

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



Author: aurel32
Date: 2007-12-06 23:49:45 +0000 (Thu, 06 Dec 2007)
New Revision: 2732

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
Log:
  * Load debconf frontend after the optimized libraries have been
    re-enabled.  Closes: #453480.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-12-06 23:38:39 UTC (rev 2731)
+++ glibc-package/trunk/debian/changelog	2007-12-06 23:49:45 UTC (rev 2732)
@@ -14,8 +14,10 @@
   * Disable amd64/local-x86_64_bits_sigcontext.diff.  Closes: #454598.
   * debhelper.in/libc.preinst: check for non-dpkg owned versions of
     libc6-i686 before upgrade.  Closes: #454557.
+  * Load debconf frontend after the optimized libraries have been
+    re-enabled.  Closes: #453480.
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri, 07 Dec 2007 00:36:41 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 07 Dec 2007 00:49:02 +0100
 
 glibc (2.7-3) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2007-12-06 23:38:39 UTC (rev 2731)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2007-12-06 23:49:45 UTC (rev 2732)
@@ -117,12 +117,6 @@
 
 if [ "$type" = "configure" ]
 then
-
-    # Load debconf module if available
-    if [ -f /usr/share/debconf/confmodule ] ; then
-	. /usr/share/debconf/confmodule
-    fi
-
     # Handle upgrades for libdb.so.3. We do this before calling ldconfig,
     # since it will create a symlink for us. Just move everything over. We
     # use `cat' because I feel it is simpler and safer. Make sure that
@@ -152,6 +146,11 @@
  
     # /etc/ld.so.nohwcap code: NOHWCAP
 
+    # Load debconf module if available
+    if [ -f /usr/share/debconf/confmodule ] ; then
+	. /usr/share/debconf/confmodule
+    fi
+
     if [ ! -z $preversion ]; then
 	if [ ! -d /var/mail ] && [ ! -L /var/mail ]; then
 	    ln -sf spool/mail /var/mail



Reply to: