[ltrace-commits] 01/01: Install lib*-types.conf

Petr Machata pmachata-guest at moszumanska.debian.org
Wed Jul 15 21:12:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit c22d359433b333937ee3d803450dc41998115685
Author: Jérôme Pouiller <jezz at sysmic.org>
Date:   Fri Jun 12 00:58:41 2015 +0300

    Install lib*-types.conf
    
    Files etc/libpthread.so-types.conf and etc/libc.so-types.conf was introduced in
    commit 5ba9e10 ("Split type definitions from the bundled configs into their own
    files"). However, they was not installed.
    
    So latrce failed with messages like :
    /usr/share/ltrace/libm.so.conf:333: error: unknown type around 'ldouble erfl(ldouble);
    
    This patch declare these configuration files.
    
    Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index f63fa09..394d91c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,7 +72,8 @@ dist_man5_MANS = ltrace.conf.5
 dist_doc_DATA = COPYING CREDITS INSTALL README TODO
 
 dist_pkgdata_DATA = etc/syscalls.conf etc/libc.so.conf	\
-	etc/libm.so.conf etc/libacl.so.conf etc/libpthread.so.conf
+	etc/libm.so.conf etc/libacl.so.conf etc/libpthread.so.conf \
+	etc/libpthread.so-types.conf etc/libc.so-types.conf
 
 EXTRA_DIST = \
 	debian/changelog \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list