[Python-modules-commits] [pymarkups] 04/07: Recommend python3-textile package, now that it's available.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Dec 22 14:53:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository pymarkups.

commit c43ce70a00333abc7cd9d8414a4aff48685d0d88
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Dec 22 17:45:22 2015 +0300

    Recommend python3-textile package, now that it's available.
---
 debian/changelog | 1 +
 debian/control   | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 50483a2..457c51c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pymarkups (1.0.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Recommend python3-textile package, now that it's available.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 22 Dec 2015 17:43:19 +0300
 
diff --git a/debian/control b/debian/control
index dd35cfe..a6b4fd5 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,10 @@ X-Python3-Version: >= 3.2
 Package: python3-markups
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Recommends: python3-docutils, python3-markdown (>= 2.6~), python3-pygments
+Recommends: python3-docutils,
+            python3-markdown (>= 2.6~),
+            python3-pygments,
+            python3-textile
 Suggests: libjs-mathjax
 Description: Wrapper around various text markups, implemented in Python 3
  This module provides a wrapper around various text markup languages.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pymarkups.git



More information about the Python-modules-commits mailing list