Your message dated Tue, 30 Jun 2009 17:19:12 +0000
with message-id
<[email protected]>
and subject line Re: Bug#528568: git-core: extra build depends
has caused the Debian Bug report #528568,
regarding git-core: extra build depends
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
528568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528568
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-core
Version: 1:1.6.2.4-1
Severity: minor
Tags: patch
the git-core package has subversion, cvs, and cvsps in its
build-depends, but the package builds fine without them.
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500,
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git-core depends on:
ii libc6 2.9-4ubuntu6 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.18.2-8ubuntu4 Multi-protocol file transfer libra
ii libdigest-sha1- 2.11-2build2 NIST SHA-1 message digest algorith
ii liberror-perl 0.17-1 Perl module for error/exception ha
ii libexpat1 2.0.1-4 XML parsing C library - runtime li
ii perl-modules 5.10.0-19ubuntu1 Core Perl modules
ii zlib1g 1:1.2.3.3.dfsg-12ubuntu2 compression library - runtime
Versions of packages git-core recommends:
ii less 418-1 Pager program similar to more
ii openssh-client [ssh-cli 1:5.1p1-5ubuntu1 secure shell client, an rlogin/rsh
ii patch 2.5.9-5 Apply a diff file to an original
ii rsync 3.0.5-1ubuntu2 fast remote file copy program (lik
Versions of packages git-core suggests:
pn git-arch <none> (no description available)
pn git-cvs <none> (no description available)
pn git-daemon-run <none> (no description available)
pn git-doc <none> (no description available)
pn git-email <none> (no description available)
pn git-gui <none> (no description available)
ii git-svn 1:1.6.2.4-1 fast, scalable, distributed revisi
pn gitk <none> (no description available)
pn gitweb <none> (no description available)
-- no debconf information
>From d0bbded7d35f4dd96620bb57c67708308950545b Mon Sep 17 00:00:00 2001
From: Justin Bogner <[email protected]>
Date: Wed, 13 May 2009 13:06:18 -0600
Subject: [PATCH] remove extra build depends
---
debian/control | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/control b/debian/control
index 59464ae..070a119 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: git-core
Section: vcs
Priority: optional
Maintainer: Gerrit Pape <[email protected]>
-Build-Depends: libz-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, asciidoc
(>> 8.0.0), xmlto, docbook-xsl (>> 1.72), libexpat1-dev, subversion,
libsvn-perl | libsvn-core-perl, unzip, tcl8.5, gettext, cvs, cvsps,
libdbd-sqlite3-perl
+Build-Depends: libz-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, asciidoc
(>> 8.0.0), xmlto, docbook-xsl (>> 1.72), libexpat1-dev, libsvn-perl |
libsvn-core-perl, unzip, tcl8.5, gettext, libdbd-sqlite3-perl
Standards-Version: 3.8.1.0
Vcs-Git: http://smarden.org/git/git.git/
--
debian.1.6.2.4.1
--- End Message ---
--- Begin Message ---
On Wed, May 13, 2009 at 01:07:18PM -0600, Justin Bogner wrote:
> the git-core package has subversion, cvs, and cvsps in its
> build-depends, but the package builds fine without them.
Hi, the build dependencies are used by the testsuite, if we remove them,
some selftests will be skipped.
Regards, Gerrit.
--- End Message ---