[Python-modules-commits] [dulwich] 04/05: Only build-depend on git on platforms where it is available.

Jelmer Vernooij jelmer at moszumanska.debian.org
Tue Aug 1 23:40:12 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 371d4fe064fa2c32e843ddaf74ce1e5e18381a5e
Author: Jelmer Vernooij <jelmer at debian.org>
Date:   Tue Aug 1 23:23:39 2017 +0000

    Only build-depend on git on platforms where it is available.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6aec97d..52b318a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 dulwich (0.18.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Only build-depend on git on platforms where it is available.
 
  -- Jelmer Vernooij <jelmer at debian.org>  Tue, 01 Aug 2017 23:19:14 +0000
 
diff --git a/debian/control b/debian/control
index b44d82e..984df8d 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 | dpkg, 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) [!alpha !ppc64 !sparc64 !x32], 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