[Python-modules-commits] [python-gitdb] 01/01: Don't depend on python-smmap in Python3 package (Closes: #849997)

Ondřej Nový onovy at moszumanska.debian.org
Tue Jan 3 07:58:59 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 2d34881c33410003212b2f93c4acb19da228dc48
Author: Ondřej Nový <onovy at debian.org>
Date:   Tue Jan 3 08:58:43 2017 +0100

    Don't depend on python-smmap in Python3 package (Closes: #849997)
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e9da9e6..93037c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-gitdb (2.0.0-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Don't depend on python-smmap in Python3 package (Closes: #849997)
+
+ -- Ondřej Nový <onovy at debian.org>  Tue, 03 Jan 2017 08:58:03 +0100
+
 python-gitdb (2.0.0-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index a7cdb2e..714a2ef 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Description: pure-Python git object database (Python 2)
 
 Package: python3-gitdb
 Architecture: any
-Depends: python-smmap, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: python3-smmap, ${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