diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:45:36 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:45:36 +0000 |
commit | d5dca44c569b03baa6d596e2233d7cd45c1e3615 (patch) | |
tree | af6240845da0ef829ec4d651c213f0b679444ba8 | |
parent | Releasing debian version 0.5.3-1 (diff) | |
download | w3m-d5dca44c569b03baa6d596e2233d7cd45c1e3615.tar.gz w3m-d5dca44c569b03baa6d596e2233d7cd45c1e3615.zip |
Releasing debian version 0.5.3-2debian/0.5.3-2
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/docs | 9 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/w3m-img.docs | 1 |
5 files changed, 14 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 52c56cb..8934483 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +w3m (0.5.3-2) unstable; urgency=low + + * debian/control: Add Uploaders and DM-Upload-Allowed for the co-maintainer + HIGUCHI Daisuke. + * debian/rules, debian/*docs: To add doc/README.cookie, install doc/README* + and then remove doc/README.cygwin. + + -- Tatsuya Kinoshita <tats@debian.org> Mon, 21 Feb 2011 23:32:21 +0900 + w3m (0.5.3-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index c4e1ee5..8a8e87f 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,8 @@ Source: w3m Section: web Priority: standard Maintainer: Tatsuya Kinoshita <tats@debian.org> +Uploaders: HIGUCHI Daisuke <debian@vdr.jp> +DM-Upload-Allowed: yes Build-Depends: libgc-dev, libncurses5-dev, libgpmg1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], zlib1g-dev, libssl-dev, debhelper (>= 7), gawk | awk, libimlib2-dev, autotools-dev (>= 20100122) Homepage: http://sourceforge.net/projects/w3m Standards-Version: 3.9.1 diff --git a/debian/docs b/debian/docs index 096b30c..39d06b3 100644 --- a/debian/docs +++ b/debian/docs @@ -1,12 +1,5 @@ doc/FAQ.html doc/HISTORY doc/MANUAL.html -doc/README -doc/README.dict -doc/README.func -doc/README.m17n -doc/README.mouse -doc/README.passwd -doc/README.pre_form -doc/README.tab +doc/README* doc/STORY.html diff --git a/debian/rules b/debian/rules index 17ce5ed..0a7d9b7 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,8 @@ binary-arch: build-stamp install-stamp dh_testdir -a dh_testroot -a dh_installdocs -a + -rm -f debian/w3m/usr/share/doc/w3m/README.cygwin + -mv -f debian/w3m/usr/share/doc/w3m/README.img debian/w3m-img/usr/share/doc/w3m-img/README.img cp -a $(builddir)/doc-jp/* debian/w3m/usr/share/doc/w3m/ja/ -mv -f debian/w3m/usr/share/doc/w3m/ja/README.img debian/w3m-img/usr/share/doc/w3m-img/README.img.ja -rm -f debian/w3m/usr/share/doc/w3m/ja/w3m.1 diff --git a/debian/w3m-img.docs b/debian/w3m-img.docs deleted file mode 100644 index 1039334..0000000 --- a/debian/w3m-img.docs +++ /dev/null @@ -1 +0,0 @@ -doc/README.img |