]> granicus.if.org Git - strace/commitdiff
Do not end summary with full stop
authorWichert Akkerman <wichert@deephackmode.org>
Wed, 8 Jan 2003 23:46:03 +0000 (23:46 +0000)
committerWichert Akkerman <wichert@deephackmode.org>
Wed, 8 Jan 2003 23:46:03 +0000 (23:46 +0000)
ChangeLog
debian/control

index c073a509c50425956549eb718903137df5704d53..481f44af6bbed43c12923ce1920f7f9abe890524 100644 (file)
--- 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  <roland@redhat.com>
 
index 49b4fbc2a739b183c8ce3ad199641d670b83509f..d9e69e52431687d3377fbc8c82197747969b7b7a 100644 (file)
@@ -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