2 bugs fixed
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:45 +0000 (16:55 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:45 +0000 (16:55 +0000)
Author: jgg
Date: 2000-02-07 01:45:31 GMT
2 bugs fixed

debian/changelog
debian/postinst
dselect/install

index 8a526e0..4683f09 100644 (file)
@@ -1,3 +1,10 @@
+apt (0.3.17.1) unstable; urgency=low
+  
+  * Changes in the postinst script. Closes: #56855
+  * Fixed bashism. Closes: #57216
+  
+ -- Ben Gertzfield <che@debian.org>  Fri, 14 Jan 2000 08:04:15 -0800
+
 apt (0.3.16.1) unstable; urgency=low
 
   * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
 apt (0.3.16.1) unstable; urgency=low
 
   * RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
index e8ab6ae..9f0a3d5 100755 (executable)
@@ -23,6 +23,8 @@ check_apt_conf ()
  # this is for future expansion
 }
 
  # this is for future expansion
 }
 
+#DEBHELPER#
+
 case "$1" in
        configure)
               ldconfig
 case "$1" in
        configure)
               ldconfig
@@ -41,5 +43,3 @@ case "$1" in
                 /usr/sbin/dhelp_parse -a /usr/doc/apt
               fi
 esac
                 /usr/sbin/dhelp_parse -a /usr/doc/apt
               fi
 esac
-
-#DEBHELPER#
index 3fbab73..b9bbc73 100755 (executable)
@@ -64,7 +64,7 @@ if [ $RES -eq 0 ]; then
    fi
 
    NEWLS=`ls -ld $ARCHIVES`
    fi
 
    NEWLS=`ls -ld $ARCHIVES`
-   if [ "x$OLDLS" == "x$NEWLS" ]; then
+   if [ "x$OLDLS" = "x$NEWLS" ]; then
       exit 0
    fi
    
       exit 0
    fi