[Python-modules-commits] [setuptools-scm] 01/01: Correct dependency for python3-setuptools-scm.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Dec 16 06:39:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository setuptools-scm.
commit 88e65e18d2a49776d041efa65e540e699b22caba
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Dec 16 09:37:03 2015 +0300
Correct dependency for python3-setuptools-scm.
Use ${python3:Depends} instead of ${python:Depends}.
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
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 at 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/setuptools-scm.git
More information about the Python-modules-commits
mailing list