[Python-modules-commits] [python-gitdb] 05/09: Run depend, not only build depend on python{, 3}-smmap (>> 2)
Ondřej Nový
onovy at moszumanska.debian.org
Tue Jan 3 08:19:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-gitdb.
commit d0875ea6b557922a85ce05ec55dd574a4725a817
Author: Ondřej Nový <onovy at debian.org>
Date: Tue Jan 3 09:07:57 2017 +0100
Run depend, not only build depend on python{,3}-smmap (>> 2)
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 37ac9af..ff208e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-gitdb (2.0.0-2) UNRELEASED; urgency=medium
* Bumped Standards-Version to 3.9.8
* d/watch: Use https
* Enabled autopkgtest-pkg-python testsuite
+ * Run depend, not only build depend on python{,3}-smmap (>> 2)
-- Ondřej Nový <onovy at debian.org> Tue, 03 Jan 2017 08:58:03 +0100
diff --git a/debian/control b/debian/control
index 45e18bc..d4d8d94 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Testsuite: autopkgtest-pkg-python
Package: python-gitdb
Architecture: any
-Depends: python-smmap, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-smmap (>> 2), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: pure-Python git object database (Python 2)
The GitDB project implements interfaces to allow read and write access to
@@ -34,7 +34,7 @@ Description: pure-Python git object database (Python 2)
Package: python3-gitdb
Architecture: any
-Depends: python3-smmap, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: python3-smmap (>> 2), ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: pure-Python git object database (Python 3)
The GitDB project implements interfaces to allow read and write access to
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gitdb.git
More information about the Python-modules-commits
mailing list