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

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



Author: gotom
Date: 2005-07-29 08:11:13 +0000 (Fri, 29 Jul 2005)
New Revision: 976

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
    * debian/debhelper.in/libc.preinst: Remove dpkg --assert-support-predepends
      check like base-passwrd, suggested by Bastian Blank <waldi@debian.org>.
      (Closes: #316217)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-07-28 02:31:22 UTC (rev 975)
+++ glibc-package/trunk/debian/changelog	2005-07-29 08:11:13 UTC (rev 976)
@@ -50,6 +50,10 @@
     * debian/local/manpages/locale.gen.5: Fix typo, charsets -> charmaps.
       (Closes: #318982)
 
+    * debian/debhelper.in/libc.preinst: Remove dpkg --assert-support-predepends
+      check like base-passwrd, suggested by Bastian Blank <waldi@debian.org>.
+      (Closes: #316217)
+
     * 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.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-07-28 02:31:22 UTC (rev 975)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-07-29 08:11:13 UTC (rev 976)
@@ -2,8 +2,6 @@
 set -e
 export LC_ALL=C
 
-dpkg --assert-support-predepends
-
 if [ "$1" = upgrade ]
 then
     if [ -f /var/lib/dpkg/info/timezone.postrm ]; then



Reply to: