summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2015-12-16 09:37:03 +0300
committerDmitry Shachnev <mitya57@gmail.com>2015-12-16 09:37:03 +0300
commit88e65e18d2a49776d041efa65e540e699b22caba (patch)
tree71f962d5d660d08d5fc0e4ee0b8a0afa0b142261
parent5b12f57a15bc2c49055155ddda3aebf240a177d4 (diff)
Correct dependency for python3-setuptools-scm.
Use ${python3:Depends} instead of ${python:Depends}.
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d36ad20..3576f74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+setuptools-scm (1.10.1-2) UNRELEASED; urgency=medium
+
+ * Correct dependency for python3-setuptools-scm (use ${python3:Depends}
+ instead of ${python:Depends}).
+
+ -- Dmitry Shachnev <mitya57@debian.org> Wed, 16 Dec 2015 09:36:12 +0300
+
setuptools-scm (1.10.1-1) unstable; urgency=medium
* Team upload, with maintainer's permission.
diff --git a/debian/control b/debian/control
index b2dd93a..2abc5f9 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: blessed package to manage your versions by scm tags for Python 2
Package: python3-setuptools-scm
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: blessed package to manage your versions by scm tags for Python 3
setuptools_scm handles managing your Python package versions in scm metadata.
It also handles file finders for the suppertes scm's.