Code

control: Added epoch to versioned dependency on git-core.
authorSebastian Harl <sh@tokkee.org>
Tue, 22 Jun 2010 20:45:15 +0000 (22:45 +0200)
committerSebastian 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
debian/changelog
debian/control

index 92569173abdaa2ac8441b1a7b718ce1ca9a63946..cf8c86a896838e9afd47b25f1bc09e1f5c99918c 100644 (file)
@@ -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 <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
 
index 5fda925d196613a0c83bee1542de2bad3ffb2077..9a96495af740f2dff8cbe2eb43b0ede3f8e11005 100644 (file)
@@ -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.