[Python-modules-commits] [pymarkups] 06/07: Also add textile to build-depends and test depends.
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 75bdb226da78cc066155deac1402adec1fd412fe
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Dec 22 17:51:50 2015 +0300
Also add textile to build-depends and test depends.
---
debian/changelog | 3 ++-
debian/control | 3 ++-
debian/tests/control | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4701330..99a61ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
pymarkups (1.0.1-1) UNRELEASED; urgency=medium
* New upstream release.
- * Recommend python3-textile package, now that it's available.
+ * Add python3-textile to build-dependencies, test dependencies, and
+ the Recommends: list for python3-markups, now that it's available.
* Remove obsolete debian/python3-markups.examples file.
-- Dmitry Shachnev <mitya57 at debian.org> Tue, 22 Dec 2015 17:43:19 +0300
diff --git a/debian/control b/debian/control
index a6b4fd5..ffaa16c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9),
dh-python,
python3-all (>= 3.1.2-7~),
python3-docutils,
- python3-markdown (>= 2.6~)
+ python3-markdown (>= 2.6~),
+ python3-textile
Standards-Version: 3.9.6
Homepage: https://github.com/retext-project/pymarkups
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pymarkups.git
diff --git a/debian/tests/control b/debian/tests/control
index 15cea27..afc7ad3 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
Tests: python3-markups
-Depends: python3-docutils, python3-markdown, python3-markups
+Depends: python3-docutils, python3-markdown, python3-markups, python3-textile
Restrictions: allow-stderr
--
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