diff options
| author | Rafael Laboissiere <rafael@laboissiere.net> | 2013-12-26 12:10:41 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2013-12-27 10:19:43 +0000 | 
| commit | 0eb2e09b2bcc55f376ce3f65675be2592d0097bd (patch) | |
| tree | 6256ac429908fa94b2b8865e589030f6d05bf661 | |
| parent | Debian release 0.5.3-13 (diff) | |
| download | w3m-0eb2e09b2bcc55f376ce3f65675be2592d0097bd.tar.gz w3m-0eb2e09b2bcc55f376ce3f65675be2592d0097bd.zip | |
Avoid compression of README.func and get the link in MANUAL.html working
Diffstat (limited to '')
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/rules b/debian/rules index a3d4e40..2a1c2b5 100755 --- a/debian/rules +++ b/debian/rules @@ -94,7 +94,7 @@ binary-arch: install  #	dh_installman  	dh_installchangelogs -a $(builddir)/ChangeLog  	dh_strip -a -	dh_compress -a +	dh_compress -a -XREADME.func  	dh_lintian -a  	dh_fixperms -a -Xw3mimgdisplay  	dh_installdeb -a | 
