* Update to debhelper compatibility level 3
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:02:58 +0000 (17:02 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:02:58 +0000 (17:02 +0000)
Author: mdz
Date: 2003-08-09 19:15:22 GMT
* Update to debhelper compatibility level 3
- remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
will add them
- echo 3 > debian/compat

debian/changelog
debian/compat
debian/postinst
debian/postrm

index 25f3b56..a37fb0b 100644 (file)
@@ -38,8 +38,12 @@ apt (0.5.9) unstable; urgency=low
     (Closes: #194282)
   * Run ispell -h over the man page sources and fix a bunch of typos
   * Use debian/compat rather than DH_COMPAT
+  * Update to debhelper compatibility level 3
+    - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
+      will add them
+    - echo 3 > debian/compat
 
- -- Matt Zimmerman <mdz@debian.org>  Sat,  9 Aug 2003 14:43:01 -0400
+ -- Matt Zimmerman <mdz@debian.org>  Sat,  9 Aug 2003 15:14:56 -0400
 
 apt (0.5.8) unstable; urgency=medium
 
index 0cfbf08..00750ed 100644 (file)
@@ -1 +1 @@
-2
+3
index 274724c..8917921 100755 (executable)
@@ -25,7 +25,6 @@ check_apt_conf ()
 
 case "$1" in
        configure)
-              ldconfig
               #
                # If there is no /etc/apt/sources.list then create a default
               #
index d56a2d7..8b921dd 100755 (executable)
@@ -12,7 +12,6 @@
 
 case "$1" in
        remove)
-               ldconfig
                ;;
        purge)
                rm -rf /var/cache/apt