reopen 568586 git-cola/1.4.1.2-2 tags 568586 + patch thanks Hi Iulian,
Debian Bug Tracking System wrote: > * debian/control: > - Drop the version from the git-core dependency (Closes: #568586). > + Thanks Jonathan Nieder <jrnie...@gmail.com> It looks like you fixed the Build-Depends-Indep but not the Depends. Sorry I missed this before. Here’s a patch to take care of the rest. Cheers, Jonathan -- %< -- Subject: Drop versioned installation-time dependency on git-core The dependency on git-core (>= 1.5) is intended to exclude git from etch, for example, but unfortunately git from etch has a version number including an epoch. Since Debian does not support etch-to-squeeze upgrades anyway, it is simpler and more obvious to drop the version from the dependency. The build-time dependency was fixed in debian/1.4.1.2-2~4 (Drop the version from the git-core dependency, 2010-02-28). This commit takes care of the configuration-time dependency. As a side-effect, there will be less work to do when the git package is renamed to ‘git’ (with Provides: git-core). A versioned dependency cannot be satisfied by a Provides. Signed-off-by: Jonathan Nieder <jrnie...@gmail.com> --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index 90e3ac2..588a5c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git-cola (1.4.1.2-4) UNRELEASED; urgency=low + + * debian/control: Drop the version from the git-core run-time + dependency (Closes: #568586). + + -- Iulian Udrea <iul...@ubuntu.com> Wed, 31 Mar 2010 18:11:55 -0500 + git-cola (1.4.1.2-3) unstable; urgency=low * debian/control: diff --git a/debian/control b/debian/control index 5ec4995..bb64054 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/git-cola.git Package: git-cola Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-qt4, git-core (>= 1.5) +Depends: ${python:Depends}, ${misc:Depends}, python-qt4, git-core Recommends: gitk, xxdiff Suggests: python-pyinotify, python-simplejson Description: highly caffeinated git gui -- debian.1.7.0.3.1.469.g398f8 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org