]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1576: * Typo, Closes: #203907 version_4.1.58
authorjoey <joey>
Thu, 7 Aug 2003 20:03:11 +0000 (20:03 +0000)
committerjoey <joey>
Thu, 7 Aug 2003 20:03:11 +0000 (20:03 +0000)
   * dh_python: clan compiled files on downgrade, upgrade, not only
     removal. Closes: #204286

autoscripts/prerm-python
debian/changelog
dh_install

index 0dc12731b4a8b4a2b14912fc84254ca59fc08457..e6e779f8c5635ae949ea03d9372ac4b0fdf00f15 100644 (file)
@@ -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
index 99fcd61c41828ed2b25b09a1617eb9f283fc3dd9..0b33ce8f81b7526baa34cdc1a1a9e678ecb66e29 100644 (file)
@@ -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 <joeyh@debian.org>  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
index 0d807d6fd917db86b87ae08cfc34b87353edba38..57851678107ac4c1ac1e7f351f8d39f361bfccb4 100755 (executable)
@@ -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