From: joey Date: Thu, 7 Aug 2003 20:03:11 +0000 (+0000) Subject: r1576: * Typo, Closes: #203907 X-Git-Tag: version_4.1.58^0 X-Git-Url: https://git.donarmstrong.com/?p=debhelper.git;a=commitdiff_plain;h=37c6bda5a2cfb98d77ba9b480e81456ef7369f80 r1576: * Typo, Closes: #203907 * dh_python: clan compiled files on downgrade, upgrade, not only removal. Closes: #204286 --- diff --git a/autoscripts/prerm-python b/autoscripts/prerm-python index 0dc1273..e6e779f 100644 --- a/autoscripts/prerm-python +++ b/autoscripts/prerm-python @@ -1,5 +1,3 @@ -if [ "$1" = remove ]; then - dpkg -L #PACKAGE# | - awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | - xargs rm -f >&2 -fi +dpkg -L #PACKAGE# | + awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | + xargs rm -f >&2 diff --git a/debian/changelog b/debian/changelog index 99fcd61..0b33ce8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debhelper (4.1.58) unstable; urgency=low + + * Typo, Closes: #203907 + * dh_python: clan compiled files on downgrade, upgrade, not only + removal. Closes: #204286 + + -- Joey Hess Thu, 7 Aug 2003 15:47:06 -0400 + debhelper (4.1.57) unstable; urgency=low * dh_install: Add LIMITATIONS section and other changes to clarify diff --git a/dh_install b/dh_install index 0d807d6..5785167 100755 --- a/dh_install +++ b/dh_install @@ -225,7 +225,7 @@ If you want a libfoo-dev package too, debian/libfoo-dev.install might contain: usr/lib/libfoo*.so usr/share/man/man3 -=head1 LIMITIATIONS +=head1 LIMITATIONS dh_install cannot rename files or directories, it can only install them with the names they already have into wherever you want in the package