[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#723086: [libxkbcommon-dev] dh_install --fail-missing may fail - [patch]



Source: libxkbcommon
Version: 0.4.0-1
Followup-For: Bug #723086
User: debian-powerpc@lists.debian.org
Usertags: ppc64el

Hello.

While working to port to ppc64el, this package failed to build.
The package still fails to build with the same error for version 0.4.0-1.
When doxygen is detected, dh_installs does not find the file .installs for the docs.
One should either use the flag --disable-docs in dh_auto_configure or, as
provisionally done in this patch, add a path for the docs to be installed.
As stated above, this might not be a definitive solution, but it might help
in not breaking the build and not building the docs in vain.

Thanks!

Fernando Furusato


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: libxkbcommon-0.4.0/debian/control
===================================================================
--- libxkbcommon-0.4.0.orig/debian/control      2014-04-30 19:11:58.000000000 +0000
+++ libxkbcommon-0.4.0/debian/control   2014-04-30 19:14:37.760003054 +0000
@@ -15,6 +15,7 @@
  x11proto-core-dev,
  x11proto-kb-dev (>= 1.0.5),
  xkb-data,
+ doxygen,
 Standards-Version: 3.9.5
 Homepage: http://www.xkbcommon.org/
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/lib/libxkbcommon
Index: libxkbcommon-0.4.0/debian/libxkbcommon0.install
===================================================================
--- libxkbcommon-0.4.0.orig/debian/libxkbcommon0.install        2014-04-30 19:11:58.000000000 +0000
+++ libxkbcommon-0.4.0/debian/libxkbcommon0.install     2014-04-30 19:14:18.240001320 +0000
@@ -1,3 +1,4 @@
 # Use no wildcards to ensure we spot any update:
 usr/lib/*/libxkbcommon.so.0
 usr/lib/*/libxkbcommon.so.0.0.0
+usr/share/doc/libxkbcommon

Reply to: