Correct editor hints.
authorBen Finney <[email protected]>
Sat, 18 Jun 2016 13:21:09 +0000 (18 23:21 +1000)
committerBen Finney <[email protected]>
Sat, 18 Jun 2016 13:21:09 +0000 (18 23:21 +1000)
debian/README.Debian
debian/changelog
debian/python-coverage.1.txt

index aa79860..0ae9325 100644 (file)
@@ -40,4 +40,4 @@ Man pages are in section 1 under the corresponding names.
     mode: text
     mode: rst
     End:
-    vim: fileencoding=utf-8 fileformat=rst :
+    vim: fileencoding=utf-8 filetype=rst :
index 1352b30..9d5ccb4 100644 (file)
@@ -1,3 +1,11 @@
+python-coverage (4.1+dfsg.1-2) UNRELEASED; urgency=medium
+
+  * debian/README.Debian, debian/python-coverage.1.txt:
+    * Correct editor hints.
+      Closes: bug#827599. Thanks to Jakub Wilk for the bug report.
+
+ --
+
 python-coverage (4.1+dfsg.1-1) unstable; urgency=medium
 
   * The “Mohsen Amir Aslani” release.
index 51eca15..adedacb 100644 (file)
@@ -7,7 +7,7 @@ measure code coverage of Python program execution
 -------------------------------------------------
 
 :Author: |author|
-:Date: 2015-10-22
+:Date: 2016-06-18
 :Copyright:
     Copyright © 2010–2015 Ben Finney <[email protected]>
 :Manual section: 1
@@ -233,11 +233,12 @@ License can be found in `/usr/share/common-licenses/Apache-2.0`.
 \f
 ..
     Local variables:
-    mode: rst
     coding: utf-8
+    mode: text
+    mode: rst
     time-stamp-format: "%:y-%02m-%02d"
     time-stamp-start: "^:Date:[         ]+"
     time-stamp-end: "$"
     time-stamp-line-limit: 20
     End:
-    vim: filetype=rst fileencoding=utf-8 :
+    vim: fileencoding=utf-8 filetype=rst :