[Python-modules-commits] [dulwich] 06/08: Make build-dependency on git optional, since it's not available on all platforms and only used for the testsuite.
Jelmer Vernooij
jelmer at moszumanska.debian.org
Mon Jul 31 22:34:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to branch master
in repository dulwich.
commit c956ed0a347c6e27f03e92f99cdb0231b6670f09
Author: Jelmer Vernooij <jelmer at debian.org>
Date: Mon Jul 31 22:21:14 2017 +0000
Make build-dependency on git optional, since it's not available on all platforms and only used for the testsuite.
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 331c808..372b2cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dulwich (0.18.1-2) UNRELEASED; urgency=medium
+
+ * Make build-dependency on git optional, since it's not available on
+ all platforms and only used for the testsuite.
+
+ -- Jelmer Vernooij <jelmer at debian.org> Mon, 31 Jul 2017 22:21:12 +0000
+
dulwich (0.18.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 87b97cb..b44d82e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer at debian.org>
Homepage: https://www.dulwich.io/
-Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all-dev, python3-all-dbg, debhelper (>= 9.20160114), python-unittest2, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293), python3-fastimport, pypy-dev [!hurd-any !m68k !sh4 !x32], dh-python
+Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all-dev, python3-all-dbg, debhelper (>= 9.20160114), python-unittest2, git (>= 1:1.7.0.4-2) | git-core | dpkg, python-fastimport (>= 0.9.0~bzr293), python3-fastimport, pypy-dev [!hurd-any !m68k !sh4 !x32], dh-python
Standards-Version: 4.0.0
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git
More information about the Python-modules-commits
mailing list