[Python-apps-commits] r13371 - in packages/pydocstyle/trunk/debian (changelog control rules)

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


    Date: Wednesday, June 29, 2016 @ 07:23:50
  Author: stender
Revision: 13371

ship transition tool /usr/bin/pep257

Modified:
  packages/pydocstyle/trunk/debian/changelog
  packages/pydocstyle/trunk/debian/control
  packages/pydocstyle/trunk/debian/rules

Modified: packages/pydocstyle/trunk/debian/changelog
===================================================================
--- packages/pydocstyle/trunk/debian/changelog	2016-06-26 19:22:12 UTC (rev 13370)
+++ packages/pydocstyle/trunk/debian/changelog	2016-06-29 07:23:50 UTC (rev 13371)
@@ -1,3 +1,11 @@
+pydocstyle (1.0.0-3) UNRELEASED; urgency=medium
+
+  * 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.
+
+ -- Daniel Stender <stender at debian.org>  Wed, 29 Jun 2016 09:23:29 +0200
+
 pydocstyle (1.0.0-2) unstable; urgency=medium
 
   * added deb/source/options (ignore egg-info).

Modified: packages/pydocstyle/trunk/debian/control
===================================================================
--- packages/pydocstyle/trunk/debian/control	2016-06-26 19:22:12 UTC (rev 13370)
+++ packages/pydocstyle/trunk/debian/control	2016-06-29 07:23:50 UTC (rev 13371)
@@ -22,6 +22,8 @@
 Depends:
  ${misc:Depends},
  ${python3:Depends}
+Conflicts: pep257
+Replaces: pep257
 Description: Python docstring style checker (PEP-257 conventions)
  PEP-257 provides conventions for Python docstrings (string literals which
  occur as first statement in a module, function, class or method definition

Modified: packages/pydocstyle/trunk/debian/rules
===================================================================
--- packages/pydocstyle/trunk/debian/rules	2016-06-26 19:22:12 UTC (rev 13370)
+++ packages/pydocstyle/trunk/debian/rules	2016-06-29 07:23:50 UTC (rev 13371)
@@ -19,7 +19,3 @@
 override_dh_installman:
 	PYTHONPATH=./src sphinx-build -D today_fmt="$(DEBDATE)" -N -bman docs .pybuild
 	dh_installman .pybuild/pydocstyle.1
-
-override_dh_auto_install:
-	dh_auto_install
-	rm -f debian/pydocstyle/usr/bin/pep257 # temporary convenience script




More information about the Python-apps-commits mailing list