From 184a6ac199a512beca8b6bee1c9fd42ca23879eb Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 9 Jan 2008 14:08:12 -0500 Subject: Import Debian changes 5e4-3 scm (5e4-3) unstable; urgency=low * debian/rules (SCM_OPTIONS): Add -F differ. * debian/control (libscm-dev): New package. We don't make a shared library because there is no standardization of SCM options, and no way to indicate in a non-brittle fashion what SCM options are available in any particular build, nor any standardization of sonames. * debian/rules (build): Build libscm.a too. (install): Install libscm.a, scm.h, scmfig.h, and scmflags.h into libscm-dev. Don't install header files in scm package. (Closes: #459828) * debian/copyright: Add proper authorship and copyright information; make mention of the special library linking exception since we are now packaging the library. --- debian/prerm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'debian/prerm') diff --git a/debian/prerm b/debian/prerm index 37960c3..b77bd33 100644 --- a/debian/prerm +++ b/debian/prerm @@ -6,13 +6,6 @@ if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/scm ]; then rm -f /usr/doc/scm fi -# doc base support -if [ "$1" = remove -o "$1" = upgrade ]; then - if test -x /usr/sbin/install-docs >/dev/null 2>&1; then - /usr/sbin/install-docs -r scm - fi -fi - install-info --quiet --remove /usr/share/info/scm.info.gz #DEBHELPER# -- cgit v1.2.3