aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2002-03-03 00:22:06 +0100
committerJuan Cespedes <cespedes@debian.org>2002-03-03 00:22:06 +0100
commitb1dd77d66f93eeaa6cbf8b101d3e9cf70981e000 (patch)
tree497ac28a6435993d3d0f9e8845ba73d175d4baa6 /debian
parent6ff816fb8f8c76f9f603ca0ce006e8f980950db6 (diff)
downloadltrace-b1dd77d66f93eeaa6cbf8b101d3e9cf70981e000.tar.gz
Version 0.3.20
* Added s390 port (Timothy R. Fesig <slate@us.ibm.com>) * Modified configure process to use ltrace.spec.in to generate ltrace.spec (Timothy R. Fesig <slate@us.ibm.com>) * Fixed some problems using ltrace.spec on Intel platform. (Timothy R. Fesig <slate@us.ibm.com>)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rw-r--r--debian/copyright1
3 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 309e395..818e8b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ltrace (0.3.20) unstable; urgency=low
+
+ * Added s390 port (Timothy R. Fesig <slate@us.ibm.com>)
+ * Modified configure process to use ltrace.spec.in to generate
+ ltrace.spec (Timothy R. Fesig <slate@us.ibm.com>)
+ * Fixed some problems using ltrace.spec on Intel platform.
+ (Timothy R. Fesig <slate@us.ibm.com>)
+
+ -- Juan Cespedes <cespedes@debian.org> Sat, 2 Mar 2002 23:33:00 +0100
+
ltrace (0.3.19) unstable; urgency=low
* Fixed small bug: "<unifinished...>" lines were sometimes incorrectly
diff --git a/debian/control b/debian/control
index 56e3d32..0d316a7 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
+Architecture: i386 arm m68k s390
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 1b54965..546efa7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,7 @@ Copyright (C) 1997-2001 Juan Cespedes <cespedes@debian.org>
ARMLinux port: Copyright (C) 1998 Pat Beirne <pbeirne@home.com>
m68k port: Copyright (C) 1998 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
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>