aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2004-07-07 10:47:50 +0200
committerJuan Cespedes <cespedes@debian.org>2004-07-07 10:47:50 +0200
commit948a5d077939939dc086c0d0d199ff2f22706eea (patch)
tree4bd7859c9d4cfbc6c0ee3eb139f5b6dcdbda7e9c /debian
parent5c3fe0697b202cc7d95e90459de0fb312b297b27 (diff)
downloadltrace-948a5d077939939dc086c0d0d199ff2f22706eea.tar.gz
Version 0.3.34
* Fixed prototype declaration problem in arm, m68k, powerpc, s390 * Added "amd64" to list of architectures (closes: Bug#252756) * Sparc port is hopefully working (closes: Bug#35524)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 93b9f60..59d6038 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ltrace (0.3.34) unstable; urgency=low
+
+ * Fixed prototype declaration problem in arm, m68k, powerpc, s390
+ * Added "amd64" to list of architectures (closes: Bug#252756)
+ * Sparc port is hopefully working (closes: Bug#35524)
+
+ -- Juan Cespedes <cespedes@debian.org> Wed, 07 Jul 2004 10:40:56 +0200
+
ltrace (0.3.33) unstable; urgency=low
* Fixed two bugs, thanks to Mauro Meneghin <G1ld0@lycos.it>:
diff --git a/debian/control b/debian/control
index 502e11f..d814620 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.5.6
Build-Depends: binutils-dev
Package: ltrace
-Architecture: i386 arm m68k s390 powerpc sparc alpha
+Architecture: i386 arm m68k s390 powerpc sparc alpha amd64
Depends: ${shlibs:Depends}
Description: Tracks runtime library calls in dynamically linked programs
ltrace is a debugging program which runs a specified command until it