Browse Source

* Update to debhelper compatibility level 3
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

Arch Librarian 19 years ago
parent
commit
1f64c1c021
4 changed files with 6 additions and 4 deletions
  1. 5 1
      debian/changelog
  2. 1 1
      debian/compat
  3. 0 1
      debian/postinst
  4. 0 1
      debian/postrm

+ 5 - 1
debian/changelog

@@ -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
 

+ 1 - 1
debian/compat

@@ -1 +1 @@
-2
+3

+ 0 - 1
debian/postinst

@@ -25,7 +25,6 @@ check_apt_conf ()
 
 case "$1" in
        configure)
-	       ldconfig
 	       #
                # If there is no /etc/apt/sources.list then create a default
 	       #

+ 0 - 1
debian/postrm

@@ -12,7 +12,6 @@
 
 case "$1" in
        remove)
-		ldconfig
 		;;
        purge)
 		rm -rf /var/cache/apt