r48234 - in /desktop/unstable/yelp/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Apr 18 16:50:01 UTC 2016
Author: biebl
Date: Mon Apr 18 16:50:01 2016
New Revision: 48234
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48234
Log:
Temporarily disable building the gtk-oc documentation and ship the
pre-generated files. The gtk-doc scanner currently segfaults if $DISPLAY
is not available.
Modified:
desktop/unstable/yelp/debian/changelog
desktop/unstable/yelp/debian/control
desktop/unstable/yelp/debian/control.in
desktop/unstable/yelp/debian/rules
Modified: desktop/unstable/yelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/changelog?rev=48234&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/changelog [utf-8] (original)
+++ desktop/unstable/yelp/debian/changelog [utf-8] Mon Apr 18 16:50:01 2016
@@ -5,6 +5,9 @@
debian/libyelp0.install accordingly.
* Update debian/libyelp0.symbols with new additions. Drop the optional
libyelpcommon symbols, which no longer exist.
+ * Temporarily disable building the gtk-oc documentation and ship the
+ pre-generated files. The gtk-doc scanner currently segfaults if $DISPLAY
+ is not available.
-- Michael Biebl <biebl at debian.org> Mon, 18 Apr 2016 16:03:01 +0200
Modified: desktop/unstable/yelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/control?rev=48234&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/control [utf-8] (original)
+++ desktop/unstable/yelp/debian/control [utf-8] Mon Apr 18 16:50:01 2016
@@ -28,7 +28,7 @@
liblzma-dev (>= 4.9),
libwebkit2gtk-4.0-dev (>= 2.7.1),
libsqlite3-dev,
- yelp-xsl (>= 3.12.0),
+ yelp-xsl (>= 3.12.0)
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/yelp
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/yelp
Homepage: https://wiki.gnome.org/Apps/Yelp
Modified: desktop/unstable/yelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/control.in?rev=48234&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/control.in [utf-8] (original)
+++ desktop/unstable/yelp/debian/control.in [utf-8] Mon Apr 18 16:50:01 2016
@@ -24,7 +24,7 @@
liblzma-dev (>= 4.9),
libwebkit2gtk-4.0-dev (>= 2.7.1),
libsqlite3-dev,
- yelp-xsl (>= 3.12.0),
+ yelp-xsl (>= 3.12.0)
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/yelp
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/yelp
Homepage: https://wiki.gnome.org/Apps/Yelp
Modified: desktop/unstable/yelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/rules?rev=48234&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/rules [utf-8] (original)
+++ desktop/unstable/yelp/debian/rules [utf-8] Mon Apr 18 16:50:01 2016
@@ -10,7 +10,10 @@
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+# Temporarily disable building the gtk-doc documentation
+# and ship the pre-generated files until we have a fix for
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803104
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc
clean::
rm -f debian/yelp.1
More information about the pkg-gnome-commits
mailing list