summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2010-03-24 00:42:51 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2010-03-24 00:42:51 +0100
commit326fa1064aac5f51d975739f7546e9d26b13e3ac (patch)
tree2ae62343a252af95c80d82aaab2bbca0c4b3e77b /debian/control
parentf3d5022ee957d5747da012665b94d6771b881972 (diff)
downloadmupdf-326fa1064aac5f51d975739f7546e9d26b13e3ac.tar.xz
Created separate Debian mupdf-utils package for debugging tools.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 43bb3555..4dfee540 100644
--- a/debian/control
+++ b/debian/control
@@ -25,3 +25,13 @@ Description: MuPDF is a lightweight PDF viewer written in portable C.
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.
+
+Package: mupdf-utils
+Architecture: any
+Depends: ${shlibs:Depends}
+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
+ renderer. Included is pdfdraw that renders and outputs the result to a PNM
+ file and pdfshow that prints the contents of PDF objects.