diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-08-01 12:31:34 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-08-01 12:31:34 +0000 |
commit | c7ab84f3e0da73e8de8a4421120e2a002f16a3d4 (patch) | |
tree | 7ef69740a831e771ebf20b5f8b5eeb1555eb34c4 /debian | |
parent | Set show_cookie to 0 in debian/w3mconfig (diff) | |
download | w3m-c7ab84f3e0da73e8de8a4421120e2a002f16a3d4.tar.gz w3m-c7ab84f3e0da73e8de8a4421120e2a002f16a3d4.zip |
New patch 150_contact-list.patch to update README (closes: #696209)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/150_contact-list.patch | 30 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/debian/patches/150_contact-list.patch b/debian/patches/150_contact-list.patch new file mode 100644 index 0000000..81b2059 --- /dev/null +++ b/debian/patches/150_contact-list.patch @@ -0,0 +1,30 @@ +Subject: Update contact list in README +From: Tatsuya Kinoshita <tats@debian.org> +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696209 + +diff --git a/doc-jp/README b/doc-jp/README +index 074766f..6fe07a8 100644 +--- a/doc-jp/README ++++ b/doc-jp/README +@@ -123,6 +123,6 @@ w3m + satodai@w3m.jp + + ご意見,ご感想をMLまでお寄せください. +- w3m-dev@sic.med.tohoku.ac.jp (日本語) +- w3m-dev-en@sic.med.tohoku.ac.jp (英語) ++ w3m-dev@w3m.jp (日本語) ++ w3m-dev-en@w3m.jp (英語) + http://w3m.sourceforge.net/ +diff --git a/doc/README b/doc/README +index 324ea3e..e468081 100644 +--- a/doc/README ++++ b/doc/README +@@ -116,6 +116,6 @@ Current Maintainer + satodai@w3m.jp + + Feel free to send your opinion to the w3m mailing-lists. +- w3m-dev@sic.med.tohoku.ac.jp (Japanese) +- w3m-dev-en@sic.med.tohoku.ac.jp (English) ++ w3m-dev@w3m.jp (Japanese) ++ w3m-dev-en@w3m.jp (English) + http://w3m.sourceforge.net/ diff --git a/debian/patches/series b/debian/patches/series index eae984d..9a7199b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -13,3 +13,4 @@ 120_sgrmouse.patch 130_siteconf.patch 140_sort-dump-links.patch +150_contact-list.patch |