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

stender at users.alioth.debian.org stender at users.alioth.debian.org
Thu Jul 20 14:45:28 UTC 2017


    Date: Thursday, July 20, 2017 @ 14:45:27
  Author: stender
Revision: 14277

contribute extension-less trophy-case in deb/rules

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

Modified: packages/python-afl/trunk/debian/changelog
===================================================================
--- packages/python-afl/trunk/debian/changelog	2017-07-20 14:40:08 UTC (rev 14276)
+++ packages/python-afl/trunk/debian/changelog	2017-07-20 14:45:27 UTC (rev 14277)
@@ -2,11 +2,12 @@
 
   * New upstream release:
     + unfuzz and expand tests-point-to-wrapper.diff.
+    + contribute extension-less trophy-case in deb/rules.
   * 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:35:36 +0200
+ -- Daniel Stender <stender at debian.org>  Thu, 20 Jul 2017 16:45:05 +0200
 
 python-afl (0.5.5-1) unstable; urgency=medium
 

Modified: packages/python-afl/trunk/debian/rules
===================================================================
--- packages/python-afl/trunk/debian/rules	2017-07-20 14:40:08 UTC (rev 14276)
+++ packages/python-afl/trunk/debian/rules	2017-07-20 14:45:27 UTC (rev 14277)
@@ -17,7 +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:
-	dh_installdocs -A doc/README doc/trophy-case.rst
+	dh_installdocs -A doc/README doc/trophy-case
 
 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