aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>1998-09-24 13:49:55 +0200
committerJuan Cespedes <cespedes@debian.org>1998-09-24 13:49:55 +0200
commit8e3e082c27716245619721207cd5067d8c6271f9 (patch)
treecacb2699a2558356ada79b9953fca7fed50ab4b3 /debian
parentf666d191986d3b342cfa8b2e96ed90a49edf4303 (diff)
downloadltrace-8e3e082c27716245619721207cd5067d8c6271f9.tar.gz
Version: 0.3.5
* Added ARMLinux port (Pat Beirne <pbeirne@home.com>) (Bug#27040) * Fixed minor things in options.c
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rw-r--r--debian/copyright3
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e6fceac..882d3db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ltrace (0.3.5) unstable; urgency=low
+
+ * Added ARMLinux port (Pat Beirne <pbeirne@home.com>) (Bug#27040)
+ * Fixed minor things in options.c
+
+ -- Juan Cespedes <cespedes@debian.org> Thu, 24 Sep 1998 13:18:01 +0200
+
ltrace (0.3.4) unstable; urgency=low
* Added "ltrace.spec" to build a .rpm binary file.
diff --git a/debian/control b/debian/control
index 8769897..7421947 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Juan Cespedes <cespedes@debian.org>
Standards-Version: 2.4.1
Package: ltrace
-Architecture: i386
+Architecture: i386 arm
Depends: ${shlibs:Depends}
Description: A library call tracer
ltrace is a library call tracer, i.e. a debugging tool which prints out
diff --git a/debian/copyright b/debian/copyright
index dc71675..3cf4b0a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,6 +5,9 @@ Dynamic Library Tracer ``ltrace''.
Copyrights
----------
Copyright (C) 1997,1998 Juan Cespedes <cespedes@debian.org>
+
+ARMLinux port: Copyright (C) 1998 Pat Beirne <pbeirne@home.com>
+
Autoconf stuff: Copyright 1992-1996 Free Software Foundation, Inc.
install-sh: Copyright 1991 by the Massachusetts Institute of Technology
C++ demangle: Copyright 1989-1997 Free Software Foundation, Inc.