From: Wichert Akkerman Date: Wed, 8 Jan 2003 23:46:03 +0000 (+0000) Subject: Do not end summary with full stop X-Git-Tag: v4.5.18~902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=136bbb1aeeba4bbbe954329920447b2b1de11f25;p=strace Do not end summary with full stop --- diff --git a/ChangeLog b/ChangeLog index c073a509..481f44af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * debian/postinst, debian/prerm: removed, /usr/doc symlink is no longer used * debian/rules: no longer install postinst and prerm + * debian/control: do not end summary with full stop (lintian) 2002-12-30 Roland McGrath diff --git a/debian/control b/debian/control index 49b4fbc2..d9e69e52 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.5.2 Package: strace Architecture: alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sh sparc Depends: ${shlibs:Depends} -Description: A system call tracer. +Description: A system call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. The program to be traced need not be recompiled for this, so you can