From 1f64c1c02100e6c9ddff843e1b9c5face501d0e5 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:02:58 +0000 Subject: [PATCH] * 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 --- debian/changelog | 6 +++++- debian/compat | 2 +- debian/postinst | 1 - debian/postrm | 1 - 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25f3b56a..a37fb0bf 100644 --- a/debian/changelog +++ b/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 Sat, 9 Aug 2003 14:43:01 -0400 + -- Matt Zimmerman Sat, 9 Aug 2003 15:14:56 -0400 apt (0.5.8) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index 0cfbf088..00750edc 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -2 +3 diff --git a/debian/postinst b/debian/postinst index 274724cd..89179211 100755 --- a/debian/postinst +++ b/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 # diff --git a/debian/postrm b/debian/postrm index d56a2d72..8b921dda 100755 --- a/debian/postrm +++ b/debian/postrm @@ -12,7 +12,6 @@ case "$1" in remove) - ldconfig ;; purge) rm -rf /var/cache/apt -- 2.20.1