Package: tig Version: 0.5-2 Severity: minor Tags: patch The tig 0.5 release didn't include the update of the version string. The attached patch, obtained from the upstream Git repository immediately after the 0.5 release, updates the version string.
- Josh Triplett -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20-rc6 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages tig depends on: ii git-core 1:1.4.4.4-1 content addressable filesystem ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries ii libncurses5 5.5-5 Shared libraries for terminal hand tig recommends no packages. -- no debconf information
>From d27080b3754c8d5ac000d5206d8331a738086809 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca <[EMAIL PROTECTED]> Date: Wed, 27 Sep 2006 00:31:46 +0200 Subject: [PATCH] tig-0.5.git Crap, forgot to update the VERSION string again. --- tig.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tig.c b/tig.c index f5f536c..aac7c4e 100644 --- a/tig.c +++ b/tig.c @@ -12,7 +12,7 @@ */ #ifndef VERSION -#define VERSION "tig-0.4.git" +#define VERSION "tig-0.5.git" #endif #ifndef DEBUG -- 1.4.4.4

