[Python-modules-commits] [recommonmark] 01/01: Debain patch 0.4.0+ds-2: d/tests fix
Jerome Benoit
calculus-guest at moszumanska.debian.org
Sun Oct 16 01:56:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository recommonmark.
commit 3aa5628f14e39574868faf5ea31dd78c70594a06
Author: Jerome Benoit <calculus at rezozer.net>
Date: Sun Oct 16 02:53:39 2016 +0100
Debain patch 0.4.0+ds-2: d/tests fix
---
debian/changelog | 9 +++++++++
debian/control | 6 ++++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5362403..cbd21b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+recommonmark (0.4.0+ds-2) unstable; urgency=medium
+
+ * debian/tests fix release.
+ * Debianization:
+ - debian/control:
+ - Depends fields, add python-pkg-resources.
+
+ -- Jerome Benoit <calculus at rezozer.net> Sun, 16 Oct 2016 01:50:59 +0000
+
recommonmark (0.4.0+ds-1) unstable; urgency=medium
* Initial release (Closes: #838987).
diff --git a/debian/control b/debian/control
index 4c5a21f..cf44d68 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,12 @@ Build-Depends-Indep:
dh-python,
python-all,
python-setuptools,
+ python-pkg-resources,
python-commonmark-bkrs,
python-docutils,
python3-all,
python3-setuptools,
+ python3-pkg-resources,
python3-commonmark-bkrs,
python3-docutils
Standards-Version: 3.9.8
@@ -25,7 +27,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/recommonmark
Package: python-recommonmark
Architecture: all
-Depends: python-commonmark-bkrs, ${python:Depends}, ${misc:Depends}
+Depends: python-commonmark-bkrs, python-pkg-resources, ${python:Depends}, ${misc:Depends}
Description: CommonMark utility for Docutils and Sphinx projects -- Python
The recommonmark Python module allows ones to write CommonMark inside of
Docutils and Sphinx projects.
@@ -34,7 +36,7 @@ Description: CommonMark utility for Docutils and Sphinx projects -- Python
Package: python3-recommonmark
Architecture: all
-Depends: python3-commonmark-bkrs, ${python3:Depends}, ${misc:Depends}
+Depends: python3-commonmark-bkrs, python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
Description: CommonMark utility for Docutils and Sphinx projects -- Python 3
The recommonmark Python module allows ones to write CommonMark inside of
Docutils and Sphinx projects.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/recommonmark.git
More information about the Python-modules-commits
mailing list