[Python-modules-commits] [python-textile] 02/03: Suggest html5lib, PIL and regex packages.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Jun 22 19:29:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-textile.
commit a090348cbed0c7c1f2fe00a92201e847590a0c4f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Jun 22 22:28:51 2016 +0300
Suggest html5lib, PIL and regex packages.
---
debian/changelog | 1 +
debian/control | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0a233d2..2b69c31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ python-textile (1:2.3.2-1) UNRELEASED; urgency=medium
* Install upstream changelog and README file as docs.
* Use install files to prevent installing unnecessary stuff.
* Update debian/copyright.
+ * Suggest html5lib, PIL and regex packages.
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:24:46 +0200
diff --git a/debian/control b/debian/control
index 7cd22af..ce57225 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-text
Package: python-textile
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-html5lib, python-pil (>= 3.0), python-regex
Description: Python 2 parser for the Textile markup
Textile is an XHTML generator that uses a simple markup, similar
to the one you can find on most wikis.
@@ -37,6 +38,7 @@ Description: Python 2 parser for the Textile markup
Package: python3-textile
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python3-html5lib, python3-pil (>= 3.0), python3-regex
Description: Python 3 parser for the Textile markup
Textile is an XHTML generator that uses a simple markup, similar
to the one you can find on most wikis.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-textile.git
More information about the Python-modules-commits
mailing list