Bug#876592: gconf FTBFS with gtk-doc-tools 1.26: gtkdoc-mktmpl is no longer available
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.ia64 |
|---|---|
| Message-ID | <151700647026.19139.15554315001022178800.reportbug__47187.4767369174$1517006981$gmane$org@z6.physik.fu-berlin.de> |
Package: src:gconf Followup-For: Bug #876592 Hi! Since gconf is dead upstream, I don't think that someone will convert the documentation format away from gtk-doc. I therefore just suggest to turn off gtk-doc support for the time being until gconf can be removed from the archives. Attaching a suggested patch. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
gconf-disable-gtkdoc.diff
(text/plain, 1.1 KB)
diff -Nru old/gconf-3.2.6/debian/control.in new/gconf-3.2.6/debian/control.in
--- old/gconf-3.2.6/debian/control.in 2016-10-11 16:56:10.000000000 +0200
+++ new/gconf-3.2.6/debian/control.in 2018-01-26 23:37:45.854551064 +0100
@@ -7,7 +7,6 @@
cdbs (>= 0.4.93),
dh-autoreconf,
gnome-pkg-tools (>= 0.14),
- gtk-doc-tools (>= 1.0),
libglib2.0-dev (>= 2.31.0),
libdbus-1-dev (>= 1.0.0),
libdbus-glib-1-dev (>= 0.74),
diff -Nru old/gconf-3.2.6/debian/rules new/gconf-3.2.6/debian/rules
--- old/gconf-3.2.6/debian/rules 2016-10-11 16:56:08.000000000 +0200
+++ new/gconf-3.2.6/debian/rules 2018-01-26 23:38:03.939217937 +0100
@@ -21,7 +21,7 @@
DEB_INSTALL_DOCS_gconf2 += doc/FAQ.txt NEWS README TODO
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--libexecdir=\$${libdir}/gconf \
--with-gtk=3.0 \