summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2009-09-14 17:03:20 +0000
committerDmitry V. Levin <ldv@altlinux.org>2009-09-19 00:52:14 +0000
commit22a97807b0e82e514c05231b99c09b7ef0d2190e (patch)
treea91db7dbedb61ae282bcf4eee70aac3d7ae1bc9f
parent896db21e6d20e13f5b125364e3dffdf27608d7f5 (diff)
downloadstrace-22a97807b0e82e514c05231b99c09b7ef0d2190e.tar.gz
strace-22a97807b0e82e514c05231b99c09b7ef0d2190e.tar.bz2
strace-22a97807b0e82e514c05231b99c09b7ef0d2190e.tar.xz
Update debian/* to 4.5.18-1
* debian/changelog: Update to 4.5.18-1. * debian/compat: Set compatibility level to 7. * debian/control (Build-Depends): Update debhelper requirement. (strace, strace64): Add Section and Priority tags.
-rw-r--r--debian/changelog24
-rw-r--r--debian/compat2
-rw-r--r--debian/control10
3 files changed, 32 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f1dbf4..878342c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+strace (4.5.18-1) unstable; urgency=low
+
+ * New upstream release, closes: #515655
+ + Fix FTBFS, closes: #518852
+ * Backported patch from CVS: Fix support for NUL-terminated
+ string, closes: #508484
+ * Build-depend on debhelper (>= 7.0.0).
+
+ -- Frederik Schüler <fs@debian.org> Mon, 09 Mar 2009 14:39:42 +0100
+
+strace (4.5.17+cvs080723-2) unstable; urgency=low
+
+ * Pull Fix for sparc FTBFS from CVS, closes: #492774
+ * Make strace64 priority extra.
+
+ -- Frederik Schüler <fs@debian.org> Sat, 02 Aug 2008 10:36:59 +0200
+
+strace (4.5.17+cvs080723-1) unstable; urgency=low
+
+ * New upstream cvs snapshot.
+ - fixes arm and armel FTBFS.
+
+ -- Frederik Schüler <fs@debian.org> Wed, 23 Jul 2008 15:23:22 +0200
+
strace (4.5.17-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 044f618..6ad7cb9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,16 @@
Source: strace
-Section: utils
-Priority: standard
Maintainer: Roland McGrath <frob@debian.org>
Uploaders: Frederik Schüler <fs@debian.org>
-Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 5.0.0)
+Section: utils
+Priority: standard
+Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0)
Standards-Version: 3.8.0
Homepage: http://sourceforge.net/projects/strace/
Package: strace
Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc
+Section: utils
+Priority: standard
Depends: ${shlibs:Depends}
Description: A system call tracer
strace is a system call tracer, i.e. a debugging tool which prints out
@@ -22,6 +24,8 @@ Description: A system call tracer
Package: strace64
Architecture: i386 powerpc s390 sparc
+Section: utils
+Priority: extra
Depends: ${shlibs:Depends}
Description: A system call tracer for 64bit binaries
strace is a system call tracer, i.e. a debugging tool which prints out