[Python-modules-commits] r31086 - in packages/ply/trunk/debian (changelog rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Thu Oct 16 06:32:35 UTC 2014


    Date: Thursday, October 16, 2014 @ 06:32:34
  Author: arnau
Revision: 31086

Add manpage for dh_python3-ply.

Modified:
  packages/ply/trunk/debian/changelog
  packages/ply/trunk/debian/rules

Modified: packages/ply/trunk/debian/changelog
===================================================================
--- packages/ply/trunk/debian/changelog	2014-10-16 06:20:54 UTC (rev 31085)
+++ packages/ply/trunk/debian/changelog	2014-10-16 06:32:34 UTC (rev 31086)
@@ -1,3 +1,9 @@
+ply (3.4-5) unstable; urgency=medium
+
+  * d/rules: add manpage for dh_python3-ply.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Thu, 16 Oct 2014 15:23:25 +0900
+
 ply (3.4-4) unstable; urgency=medium
 
   [ Jakub Wilk ]

Modified: packages/ply/trunk/debian/rules
===================================================================
--- packages/ply/trunk/debian/rules	2014-10-16 06:20:54 UTC (rev 31085)
+++ packages/ply/trunk/debian/rules	2014-10-16 06:32:34 UTC (rev 31086)
@@ -27,6 +27,11 @@
 	dh_installman -p python-ply dh_python-ply.1
 	rm dh_python-ply.1
 
+binary-install/python3-ply::
+	pod2man debian/dh_python3-ply > dh_python3-ply.1
+	dh_installman -p python3-ply dh_python3-ply.1
+	rm dh_python3-ply.1
+
 binary-post-install/python-ply::
 	echo "python-ply:Provides=$$(PYTHONPATH=. python debian/virtual-packages.py $(cdbs_curpkg))" >> \
 		debian/python-ply.substvars




More information about the Python-modules-commits mailing list