[Python-modules-commits] [python-pandocfilters] 01/01: remove shlibs:Depends from debian/control
Sebastian Humenda
moomoc-guest at moszumanska.debian.org
Fri May 27 12:46:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
moomoc-guest pushed a commit to branch master
in repository python-pandocfilters.
commit 562eeb953a2a501339396487e7c10b9c711f4c4a
Author: Sebastian Humenda <shumenda |at| gmx |dot| de>
Date: Fri May 27 12:04:10 2016 +0200
remove shlibs:Depends from debian/control
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 5002395..0c40fb0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sebastian Humenda <shumenda at gmx.de>
-Build-Depends: debhelper (>= 9.0.0), python, python3, dh-python
+Build-Depends: debhelper (>= 9.0.0), python-all, python3-all (>= 2.7), dh-python
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/pandocfilters/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pandocfilters.git
@@ -13,7 +13,7 @@ X-Python3-Version: >= 3.2
Package: python-pandocfilters
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Recommends: pandoc (>= 1.16~)
Description: python bindings for Pandoc's filters
Pandoc is a powerful utility to transform various input formats into a wide
@@ -28,8 +28,8 @@ XB-Python-Version: ${python:Versions}
Package: python3-pandocfilters
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
-Recommends: pandoc (>= 1.12~)
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: pandoc (>= 1.16~)
Description: python3 bindings for Pandoc's filters
Pandoc is a powerful utility to transform various input formats into a wide
range of output formats. To alter the exported output document, Pandoc allows
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pandocfilters.git
More information about the Python-modules-commits
mailing list