aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2004-06-14 18:08:37 +0200
committerJuan Cespedes <cespedes@debian.org>2004-06-14 18:08:37 +0200
commit5c3fe0697b202cc7d95e90459de0fb312b297b27 (patch)
tree3b4fbff0a29e7e2c9c74bb2a0fd8bf97a9b2ddcc /debian
parentefe85f0668a077b1e851df4b3f87a380cf2269fd (diff)
downloadltrace-5c3fe0697b202cc7d95e90459de0fb312b297b27.tar.gz
Version 0.3.33
* Fixed two bugs, thanks to Mauro Meneghin <G1ld0@lycos.it>: + Cope correctly with breakpoint values greater than sizeof(long) bytes + Fixed small bug in option -r (closes: Bug#212792) * Show help if no (or few) arguments are given, just like strace and fenris (thanks, Tomasz Wegrzanowski <taw@users.sf.net>) * Some fixes from Jakub Bogusz <qboosh@pld-linux.org>: + Small 64-bit cleanup of code + support for more than 6 function arguments on amd64 + Adapted SPARC port from Jakub Jelinek <jakub@redhat.com> + Added alpha support
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
-rw-r--r--debian/control2
-rw-r--r--debian/copyright1
-rw-r--r--debian/postinst7
-rw-r--r--debian/prerm6
-rwxr-xr-xdebian/rules2
6 files changed, 18 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 903159d..93b9f60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+ltrace (0.3.33) unstable; urgency=low
+
+ * Fixed two bugs, thanks to Mauro Meneghin <G1ld0@lycos.it>:
+ + Cope correctly with breakpoint values greater than
+ sizeof(long) bytes
+ + Fixed small bug in option -r (closes: Bug#212792)
+ * Show help if no (or few) arguments are given, just like
+ strace and fenris (thanks, Tomasz Wegrzanowski <taw@users.sf.net>)
+ * Some fixes from Jakub Bogusz <qboosh@pld-linux.org>:
+ + Small 64-bit cleanup of code
+ + support for more than 6 function arguments on amd64
+ + Adapted SPARC port from Jakub Jelinek <jakub@redhat.com>
+ + Added alpha support
+
+ -- Juan Cespedes <cespedes@debian.org> Mon, 14 Jun 2004 18:01:12 +0200
+
ltrace (0.3.32) unstable; urgency=low
* Fixed wrong version number
diff --git a/debian/control b/debian/control
index 3e546bb..502e11f 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
+Architecture: i386 arm m68k s390 powerpc sparc alpha
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 813d634..ae2b820 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,6 +12,7 @@ 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-2002 Anton Blanchard <anton@samba.org>
+SPARC port: Copyright (C) 1999 Jakub Jelinek <jakub@redhat.com>
Autoconf stuff: Copyright 1992-1996 Free Software Foundation, Inc.
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 316ce42..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-# FHS:
-if [ "$1" = "configure" -a -d /usr/doc -a ! -e /usr/doc/ltrace ]; then
- ln -sf ../share/doc/ltrace /usr/doc/ltrace
-fi
-
diff --git a/debian/prerm b/debian/prerm
deleted file mode 100644
index 7a2deab..0000000
--- a/debian/prerm
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-# FHS:
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/ltrace ]; then
- rm -f /usr/doc/ltrace
-fi
diff --git a/debian/rules b/debian/rules
index 5f7eb45..1716c43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,8 +39,6 @@ binary-arch: build
gzip -9f debian/tmp/usr/share/doc/ltrace/README debian/tmp/usr/share/doc/ltrace/changelog
cp -p debian/copyright debian/tmp/usr/share/doc/ltrace
gzip -9f debian/tmp/usr/share/man/man1/*
- install -m 755 debian/postinst debian/tmp/DEBIAN/postinst
- install -m 755 debian/prerm debian/tmp/DEBIAN/prerm
dpkg-shlibdeps debian/tmp/usr/bin/ltrace
dpkg-gencontrol -isp
chown -R root.root debian/tmp