[Python-modules-commits] [python-jsonref] 01/01: fix Lintian I: python-jsonref: new-package-should-not-package-python2-module python-jsonref

Paolo Greppi paolog-guest at moszumanska.debian.org
Wed May 24 11:44:56 UTC 2017


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

paolog-guest pushed a commit to branch master
in repository python-jsonref.

commit 18300b0db04447c1120b56944f07e72e3c18e3eb
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Wed May 24 13:42:16 2017 +0200

    fix Lintian I: python-jsonref: new-package-should-not-package-python2-module python-jsonref
---
 debian/control | 29 ++++++-----------------------
 debian/rules   |  2 +-
 2 files changed, 7 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 10520d1..c4bc350 100644
--- a/debian/control
+++ b/debian/control
@@ -8,36 +8,19 @@ Build-Depends:
  , dh-python
  , python3-all
  , python3-setuptools
- , python-all
- , python-docutils
- , python-markdown
- , python-setuptools
- , python-sphinx
- , python-termcolor
- , python-xmltodict
- , python-yaml
+ , python3-markdown
+ , python3-setuptools
+ , python3-sphinx
+ , python3-termcolor
+ , python3-xmltodict
+ , python3-yaml
 Standards-Version: 3.9.8
 Homepage: https://github.com/gazpachoking/jsonref
-X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-jsonref.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-jsonref.git
 Testsuite: autopkgtest-pkg-python
 
-Package: python-jsonref
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-jsonref-doc
-Description: JSON Reference implementation for Python 2
- Python library for automatic dereferencing of JSON Reference objects.
- . 
- It lets you use a data structure with JSON reference objects, as if the
- references had been replaced with the referent data. References are evaluated
- lazily. Nothing is dereferenced until it is used. Recursive references are
- supported, and create recursive Python data structures.
- .
- This package installs the library for Python 2.
-
 Package: python3-jsonref
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
diff --git a/debian/rules b/debian/rules
index 490dfbc..eae64cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export PYBUILD_NAME = jsonref
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_sphinxdoc:
 	PYTHONPATH=. sphinx-build -b html docs debian/python-jsonref-doc/usr/share/doc/python-jsonref-doc/html

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



More information about the Python-modules-commits mailing list