summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54a9594)
raw | patch | inline | side by side (parent: 54a9594)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 22 Jun 2010 20:45:15 +0000 (22:45 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 22 Jun 2010 20:45:15 +0000 (22:45 +0200) |
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
the rename of the package.
Thanks to Jonathan Nieder and Beat Bolli for reporting this!
Closes: #568582
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 92569173abdaa2ac8441b1a7b718ce1ca9a63946..cf8c86a896838e9afd47b25f1bc09e1f5c99918c 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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 <tokkee@debian.org> Tue, 22 Jun 2010 22:32:44 +0200
+ -- Sebastian Harl <tokkee@debian.org> Tue, 22 Jun 2010 22:43:06 +0200
tig (0.15-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 5fda925d196613a0c83bee1542de2bad3ffb2077..9a96495af740f2dff8cbe2eb43b0ede3f8e11005 100644 (file)
--- a/debian/control
+++ b/debian/control
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.