Bug#297099: Package appears to contain no documentation....?

Loïc Minier Loïc Minier , 297099@bugs.debian.org
Sun, 27 Feb 2005 12:11:22 +0100


--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

        Hi,

On Sat, Feb 26, 2005, Daniel Burrows wrote:
>   It seems like the documentation ought to be in libgnomeui-doc/html, b=
ut=20
> nothing is there

 Thanks for your report, simply adding --enable-gtk-doc to the configure
 args is enough to build a package with documentation included.  I
 attach a patch for you.

 (Ondrej, let me know if you want me to commit and search for an
 uploader for the trivial patch attached.)

   Bye,

--=20
Lo=EFc Minier <lool@dooz.org>
"Neutral President: I have no strong feelings one way or the other."

--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="libgnomeui.patch"

--- debian/rules	(revision 2674)
+++ debian/rules	(working copy)
@@ -18,7 +18,7 @@
 LDFLAGS += -Wl,-O1
 
 DEB_DH_STRIP_ARGS := --keep-debug
-DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${prefix}/lib/${version} LDFLAGS="$(LDFLAGS)"
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --libexecdir=\$${prefix}/lib/${version} LDFLAGS="$(LDFLAGS)"
 
 clean::
 	dh_clean libgnomeui/gnome-marshal.c libgnomeui/gnome-marshal.h

--fUYQa+Pmc3FrFX/N--