Code

Depend on git-core >= 1.5.4.
authorSebastian Harl <sh@tokkee.org>
Sat, 11 Oct 2008 14:41:59 +0000 (16:41 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 11 Oct 2008 14:41:59 +0000 (16:41 +0200)
This is required by the new upstream release.

debian/changelog
debian/control

index 0ee65616b020f265422105e2d538022bd09b7112..1a6886713cdb920c2450033120ad0524cfb433f1 100644 (file)
@@ -4,8 +4,11 @@ tig (0.12.1-1) experimental; urgency=low
   * Uploading to experimental because of Lenny freeze.
   * debian/rules:
     - Install upstream NEWS file to /usr/share/doc/tig/.
+  * debian/control:
+    - Depend on git-core >= 1.5.4 - this is required by the new upstream
+      release.
 
- -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 16:35:45 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 16:41:07 +0200
 
 tig (0.11-1) unstable; urgency=low
 
index bc7e7909921f11ab0b66bc167a3ccb7774c0450d..6db176d5eb57ed3124a96b4f2b8f670a22ac9658 100644 (file)
@@ -10,7 +10,7 @@ XS-Vcs-Browser: http://git.tokkee.org/?p=pkg-tig.git
 
 Package: tig
 Architecture: any
-Depends: git-core, ${shlibs:Depends}
+Depends: git-core (>= 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.