From e4770629d6ca946337bf13791e3b0e766e9a25b1 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 29 Jul 2013 00:33:22 +0900 Subject: New patch 015_debian-version.patch to mention debian version --- debian/patches/015_debian-version.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) create mode 100644 debian/patches/015_debian-version.patch (limited to 'debian/patches') diff --git a/debian/patches/015_debian-version.patch b/debian/patches/015_debian-version.patch new file mode 100644 index 0000000..46c2a73 --- /dev/null +++ b/debian/patches/015_debian-version.patch @@ -0,0 +1,14 @@ +Subject: Set CURRENT_VERSION to debian version +From: Tatsuya Kinoshita + +diff --git a/version.c.in b/version.c.in +index 31d30e4..ce79814 100644 +--- a/version.c.in ++++ b/version.c.in +@@ -1,5 +1,5 @@ + /* $Id: version.c.in,v 1.49 2012/05/22 09:45:56 inu Exp $ */ +-#define CURRENT_VERSION "w3m/0.5.3+cvs" ++#define CURRENT_VERSION "w3m/0.5.3+debian-9" + + #ifndef FM_H + char *w3m_version = CURRENT_VERSION; diff --git a/debian/patches/series b/debian/patches/series index 60b3386..bfc7f58 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,5 @@ 010_upstream.patch +015_debian-version.patch 020_button.patch 030_pager-s-option.patch 040_link_gcc45.patch -- cgit v1.2.3