Author: aurel32
Date: 2011-05-01 13:56:59 +0000 (Sun, 01 May 2011)
New Revision: 4616

Modified:
   
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc-alt.lintian-overrides
   
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc-otherbuild.lintian-overrides
   glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.lintian-overrides
   glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.postinst
   glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.preinst
Log:
Fix a few forgotten version in maintainer scripts and lintian overrides


Modified: 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc-alt.lintian-overrides
===================================================================
--- 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc-alt.lintian-overrides
   2011-05-01 13:52:35 UTC (rev 4615)
+++ 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc-alt.lintian-overrides
   2011-05-01 13:56:59 UTC (rev 4616)
@@ -1,6 +1,6 @@
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.11.1.so
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.13.so
 
 # Those file are actually .o files not package in a ar archive, and
 # thus should not be stripped
@@ -8,8 +8,8 @@
 LIBC-FLAVOR: unstripped-binary-or-object .LIBDIR/libmcheck.a
 
 # ld.so must be executable, otherwise the system will not work
-LIBC-FLAVOR: shlib-with-executable-bit .SLIBDIR/ld-2.11.1.so 0755
+LIBC-FLAVOR: shlib-with-executable-bit .SLIBDIR/ld-2.13.so 0755
 
 # It is normal that the ELF dynamic linker does not need any other 
 # library
-LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.11.1.so
+LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.13.so

Modified: 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc-otherbuild.lintian-overrides
===================================================================
--- 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc-otherbuild.lintian-overrides
    2011-05-01 13:52:35 UTC (rev 4615)
+++ 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc-otherbuild.lintian-overrides
    2011-05-01 13:56:59 UTC (rev 4616)
@@ -1,3 +1,3 @@
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.11.1.so
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.13.so

Modified: 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.lintian-overrides
===================================================================
--- 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.lintian-overrides   
    2011-05-01 13:52:35 UTC (rev 4615)
+++ 
glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.lintian-overrides   
    2011-05-01 13:56:59 UTC (rev 4616)
@@ -1,13 +1,13 @@
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC: unstripped-binary-or-object .SLIBDIR/libpthread-2.11.1.so
+LIBC: unstripped-binary-or-object .SLIBDIR/libpthread-2.13.so
 
 # ld.so must be executable, otherwise the system will not work
-LIBC: shlib-with-executable-bit SLIBDIR/ld-2.11.1.so 0755
+LIBC: shlib-with-executable-bit SLIBDIR/ld-2.13.so 0755
 
 # It is normal that the ELF dynamic linker does not need any other 
 # library
-LIBC: shared-lib-without-dependency-information .SLIBDIR/ld-2.11.1.so
+LIBC: shared-lib-without-dependency-information .SLIBDIR/ld-2.13.so
 
 # dependency on debconf is not needed, as glibc has a fallback to tty 
 LIBC: missing-debconf-dependency-for-preinst

Modified: glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.postinst        
2011-05-01 13:52:35 UTC (rev 4615)
+++ glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.postinst        
2011-05-01 13:56:59 UTC (rev 4616)
@@ -90,7 +90,7 @@
        if [ ! -d /var/mail ] && [ ! -L /var/mail ]; then
            ln -sf spool/mail /var/mail
        fi
-       if dpkg --compare-versions "$preversion" lt 2.11-1; then
+       if dpkg --compare-versions "$preversion" lt 2.13; then
            check="apache2.2-common apache apache-ssl apache-perl autofs at"
            check="$check boa cucipop courier-authdaemon cron cups exim"
            check="$check exim4-base dovecot-common cucipop incron lprng lpr"
@@ -209,7 +209,7 @@
            else
                echo "Nothing to restart."
            fi
-       fi # end upgrading and $preversion lt 2.11-1
+       fi # end upgrading and $preversion lt 2.13
     fi # Upgrading
 
     # Restart init. If it fails, there is nothing we can do, so 

Modified: glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.preinst 
2011-05-01 13:52:35 UTC (rev 4615)
+++ glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.preinst 
2011-05-01 13:56:59 UTC (rev 4616)
@@ -62,7 +62,7 @@
 
     if [ -n "$preversion" ]; then
        # NSS authentication trouble guard
-       if dpkg --compare-versions "$preversion" lt 2.11-1; then
+       if dpkg --compare-versions "$preversion" lt 2.13; then
            if pidof xscreensaver xlockmore >/dev/null; then
                if [ -f /usr/share/debconf/confmodule ] ; then
                    db_version 2.0
@@ -140,7 +140,7 @@
                    exit 1
                fi
            fi
-       fi # end upgrading and $preversion lt 2.11-1
+       fi # end upgrading and $preversion lt 2.13
     fi # Upgrading
 
     # This will keep us from using hwcap libs (optimized) during an


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to