diff options
| author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:37:50 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:37:50 +0000 | 
| commit | f844345c5f89a0de8071b3355ef9e86cc8a3d81a (patch) | |
| tree | 8d60ba19f0fbe22155c40ef0f1e64f6fcaa25899 | |
| parent | Releasing debian version 0.5.2-3 (diff) | |
| download | w3m-f844345c5f89a0de8071b3355ef9e86cc8a3d81a.tar.gz w3m-f844345c5f89a0de8071b3355ef9e86cc8a3d81a.zip | |
Releasing debian version 0.5.2-4debian/0.5.2-4
Diffstat (limited to '')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 4 | 
2 files changed, 9 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index e9d343e..d0736d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +w3m (0.5.2-4) unstable; urgency=low + +  * debian/control: Move migemo from Recommends to Suggests. +    (Closes: #570906) + + -- Tatsuya Kinoshita <tats@debian.org>  Wed, 24 Feb 2010 22:40:53 +0900 +  w3m (0.5.2-3) unstable; urgency=low    * debian/patches/10-w3mman-keep-formatting: Patch from 0.5.2-2.1ubuntu1. diff --git a/debian/control b/debian/control index e4ce19e..c81d695 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Standards-Version: 3.8.4  Package: w3m  Architecture: any  Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: ca-certificates, migemo +Recommends: ca-certificates  Provides: www-browser -Suggests: w3m-img, mime-support, menu (>> 1.5), w3m-el, man-db +Suggests: w3m-img, mime-support, menu (>> 1.5), w3m-el, man-db, migemo  Conflicts: w3m-ssl  Replaces: w3m-ssl, w3mmee  Description: WWW browsable pager with excellent tables/frames support | 
