Skip to content

Commit

Permalink
ltrace:
Browse files Browse the repository at this point in the history
 * bump version to [http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=be0c6870e08a3be43b3a0d210fb8dc7614b1e82f master@be0c6870e0]
 * remove patches - all changes from [http://anonscm.debian.org/cgit/collab-maint/ltrace.git/log/?h=pmachata/mips pmachata/mips branch] have been merged to master
 * refs #2326


git-svn-id: file:///var/svn/freetz/trunk@13103 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed May 16, 2015
1 parent 0ff9340 commit 1f37860
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1,370 deletions.
8 changes: 7 additions & 1 deletion make/ltrace/external.files
@@ -1,4 +1,10 @@
if [ "$EXTERNAL_FREETZ_PACKAGE_LTRACE" == "y" ]; then
EXTERNAL_FILES+=" /usr/sbin/ltrace"
[ "$EXTERNAL_SUBDIRS" == "y" ] && EXTERNAL_FILES+=" /usr/share/ltrace" || EXTERNAL_FILES+=" /usr/share/ltrace/libacl.so.conf /usr/share/ltrace/libc.so.conf /usr/share/ltrace/libm.so.conf /usr/share/ltrace/syscalls.conf"
if [ "$EXTERNAL_SUBDIRS" == "y" ]; then
EXTERNAL_FILES+=" /usr/share/ltrace"
else
for f in libacl.so.conf libc.so.conf libc.so-types.conf libm.so.conf libpthread.so.conf libpthread.so-types.conf syscalls.conf; do
EXTERNAL_FILES+=" /usr/share/ltrace/$f"
done
fi
fi
3 changes: 3 additions & 0 deletions make/ltrace/external.in
Expand Up @@ -7,5 +7,8 @@ config EXTERNAL_FREETZ_PACKAGE_LTRACE
/usr/sbin/ltrace
/usr/share/ltrace/libacl.so.conf
/usr/share/ltrace/libc.so.conf
/usr/share/ltrace/libc.so-types.conf
/usr/share/ltrace/libm.so.conf
/usr/share/ltrace/libpthread.so.conf
/usr/share/ltrace/libpthread.so-types.conf
/usr/share/ltrace/syscalls.conf
4 changes: 2 additions & 2 deletions make/ltrace/ltrace.mk
@@ -1,4 +1,4 @@
$(call PKG_INIT_BIN, c18a46eff7)
$(call PKG_INIT_BIN, be0c6870e0)
$(PKG)_SOURCE:=ltrace-$($(PKG)_VERSION).tar.xz
$(PKG)_SITE:=git://git.debian.org/git/collab-maint/ltrace.git

Expand All @@ -7,7 +7,7 @@ $(PKG)_CATEGORY:=Debug helpers
$(PKG)_BINARY:=$($(PKG)_DIR)/ltrace
$(PKG)_TARGET_BINARY:=$($(PKG)_DEST_DIR)/usr/sbin/ltrace

$(PKG)_CONFIGS := libacl.so.conf libc.so.conf libm.so.conf syscalls.conf
$(PKG)_CONFIGS := libacl.so.conf libc.so.conf libc.so-types.conf libm.so.conf libpthread.so.conf libpthread.so-types.conf syscalls.conf
$(PKG)_CONFIGS_BUILD_DIR := $($(PKG)_CONFIGS:%=$($(PKG)_DIR)/etc/%)
$(PKG)_CONFIGS_TARGET_DIR := $($(PKG)_CONFIGS:%=$($(PKG)_DEST_DIR)/usr/share/ltrace/%)

Expand Down

0 comments on commit 1f37860

Please sign in to comment.