aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@coco.thehackers.org>2009-07-25 17:11:38 +0200
committerJuan Cespedes <cespedes@coco.thehackers.org>2009-07-25 17:11:38 +0200
commit163765561621a9127cee3243dd94011e70a2c580 (patch)
tree9b0935c93a3b028fd1dd35a2c632510743e7826f /debian
parent3458456ffbf0b6d85e1818dea7cbeacc8b1d2298 (diff)
downloadltrace-163765561621a9127cee3243dd94011e70a2c580.tar.gz
New version (0.5.3)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control.in4
2 files changed, 16 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6d3ef45..f97cb8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ltrace (0.5.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Make it work again in sparc with new kernel headers (closes: Bug#532195)
+
+ -- Juan Cespedes <cespedes@debian.org> Sat, 25 Jul 2009 16:24:38 +0200
+
+ltrace (0.5.2-2) unstable; urgency=low
+
+ * Make clone() work when child starts after parent finishes
+ * See syscalls as syscalls and not sysrets when we are a clone
+
+ -- Juan Cespedes <cespedes@debian.org> Thu, 28 May 2009 16:30:08 +0200
+
ltrace (0.5.2-1) unstable; urgency=low
* New upstream release (closes: Bug#463023)
diff --git a/debian/control.in b/debian/control.in
index a74aad2..aff5316 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,12 +2,12 @@ Source: ltrace
Section: utils
Priority: optional
Maintainer: Juan Cespedes <cespedes@debian.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
Build-Depends: @cdbs@, binutils-dev, libelfg0-dev
Package: ltrace
Architecture: i386 arm armeb armel m68k s390 powerpc sparc alpha amd64 ia64 ppc64
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tracks runtime library calls in dynamically linked programs
ltrace is a debugging program which runs a specified command until it
exits. While the command is executing, ltrace intercepts and records