[Pkg-kde-extras] Bug#687278: libexiv2-doc: libexiv2-doc documentation package seems to be lacking in content
Junichi Uekawa
dancer at netfort.gr.jp
Tue Sep 11 12:09:58 UTC 2012
Package: libexiv2-doc
Version: 0.23-1
Severity: normal
Dear Maintainer,
doc/html/ directory (the generated doxygen documentation) is not
included in libexiv2-doc package and makes the documentation package
rather less useful than it should be.
Something like the following should fix the problem.
diff --git a/debian/libexiv2-doc.docs b/debian/libexiv2-doc.docs
index e48d89c..ba05107 100644
--- a/debian/libexiv2-doc.docs
+++ b/debian/libexiv2-doc.docs
@@ -1,3 +1,4 @@
doc/include
+doc/html/
doc/*.txt
src/TODO
diff --git a/debian/rules b/debian/rules
index f5bafdd..eab282d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ override_dh_auto_configure:
override_dh_clean:
dh_clean
rm -rf doc/html
+ -rm Makefile xmpsdk/src/.libs/libxmpsdk.la # why? debuild complains of diff.
override_dh_strip:
dh_strip -a --dbg-package=libexiv2-dbg
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
-- no debconf information
More information about the pkg-kde-extras
mailing list