[Python-apps-commits] r13373 - in packages/pydocstyle/trunk/debian (2 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Wed Jun 29 07:29:00 UTC 2016


    Date: Wednesday, June 29, 2016 @ 07:28:59
  Author: stender
Revision: 13373

add pep257 to lintian override

Modified:
  packages/pydocstyle/trunk/debian/changelog
  packages/pydocstyle/trunk/debian/pydocstyle.lintian-overrides

Modified: packages/pydocstyle/trunk/debian/changelog
===================================================================
--- packages/pydocstyle/trunk/debian/changelog	2016-06-29 07:24:46 UTC (rev 13372)
+++ packages/pydocstyle/trunk/debian/changelog	2016-06-29 07:28:59 UTC (rev 13373)
@@ -3,10 +3,11 @@
   * Ship transition tool /usr/bin/pep257:
     + don't strip pep257 from the binary package in deb/rules.
     + add Conflicts and Replaces against pep257 in deb/control.
+    + add pep257 to lintian override.
   * deb/control:
     + bumped standards to 3.9.8 (no changes needed).
 
- -- Daniel Stender <stender at debian.org>  Wed, 29 Jun 2016 09:24:07 +0200
+ -- Daniel Stender <stender at debian.org>  Wed, 29 Jun 2016 09:27:04 +0200
 
 pydocstyle (1.0.0-2) unstable; urgency=medium
 

Modified: packages/pydocstyle/trunk/debian/pydocstyle.lintian-overrides
===================================================================
--- packages/pydocstyle/trunk/debian/pydocstyle.lintian-overrides	2016-06-29 07:24:46 UTC (rev 13372)
+++ packages/pydocstyle/trunk/debian/pydocstyle.lintian-overrides	2016-06-29 07:28:59 UTC (rev 13373)
@@ -1,2 +1,2 @@
 # app but some things expect the module being in the public import path (e.g. Prospector)
-application-in-library-section python usr/bin/pydocstyle
\ No newline at end of file
+application-in-library-section python usr/bin/pep257 usr/bin/pydocstyle
\ No newline at end of file




More information about the Python-apps-commits mailing list