diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2009-09-14 17:03:20 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2009-09-19 00:52:14 +0000 |
commit | 22a97807b0e82e514c05231b99c09b7ef0d2190e (patch) | |
tree | a91db7dbedb61ae282bcf4eee70aac3d7ae1bc9f /debian | |
parent | 896db21e6d20e13f5b125364e3dffdf27608d7f5 (diff) | |
download | strace-22a97807b0e82e514c05231b99c09b7ef0d2190e.tar.gz |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 24 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 10 |
3 files changed, 32 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 7f1dbf4a1..878342c5c 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 7ed6ff82d..7f8f011eb 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 044f61830..6ad7cb960 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 |