Package: w3m-el Version: 1.4.4-3 Tags: patch The Emacs-w3m User's Manual (emacs-w3m.info*):
| This manual corresponds to emacs-w3m version 1.3.4rc4.
The version number is incorrect. It should be 1.4.4.
The cause of this problem is that an old version of
doc/version.texi remains in w3m-el_*.diff.gz.
A related finding is that Makefile and doc/Makefile are not removed
by `./debian/rules clean'.
The following patch fixes this bug.
----
--- w3m-el-1.4.4-3/debian/rules
+++ w3m-el-1.4.4/debian/rules
@@ -29,8 +29,8 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
- -rm -f config.log config.cache config.status
+ -$(MAKE) distclean
+ -rm -f doc/version.texi
dh_clean
install: build
----
Thanks,
--
Tatsuya Kinoshita
pgpLbK9XSmzRR.pgp
Description: PGP signature

