[Python-modules-commits] [django-js-reverse] 01/04: remove all python2 packaging

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Thu Jan 4 14:17:12 UTC 2018


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

eighthave pushed a commit to branch master
in repository django-js-reverse.

commit 95b728f47e45b287dfe690ebed04dbaaeccf56af
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Thu Jan 4 14:32:27 2018 +0100

    remove all python2 packaging
    
    https://lintian.debian.org/tags/new-package-should-not-package-python2-module.html
---
 debian/control | 14 --------------
 debian/rules   |  2 +-
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index d0a4dfe..28ca53d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,6 @@ Uploaders: Hans-Christoph Steiner <hans at eds.org>
 Build-Depends: debhelper (>=9),
                dh-python,
                phantomjs,
-               python-all (>= 2.6.6-3~),
-               python-django (>= 1.5),
-               python-selenium,
-               python-setuptools,
                python3-all,
                python3-django (>= 1.5),
                python3-selenium,
@@ -18,18 +14,8 @@ Standards-Version: 4.1.0
 Homepage: https://github.com/ierror/django-js-reverse
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-js-reverse.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-js-reverse.git
-X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
 
-Package: python-django-js-reverse
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
-Description: Javascript url handling for Django that doesn't hurt
- Django JS Reverse is a small django app that makes url handling of
- named urls <https://docs.djangoproject.com="" en="" dev="" topics=""
- http="" urls="" #naming-url-patterns="">` in javascript easy and
- non-annoying.
-
 Package: python3-django-js-reverse
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
diff --git a/debian/rules b/debian/rules
index 0967505..0e3f82d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export PYBUILD_NAME=django-js-reverse
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 
 override_dh_auto_test:

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



More information about the Python-modules-commits mailing list