summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Tosi <morph@debian.org>2020-07-18 17:46:25 -0400
committerSandro Tosi <morph@debian.org>2020-07-18 17:46:25 -0400
commit285f8f2c232c839cb05aa1896fa695ac3d88c13e (patch)
tree80abbcd5a26e1f597274c9fd7515c55280a0f095
parentce84351749e7033e603065f90de5f2c91c151508 (diff)
Drop python2 support; Closes: #937011
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 70eeab7..e483fa9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mercurial-extension-utils (1.5.0-2) UNRELEASED; urgency=medium
+
+ * Drop python2 support; Closes: #937011
+
+ -- Sandro Tosi <morph@debian.org> Sat, 18 Jul 2020 17:33:06 -0400
+
mercurial-extension-utils (1.5.0-1) unstable; urgency=medium
[ Christoph Mathys ]
diff --git a/debian/control b/debian/control
index dc95116..fb3b397 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper-compat (= 12), python3-all,
python3-setuptools, dh-python,
- python-all, python-setuptools
Standards-Version: 4.4.1
Homepage: https://pypi.python.org/pypi/mercurial_extension_utils
Vcs-Browser: https://salsa.debian.org/python-team/modules/mercurial-extension-utils
@@ -15,7 +14,7 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/mercurial-extension-utils.
Package: mercurial-extension-utils
Architecture: all
-Depends: ${python:Depends}, ${python3:Depends}, ${misc:Depends}, mercurial
+Depends: ${python3:Depends}, ${misc:Depends}, mercurial
Description: Contains functions for writing Mercurial extensions
Contains functions used by Mercurial extension mercurial-keyring. They are
mostly tiny utilities related to configuration processing or location
diff --git a/debian/rules b/debian/rules
index bc711e3..70bbb53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
export PYBUILD_NAME="mercurial-keyring"
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild