From: Sebastian Harl Date: Tue, 22 Jun 2010 20:45:15 +0000 (+0200) Subject: control: Added epoch to versioned dependency on git-core. X-Git-Tag: tig-0.16-1~1 X-Git-Url: https://git.tokkee.org/?p=pkg-tig.git;a=commitdiff_plain;h=6caec05f351a3fc314bade7d0ac4d450f2690d8f control: Added epoch to versioned dependency on git-core. Also, added git (>= 1:1.7.0.4-2~) as an alternative dependency, according to the rename of the package. Thanks to Jonathan Nieder and Beat Bolli for reporting this! Closes: #568582 --- diff --git a/debian/changelog b/debian/changelog index 9256917..cf8c86a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,12 @@ tig (0.16-1) unstable; urgency=low - Updated versioned build-dep on asciidoc to versions >= 8.4 as documented in the upstream `INSTALL' file. - Updated standards-version to 3.8.4 -- no changes. + - Added epoch to versioned dependency on git-core and added git (>= + 1:1.7.0.4-2~) as an alternative dependency, according to the rename of + the package; thanks to Jonathan Nieder and Beat Bolli for reporting this + (Closes: #568582). - -- Sebastian Harl Tue, 22 Jun 2010 22:32:44 +0200 + -- Sebastian Harl Tue, 22 Jun 2010 22:43:06 +0200 tig (0.15-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 5fda925..9a96495 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.tokkee.org/?p=pkg-tig.git Package: tig Architecture: any -Depends: git-core (>= 1.5.4), ${shlibs:Depends} +Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends} Description: ncurses-based Git repository browser This package contains a text-mode interface for the version control system Git. It may be used to browse the history and contents of a repository.