[Python-apps-commits] r13381 - in packages/retext/trunk/debian	(changelog control)
    mitya57 at users.alioth.debian.org 
    mitya57 at users.alioth.debian.org
       
    Sun Jul  3 16:10:39 UTC 2016
    
    
  
    Date: Sunday, July 3, 2016 @ 16:10:37
  Author: mitya57
Revision: 13381
Add missing dependencies on python3-docutils and python3-markdown
needed for the testsuite.
Modified:
  packages/retext/trunk/debian/changelog
  packages/retext/trunk/debian/control
Modified: packages/retext/trunk/debian/changelog
===================================================================
--- packages/retext/trunk/debian/changelog	2016-07-03 05:58:00 UTC (rev 13380)
+++ packages/retext/trunk/debian/changelog	2016-07-03 16:10:37 UTC (rev 13381)
@@ -1,3 +1,10 @@
+retext (6.0.1-2) unstable; urgency=medium
+
+  * Add missing dependencies on python3-docutils and python3-markdown
+    needed for the testsuite.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 03 Jul 2016 19:10:10 +0300
+
 retext (6.0.1-1) unstable; urgency=medium
 
   * New upstream release.
Modified: packages/retext/trunk/debian/control
===================================================================
--- packages/retext/trunk/debian/control	2016-07-03 05:58:00 UTC (rev 13380)
+++ packages/retext/trunk/debian/control	2016-07-03 16:10:37 UTC (rev 13381)
@@ -7,6 +7,8 @@
                dh-python,
                imagemagick,
                python3-all,
+               python3-docutils,
+               python3-markdown (>= 2.6),
                python3-markups (>= 2.0),
                python3-pyqt5,
                qttools5-dev-tools,
    
    
More information about the Python-apps-commits
mailing list