Hi,

Attached is the diff for my pylint 0.13.2-2.1 NMU. It has been
uploaded to DELAYED-7. You can override it with your upload before
that though.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -u pylint-0.13.2/debian/changelog pylint-0.13.2/debian/changelog
--- pylint-0.13.2/debian/changelog
+++ pylint-0.13.2/debian/changelog
@@ -1,3 +1,12 @@
+pylint (0.13.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/pylint.postrm:
+    + Added to remove old Emacs mode upon purge.
+      (Closes: #454401)
+
+ -- Kumar Appaiah <[EMAIL PROTECTED]>  Thu, 31 Jan 2008 22:27:18 +0530
+
 pylint (0.13.2-2) unstable; urgency=low
 
   * Upload package to debian (closes: #426418)
only in patch2:
unchanged:
--- pylint-0.13.2.orig/debian/pylint.postrm
+++ pylint-0.13.2/debian/pylint.postrm
@@ -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