From: Sebastian Harl Date: Thu, 1 Feb 2007 10:24:39 +0000 (+0000) Subject: Added v0.5.dpatch upstream patch. X-Git-Tag: tig-0.5-3~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6073005a442bb3edbfbe64cc6e15727261d0825;p=pkg-tig.git Added v0.5.dpatch upstream patch. The patch was taken from commit d27080b3754c8d5ac000d5206d8331a738086809 ("Crap, forgot to update the VERSION string again."). --- diff --git a/debian/patches/00list b/debian/patches/00list index 766d9c0..9ebe5db 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,3 +1,4 @@ infiniteloop.dpatch splitview.dpatch +v0.5.dpatch diff --git a/debian/patches/v0.5.dpatch b/debian/patches/v0.5.dpatch new file mode 100644 index 0000000..825f2cd --- /dev/null +++ b/debian/patches/v0.5.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## v0.5.dpatch by Jonas Fonseca +## +## DP: Update the version string. + +@DPATCH@ + +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