Package: gupnp Version: 0.20.0-1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu raring ubuntu-patch
Hi, This is wishlist because it doesn't reproduce on Debian. I'm not sure why. In Ubuntu we see gupnp failing to build (buildlog attached) when --enable-gtk-doc isn't passed. I've added that now in the attached patch, which makes the build succeed again. Please consider. Cheers, -- System Information: Debian Release: wheezy/sid APT prefers raring-updates APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring') Architecture: amd64 (x86_64) Kernel: Linux 3.8.0-10-generic (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru gupnp-0.20.0/debian/changelog gupnp-0.20.0/debian/changelog
diff -Nru gupnp-0.20.0/debian/control gupnp-0.20.0/debian/control
--- gupnp-0.20.0/debian/control 2013-01-28 21:45:55.000000000 +0000
+++ gupnp-0.20.0/debian/control 2013-03-06 11:48:23.000000000 +0000
@@ -13,6 +13,8 @@
valac (>= 0.14.0),
shared-mime-info,
xsltproc,
+ docbook-xml,
+ gtk-doc-tools,
docbook-xsl (>= 1.75.2+dfsg-5),
gobject-introspection (>= 0.9.12-4~),
libgirepository1.0-dev (>= 0.9.12),
diff -Nru gupnp-0.20.0/debian/rules gupnp-0.20.0/debian/rules
--- gupnp-0.20.0/debian/rules 2013-01-31 13:28:22.000000000 +0000
+++ gupnp-0.20.0/debian/rules 2013-03-06 11:48:39.000000000 +0000
@@ -12,6 +12,8 @@
DEB_CONFIGURE_EXTRA_FLAGS += --with-context-manager=unix
endif
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_INSTALL_MANPAGES_libgupnp-1.0-dev := gupnp-binding-tool.1
gupnp_0.20.0-1_amd64-20130306-1115.build.gz
Description: GNU Zip compressed data

