summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-05-27 17:23:13 +0200
committerTor Andersson <tor@ghostscript.com>2010-05-27 17:23:13 +0200
commit16d1e5d8d9506c850db1637d152068a36984cc7f (patch)
tree700b773a48f06b0a7ed6f1a9b1ef7d0f11cf0304 /debian/control
parent11a208aa2e60954aef668c03d199808347d38c26 (diff)
downloadmupdf-16d1e5d8d9506c850db1637d152068a36984cc7f.tar.xz
Prepare debian files for release.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 19 insertions, 16 deletions
diff --git a/debian/control b/debian/control
index 1a02b910..1ca42156 100644
--- a/debian/control
+++ b/debian/control
@@ -8,31 +8,34 @@ Standards-Version: 3.7.2
Package: mupdf
Architecture: any
Depends: ${shlibs:Depends}
-Description: A lightweight PDF viewer written in portable C
+Description: A lightweight PDF viewer
MuPDF is a lightweight PDF viewer and toolkit written in portable C.
.
The renderer in MuPDF is tailored for high quality anti-aliased graphics.
It renders text with metrics and spacing accurate to within fractions of a
pixel for the highest fidelity in reproducing the look of a printed page
on screen.
+
+Package: mupdf-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Development files for the MuPDF viewer
+ MuPDF is a lightweight PDF viewer and toolkit written in portable C.
.
- MuPDF has a small footprint. A binary that includes the standard Roman
- fonts is only one megabyte. A build with full CJK support (including an
- Asian font) is approximately five megabytes.
- .
- MuPDF has support for all non-interactive PDF 1.7 features, and the
- toolkit provides a simple API for accessing the internal structures of the
- PDF document. Example code for navigating interactive links and bookmarks,
- encrypting PDF files, extracting fonts, images, and searchable text, and
- rendering pages to image files is provided.
+ This package contains the static library and headers.
-Package: mupdf-utils
+Package: mupdf-tools
Architecture: any
Depends: ${shlibs:Depends}
-Description: Debugging utils for MuPDF, a lightweight PDF renderer in C
+Description: Commmand line tools for the MuPDF viewer
MuPDF is a lightweight PDF viewer and toolkit written in portable C.
.
- 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, pdfshow that prints the contents of PDF objects and pdfclean that
- garbage collects, decompresses and pretty prints complete PDF files.
+ This package contains command line utilities using the MuPDF library:
+ .
+ pdfdraw to render pages to a PNM image files.
+ .
+ pdfshow to print and examine the objects in a PDF file.
+ .
+ pdfclean to decompress and pretty print the streams and objects
+ in PDF files and also to extract individual pages.
+