aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2007-08-31 18:49:48 +0200
committerJuan Cespedes <cespedes@debian.org>2007-08-31 18:49:48 +0200
commitaee093126654f722523b47848a0c5449e39cf4bb (patch)
tree30c8c62185406f4aab5c907f947e0a8d5af90055 /debian
parent55ed83b24df9c6d671091a8c75caab33ffecd40e (diff)
downloadltrace-aee093126654f722523b47848a0c5449e39cf4bb.tar.gz
Some random fixes
* General: Small fixes (indentation, typos, clean-up of code) * ltrace.c: Close output file on exit * ltrace.c: use getenf("HOME") instead of getpwuid(geteuid())->pw_dir * read_config_file.c, display_args.c: remove "ignore" argtype; that's what "void" is for * packaging/debian/: misc fixes, sync with version 0.5-1 * etc/ltrace.conf: added more system calls * testsuite/ltrace.minor/trace-clone.c: sleep(1) to avoid earlier termination of process * sysdeps/linux-gnu/trace.c: trace_pid(): reverted Petr's patch to wait for child to stop, as it stopped following clone() * process_event.c: Disable breakpoints before doing fork() (again!), to make children work as expected
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog24
-rw-r--r--debian/control.in8
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules5
4 files changed, 27 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index e0f7ef4..18a6b63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,24 @@
+ltrace (0.5-2) unstable; urgency=low
+
+ * Fixed compilation issue in ppc
+
+ -- Juan Cespedes <cespedes@debian.org> Fri, 31 Aug 2007 13:53:27 +0200
+
ltrace (0.5-1) unstable; urgency=low
- * New upstream
- * Closes: #372928, #372928: spelling fixes
- * Change maintainer to ianw@debian.org, so I get bug reports
- * Change Juan to an uploader
- * Acknowledge 0.3.35.1 NMU, thanks Andrew Pollock
+ * New upstream version
+ * Remove some unneeded files in /usr/share/doc (ChangeLog, COPYING...)
+ * Fix several typos (closes: Bug#372928)
+ * Added more system calls to ltrace.conf
+
+ -- Juan Cespedes <cespedes@debian.org> Thu, 30 Aug 2007 14:54:44 +0200
+
+ltrace (0.4-2) unstable; urgency=low
+
+ * Use fclose() to close the output file when using option '-o'
+ (thanks to GuiJianfeng <jianfenggui@gmail.com>)
- -- Ian Wienand <ianw@debian.org> Fri, 16 Jun 2006 11:15:45 +1000
+ -- Juan Cespedes <cespedes@debian.org> Tue, 07 Aug 2007 11:49:27 +0200
ltrace (0.4-1) unstable; urgency=low
diff --git a/debian/control.in b/debian/control.in
index 9aebda7..f23fb59 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,10 +1,10 @@
Source: ltrace
Section: utils
Priority: optional
-Maintainer: Ian Wienand <ianw@debian.org>
-Uploaders: Juan Cespedes <cespedes@debian.org>
-Standards-Version: 3.6.2.2
-Build-Depends: @cdbs@, binutils-dev, dpatch, libelfg0-dev
+Maintainer: Juan Cespedes <cespedes@debian.org>
+Uploaders: Ian Wienand <ianw@debian.org>
+Standards-Version: 3.7.2
+Build-Depends: @cdbs@, binutils-dev, libelfg0-dev
Package: ltrace
Architecture: i386 arm m68k s390 powerpc sparc alpha amd64 ia64 ppc64
diff --git a/debian/copyright b/debian/copyright
index 2a83405..d79231d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Dynamic Library Tracer ``ltrace''.
Copyrights
----------
-Copyright (C) 1997-2006 Juan Cespedes <cespedes@debian.org>
+Copyright (C) 1997-2007 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>
diff --git a/debian/rules b/debian/rules
index 7d69bc4..4105eb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+install/ltrace::
+ rm -f debian/ltrace/usr/share/doc/ltrace/*