Package: jd Version: 1:1.8.8~beta070218-cvs20070224-1 Severity: minor Tags: patch
jd version 1:1.8.8~beta070218-cvs20070224-1 contains *.xml document
files in /usr/share/doc/jd/help/, but some *.xml files are
compressed by gzip as follows:
$ ls -l /usr/share/doc/jd/help/*.gz
-rw-r--r-- 1 root root 1732 Feb 18 21:45 /usr/share/doc/jd/help/config.xml.gz
-rw-r--r-- 1 root root 10187 Feb 23 00:41 /usr/share/doc/jd/help/history.xml.gz
-rw-r--r-- 1 root root 3886 Feb 23 00:41 /usr/share/doc/jd/help/install.xml.gz
-rw-r--r-- 1 root root 2987 Feb 18 21:45
/usr/share/doc/jd/help/operation.xml.gz
-rw-r--r-- 1 root root 2548 Feb 23 00:41 /usr/share/doc/jd/help/qa.xml.gz
Please don't compress *.xml files to easily read the documents by
web browsers.
The follwing patch prevents this problem.
----
--- jd-1.8.8~beta070218-cvs20070224-1/debian/rules
+++ jd-1.8.8~beta070218-cvs20070224/debian/rules
@@ -95,7 +95,7 @@
dh_installman
dh_link
dh_strip
- dh_compress
+ dh_compress -X.xml
dh_fixperms
# dh_perl
# dh_python
----
Thanks,
--
Tatsuya Kinoshita
pgp5CSj6epNjc.pgp
Description: PGP signature

