aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@thehackers.org>2009-09-23 00:22:07 +0200
committerJuan Cespedes <cespedes@thehackers.org>2009-09-23 00:22:07 +0200
commit07fd38bd67b68d98018955dee586f3ed3387d199 (patch)
tree0f37860263aac810ebecbad3d15252c36bf3eca1 /debian
parenta7af00db2231e99a4506e4f5587f9dd00b9d1175 (diff)
downloadltrace-07fd38bd67b68d98018955dee586f3ed3387d199.tar.gz
sync with debian release 0.5.3-2
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f97cb8f..5cdc78b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ltrace (0.5.3-2) unstable; urgency=low
+
+ * Fixed compilation problems in armel, ia64 and powerpc (closes: Bug#538441)
+
+ -- Juan Cespedes <cespedes@debian.org> Sun, 26 Jul 2009 13:24:44 +0200
+
ltrace (0.5.3-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control.in b/debian/control.in
index aff5316..4a542e1 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ 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
+Architecture: i386 arm armeb armel s390 powerpc sparc alpha amd64 ia64 ppc64
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