aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2002-03-31 20:01:28 +0200
committerJuan Cespedes <cespedes@debian.org>2002-03-31 20:01:28 +0200
commit5bfb061c4c7cfac6e1882a586cf36c849d95fcea (patch)
treee124f503c83891e56c06ec7ad2b458809b9cef53 /debian
parentf1bfe203f5f1c0e11a614f9d593a68406f5cb47e (diff)
downloadltrace-5bfb061c4c7cfac6e1882a586cf36c849d95fcea.tar.gz
Version 0.3.25
* Finally added powerpc support (Anton Blanchard <anton@samba.org>)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rw-r--r--debian/copyright2
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3911a90..f231a6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
+ltrace (0.3.25) unstable; urgency=low
+
+ * Finally added powerpc support (Anton Blanchard <anton@samba.org>)
+
+ -- Juan Cespedes <cespedes@debian.org> Sun, 31 Mar 2002 19:58:25 +0200
+
ltrace (0.3.24) unstable; urgency=low
* Fixed 2 minor buffer overflows (closes: Bug#130746)
* Obey --prefix, --sysconfdir, --mandir options in configure
* Adding powerpc support (doesn't work yet)
- (Anton Blanchard <anton@linuxcare.com.au>)
+ (Anton Blanchard <anton@samba.org>)
-- Juan Cespedes <cespedes@debian.org> Wed, 27 Mar 2002 00:20:57 +0100
diff --git a/debian/control b/debian/control
index 0d316a7..1de2c81 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.5.5
Build-Depends: binutils-dev
Package: ltrace
-Architecture: i386 arm m68k s390
+Architecture: i386 arm m68k s390 powerpc
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 fecf224..1893192 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ m68k port: Copyright (C) 1998 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.d
Misc fixes: Copyright (C) 1999 Morten Eriksen <mortene@sim.no>
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 Anton Blanchard <anton@linuxcare.com.au>
+PowerPC port: Copyright (C) 2001-2002 Anton Blanchard <anton@samba.org>
Autoconf stuff: Copyright 1992-1996 Free Software Foundation, Inc.