[Python-apps-commits] r14276 - in packages/python-afl/trunk/debian (changelog control rules)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Thu Jul 20 14:40:09 UTC 2017


    Date: Thursday, July 20, 2017 @ 14:40:08
  Author: stender
Revision: 14276

contribute README reST source w/o converting it

Modified:
  packages/python-afl/trunk/debian/changelog
  packages/python-afl/trunk/debian/control
  packages/python-afl/trunk/debian/rules

Modified: packages/python-afl/trunk/debian/changelog
===================================================================
--- packages/python-afl/trunk/debian/changelog	2017-07-20 14:33:22 UTC (rev 14275)
+++ packages/python-afl/trunk/debian/changelog	2017-07-20 14:40:08 UTC (rev 14276)
@@ -2,8 +2,11 @@
 
   * New upstream release:
     + unfuzz and expand tests-point-to-wrapper.diff.
+  * contribute README reST source w/o converting it (Closes: #857639):
+    + adjust override for dh_installdocs in deb/rules accordingly.
+    + drop doctuils and links from build-deps in deb/control.
 
- -- Daniel Stender <stender at debian.org>  Thu, 20 Jul 2017 16:27:40 +0200
+ -- Daniel Stender <stender at debian.org>  Thu, 20 Jul 2017 16:35:36 +0200
 
 python-afl (0.5.5-1) unstable; urgency=medium
 

Modified: packages/python-afl/trunk/debian/control
===================================================================
--- packages/python-afl/trunk/debian/control	2017-07-20 14:33:22 UTC (rev 14275)
+++ packages/python-afl/trunk/debian/control	2017-07-20 14:40:08 UTC (rev 14276)
@@ -15,8 +15,6 @@
  python3-nose,
  afl,
  txt2man,
- python-docutils,
- links,
  procps
 Standards-Version: 3.9.8
 Homepage: http://jwilk.net/software/python-afl

Modified: packages/python-afl/trunk/debian/rules
===================================================================
--- packages/python-afl/trunk/debian/rules	2017-07-20 14:33:22 UTC (rev 14275)
+++ packages/python-afl/trunk/debian/rules	2017-07-20 14:40:08 UTC (rev 14276)
@@ -17,9 +17,7 @@
 	PYBUILD_SYSTEM=custom PYBUILD_INSTALL_ARGS="{interpreter} setup.py install --root={destdir} --install-scripts=/usr/share/{package}" dh_auto_install
 
 override_dh_installdocs:
-	rst2html -r 5 doc/README.rst .pybuild/README.html
-	LANG=C.UTF-8 links -dump .pybuild/README.html > .pybuild/README
-	dh_installdocs -A .pybuild/README doc/trophy-case.rst
+	dh_installdocs -A doc/README doc/trophy-case.rst
 
 override_dh_installman:
 	txt2man -s 1 -v "python{,3}-afl" -t "py-afl-fuzz" -r "$(VERSION)" -d "$(DEBDATE)" debian/py-afl-fuzz.txt > .pybuild/py-afl-fuzz.py2.1




More information about the Python-apps-commits mailing list