summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6caec05)
raw | patch | inline | side by side (parent: 6caec05)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 22 Jun 2010 20:51:46 +0000 (22:51 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 22 Jun 2010 20:51:46 +0000 (22:51 +0200) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index cf8c86a896838e9afd47b25f1bc09e1f5c99918c..c439c7d32a41ba41acaefde7ff373e16a25cfd0d 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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).
+ - Depend on ${misc:Depends}, as recommended by debhelper.
- -- Sebastian Harl <tokkee@debian.org> Tue, 22 Jun 2010 22:43:06 +0200
+ -- Sebastian Harl <tokkee@debian.org> Tue, 22 Jun 2010 22:51:20 +0200
tig (0.15-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 9a96495af740f2dff8cbe2eb43b0ede3f8e11005..e16f07ad4335bad48f4c8eb5e48416fec74b8ce2 100644 (file)
--- a/debian/control
+++ b/debian/control
Package: tig
Architecture: any
-Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends}
+Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends},
+ ${misc: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.