[Python-apps-commits] r13612 - in packages/retext/trunk/debian (changelog rules)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Mon Oct 3 17:25:05 UTC 2016


    Date: Monday, October 3, 2016 @ 17:25:03
  Author: mitya57
Revision: 13612

* New upstream bugfix release.
* Revert the tests hack from 6.0.1-1 that is no longer needed.

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

Modified: packages/retext/trunk/debian/changelog
===================================================================
--- packages/retext/trunk/debian/changelog	2016-10-03 01:29:13 UTC (rev 13611)
+++ packages/retext/trunk/debian/changelog	2016-10-03 17:25:03 UTC (rev 13612)
@@ -1,3 +1,10 @@
+retext (6.0.2-1) unstable; urgency=medium
+
+  * New upstream bugfix release.
+  * Revert the tests hack from 6.0.1-1 that is no longer needed.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 03 Oct 2016 20:24:10 +0300
+
 retext (6.0.1-2) unstable; urgency=medium
 
   * Add missing dependencies on python3-docutils and python3-markdown

Modified: packages/retext/trunk/debian/rules
===================================================================
--- packages/retext/trunk/debian/rules	2016-10-03 01:29:13 UTC (rev 13611)
+++ packages/retext/trunk/debian/rules	2016-10-03 17:25:03 UTC (rev 13612)
@@ -17,9 +17,6 @@
 	done
 
 override_dh_auto_test:
-	mkdir tests/testdata
-	echo "existing_file_content" > tests/testdata/existing_file.md
-	echo "existing_file_content" > tests/testdata/existing_file.rst
 	dh_auto_test -- --system custom --test-args "xvfb-run -a -s '-screen 0 1024x768x24' {interpreter} setup.py test"
 
 override_dh_auto_clean:




More information about the Python-apps-commits mailing list