summaryrefslogtreecommitdiff
path: root/debian/control
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 /debian/control
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.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 7 insertions, 3 deletions
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