Control: tags -1 + patch

On Wed, Mar 23, 2016 at 04:31:04PM +0100, Helmut Grohne wrote:
> Full build log attached. I don't know much about this bug yet, but felt
> that filing FTBFS immediately was the right thing.

The attached patch fixes the build. What I cannot tell is whether
gtk-doc is really at fault and how many other packages this affects.

Helmut
diff --minimal -Nru kmod-22/debian/changelog kmod-22/debian/changelog
--- kmod-22/debian/changelog    2015-12-20 17:34:55.000000000 +0100
+++ kmod-22/debian/changelog    2016-03-23 16:37:12.000000000 +0100
@@ -1,3 +1,10 @@
+kmod (22-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS (Closes: #819089)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 23 Mar 2016 16:32:13 +0100
+
 kmod (22-1) unstable; urgency=medium
 
   * New upstream release.
diff --minimal -Nru kmod-22/debian/patches/819089 kmod-22/debian/patches/819089
--- kmod-22/debian/patches/819089       1970-01-01 01:00:00.000000000 +0100
+++ kmod-22/debian/patches/819089       2016-03-23 16:37:02.000000000 +0100
@@ -0,0 +1,15 @@
+Description: fix FTBFS
+Author: Helmut Grohne <hel...@subdivi.de>
+Bug-Debian: https://bugs.debian.org/819089
+
+--- kmod-22.orig/libkmod/docs/Makefile.am
++++ kmod-22/libkmod/docs/Makefile.am
+@@ -26,6 +26,8 @@ IGNORE_HFILES = libkmod-internal.h \
+ content_files = version.xml
+ 
+ if ENABLE_GTK_DOC
++# gtk-doc.make assigns with += to EXTRA_DIST.
++EXTRA_DIST =
+ include $(top_srcdir)/libkmod/docs/gtk-doc.make
+ else
+ EXTRA_DIST = libkmod-docs.xml libkmod-sections.txt
diff --minimal -Nru kmod-22/debian/patches/series kmod-22/debian/patches/series
--- kmod-22/debian/patches/series       2015-12-20 17:32:22.000000000 +0100
+++ kmod-22/debian/patches/series       2016-03-23 16:36:30.000000000 +0100
@@ -9,3 +9,4 @@
 # Debian integration
 aliases_conf
 debian_manpages
+819089

Reply via email to