Simon Josefsson <[EMAIL PROTECTED]> writes: >> http://downhill.aus.cc/debian/misc/gnutls13_1.4.0-0.2.diff.gz > > Seems good to me.
I spoke too soon. I've found a minor problem with the GTK-DOC stuff: --- gnutls13-1.4.0.orig/debian/gnutls-doc.install +++ gnutls13-1.4.0/debian/gnutls-doc.install @@ -0,0 +1,4 @@ +doc/reference/html/*html usr/share/doc/gnutls-doc/api-reference +doc/reference/html/*png usr/share/doc/gnutls-doc/api-reference I believe GTK-DOC files should be placed in /usr/share/gtk-doc/html/gnutls/, to be found by the various GTK-DOC browsers. Also, the *html/*png wildcard does not cover in the css, sgml and devhelp files, which are useful. In Shishi, I'm using this: Build-Depends: ...gtk-doc-tools... DEB_CONFIGURE_USER_FLAGS = --enable-gtk-doc And then in shishi-doc.install use this: debian/tmp/usr/share/gtk-doc/html/shishi/* This makes devhelp find the manuals. The shishi-doc.doc-base contains: Format: HTML Index: /usr/share/doc/shishi-doc/shishi.html Files: /usr/share/doc/shishi-doc/*.html Format: HTML Index: /usr/share/gtk-doc/html/shishi/index.html Files: /usr/share/gtk-doc/html/shishi/* But I'm not sure if that is permitted. I don't know the doc-base design... Nothing seem to be complaining though. Hope this helps, Simon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

