aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Wienand <ianw@ieee.org>2006-02-17 02:00:00 +0100
committerIan Wienand <ianw@debian.org>2006-02-17 02:00:00 +0100
commit5570a7769869a4df25ef85f302f74a7feb6c0cd3 (patch)
tree8e3c6bcc3fc51b519b82c4e963720a2f41407317 /debian
parent52de129116a43dbaa7d64495d7bd2ae3390b3f0a (diff)
downloadltrace-5570a7769869a4df25ef85f302f74a7feb6c0cd3.tar.gz
Version 0.3.38-1
* Added ia64 port * elf.h: add extra field for PLT size * elf.c: put in PLT size * sysdeps/linux-gnu/breakpoint.c: add arch breakpoint override * sysdeps/linux-gnu/trace.c: don't single step after breakpoin for ia64 * configure.ac: add version to AC_INIT, bump version to 0.3.38 * options.c: use PACKAGE_VERSION
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control.in2
-rw-r--r--debian/copyright2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e56a5fc..f4c10f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ltrace (0.3.38-1) unstable; urgency=low
+
+ * Closes: 306862 -- Add IA64 support
+
+ -- Ian Wienand <ianw@ieee.org> Fri, 17 Feb 2006 11:17:46 +1100
+
ltrace (0.3.37-2) unstable; urgency=low
* Convert to use CDBS
diff --git a/debian/control.in b/debian/control.in
index 5f225fc..c192cb5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
Build-Depends: @cdbs@, binutils-dev, dpatch, libelfg0-dev
Package: ltrace
-Architecture: i386 arm m68k s390 powerpc sparc alpha amd64
+Architecture: i386 arm m68k s390 powerpc sparc alpha amd64 ia64
Depends: ${shlibs:Depends}
Description: Tracks runtime library calls in dynamically linked programs
ltrace is a debugging program which runs a specified command until it
diff --git a/debian/copyright b/debian/copyright
index c37158f..2b15ef6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ s390 port: Copyright (C) 2001 IBM Poughkeepsie, IBM Cororation <slate@us.ibm.com
ELF hacking: Copyright (C) 1999 Silvio Cesare <silvio@big.net.au>
PowerPC port: Copyright (C) 2001-2002 Anton Blanchard <anton@samba.org>
SPARC port: Copyright (C) 1999 Jakub Jelinek <jakub@redhat.com>
-
+IA64 port: Copyright (C) 2006 Ian Wienand <ianw@gelato.unsw.edu.au>
Autoconf stuff: Copyright 1992-1996 Free Software Foundation, Inc.
install-sh: Copyright 1991 by the Massachusetts Institute of Technology