From 61af55884cfcb2ac70f42a9fc8dc68b3c343b402 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 5 May 2010 03:13:42 +0300 Subject: Import Debian changes 3b1-3.1 slib (3b1-3.1) unstable; urgency=low [ Jari Aalto ] * Non-maintainer upload. - Move to packaging format "3.0 (quilt)". * debian/compat - Update to 7. * debian/control - (Build-Depends-Indep): Update to debhelper 7.1. - (Depends): add ${misc:Depends}. - (Homepage): New field. - (Standards-Version): update to 3.8.4. + slib - (Depends): add ${misc:Depends}, install-info. - (Priority): remove inherited field. - (Section): remove inherited field. * debian/copyright - Update "more information" URL. * debian/doc-base - (Section): Remove obsolete top-level "Apps/". * debian/prerm - Remove path component from commands. - Remove obsolete install-docs, install-info commands. * debian/postinst - Remove obsolete install-docs, install-info commands. - Remove path component from commands. * debian/source/format - New file. * debian/watch - New file. [ Hideki Yamane (Debian-JP) ] * debian/rules - (build): Rewrite make calls. - (binary-indep:): install *.html not slib/*.html to fix. It is useless to specify htmllib (FTBFS; Closes: #552911). --- debian/preinst | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 debian/preinst (limited to 'debian/preinst') diff --git a/debian/preinst b/debian/preinst old mode 100644 new mode 100755 index 0c06b42..6bcd718 --- a/debian/preinst +++ b/debian/preinst @@ -4,6 +4,7 @@ set -e # Older versions of slib stored init files in a separate subdirectory; # blow that away so that the symlink can be put in its place. + if [ "$1" = "upgrade" -a -d /usr/share/slib/init ]; then rm -rf /usr/share/slib/init fi -- cgit v1.2.3