summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5293b76)
raw | patch | inline | side by side (parent: 5293b76)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 11 Oct 2008 14:41:59 +0000 (16:41 +0200) | ||
committer | Sebastian 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 | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 0ee65616b020f265422105e2d538022bd09b7112..1a6886713cdb920c2450033120ad0524cfb433f1 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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
diff --git a/debian/control b/debian/control
index bc7e7909921f11ab0b66bc167a3ccb7774c0450d..6db176d5eb57ed3124a96b4f2b8f670a22ac9658 100644 (file)
--- a/debian/control
+++ b/debian/control
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.