tags 454401 +patch
thanks

Please find attached a patch which adds a postrm and fixes this bug. I
also plan to NMU to DELAYED-7 (if I find a sponsor).

Thanks!

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -Nru --exclude changelog pylint-0.13.2/debian/pylint.postrm pylint-0.13.2/debian/pylint.postrm
--- pylint-0.13.2/debian/pylint.postrm	1970-01-01 05:30:00.000000000 +0530
+++ pylint-0.13.2/debian/pylint.postrm	2008-01-31 22:28:03.000000000 +0530
@@ -0,0 +1,8 @@
+#! /bin/sh -e
+
+if [ "$1" = "purge" ]; then
+    # remove old emacs file
+    rm -f /etc/emacs/site-start.d/50pylint.el
+fi
+
+#DEBHELPER#

Attachment: signature.asc
Description: Digital signature

Reply via email to