diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-07-28 15:33:22 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-07-28 15:33:22 +0000 |
commit | e4770629d6ca946337bf13791e3b0e766e9a25b1 (patch) | |
tree | 0e3e516e9bda5f83a7db229687880126b988c7c8 | |
parent | Update 020_button.patch to fix segfault (closes: #706454) (diff) | |
download | w3m-e4770629d6ca946337bf13791e3b0e766e9a25b1.tar.gz w3m-e4770629d6ca946337bf13791e3b0e766e9a25b1.zip |
New patch 015_debian-version.patch to mention debian version
-rw-r--r-- | debian/patches/015_debian-version.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 15 insertions, 0 deletions
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 <tats@debian.org> + +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 |