diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2010-03-24 01:19:58 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2010-03-24 01:19:58 +0100 |
commit | 6868dc4c0f80cd22de398bbd432d5f4680024b69 (patch) | |
tree | 5f70bb509d1e1b8bc52732c3fc7f3cae40f19fe9 /debian/control | |
parent | 80b5b160cdf447b11f02c555b7f823cce40aba4f (diff) | |
download | mupdf-6868dc4c0f80cd22de398bbd432d5f4680024b69.tar.xz |
Fix lintian warnings for Debian package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 4dfee540..790703ae 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: mupdf Architecture: any Depends: ${shlibs:Depends} -Description: MuPDF is a lightweight PDF viewer written in portable C. +Description: A lightweight PDF viewer written in portable C MuPDF is a lightweight PDF viewer and toolkit written in portable C. . The renderer in MuPDF is tailored for high quality anti-aliased graphics. @@ -29,9 +29,9 @@ Description: MuPDF is a lightweight PDF viewer written in portable C. Package: mupdf-utils Architecture: any Depends: ${shlibs:Depends} -Description: Debugging utils for MuPDF, a lightweight PDF renderer in C. +Description: Debugging utils for MuPDF, a lightweight PDF renderer in C MuPDF is a lightweight PDF viewer and toolkit written in portable C. . - These are the utilites used when developing and debugging the MuPDF + These are the utilities used when developing and debugging the MuPDF renderer. Included is pdfdraw that renders and outputs the result to a PNM file and pdfshow that prints the contents of PDF objects. |