Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 djvulibre (3.5.25-1) unstable; urgency=low
 .
   [ Leon Bottou ]
   * new upstream version
 .
   [ Barak A. Pearlmutter ]
   * bump debian standards version
   * bump to dh 9
   * add Leon Bottou as co-maintainer
   * updates for multiarch
     - update debian/*.install for multiarch: /usr/lib/ to /usr/lib/ARCH/
     - ibid for pkgconfig
     - debian/control shared library Pre-Depends: multiarch-support
   * use NEWS file as upstream changelog
   * minor lintian-suggested tweaks to debian/control
   * merge minor upstream changes
Author: Barak A. Pearlmutter <bap@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- djvulibre-3.5.25.orig/win32/djvulibre/djvulibre.nsi
+++ djvulibre-3.5.25/win32/djvulibre/djvulibre.nsi
@@ -2,7 +2,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "DjVuLibre+DjView"
-!define PRODUCT_VERSION "3.5.24+4.8"
+!define PRODUCT_VERSION "3.5.25+4.9"
 !define PRODUCT_PUBLISHER "DjVuZone"
 !define PRODUCT_WEB_SITE "http://djvu.sourceforge.net"
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\djview.exe"
--- djvulibre-3.5.25.orig/tools/any2djvu.1
+++ djvulibre-3.5.25/tools/any2djvu.1
@@ -9,7 +9,7 @@ any2djvu \- Convert .ps/.ps.gz/.pdf to .
 Converts files from .ps/.ps.gz/.pdf to .djvu by running them through
 a web server willing to perform this task.
 .PP
-Invoke with -h switch for usage information.
+Invoke with \-h switch for usage information.
 .SH ENVIRONMENT
 Non-empty value of DJVU_ONLINE_ACK acknowledges transmission of the
 documents to the server (so that no warning dialog is displayed).
--- djvulibre-3.5.25.orig/tools/bzz.1
+++ djvulibre-3.5.25/tools/bzz.1
@@ -28,31 +28,31 @@ bzz \- DjVu general purpose compression
 
 .SH SYNOPSIS
 .SS Encoding:
-.BI "bzz -e" "[blocksize]" " " "inputfile" " " "outputfile"
+.BI "bzz \-e" "[blocksize]" " " "inputfile" " " "outputfile"
 .SS Decoding:
-.BI "bzz -d " "inputfile" " " "outputfile"
+.BI "bzz \-d " "inputfile" " " "outputfile"
 .PP
 
 .SH DESCRIPTION
 The first form of the command line (option 
-.B -e
-) compresses the data from file
+.BR \-e )
+compresses the data from file
 .I inputfile 
 and writes the compressed data into 
 .IR outputfile .
 The second form of the command line (option
-.B -d
-) decompressed file
+.BR \-d )
+decompressed file
 .I inputfile
 and writes the output to
 .IR outputfile .
 
 .SH OPTIONS
 .TP
-.B "-d"
+.B "\-d"
 Decoding mode.
 .TP
-.BI "-e" "[blocksize]"
+.BI "\-e" "[blocksize]"
 Encoding mode.
 The optional argument 
 .I blocksize
@@ -112,8 +112,8 @@ Compression performance
 	html	lisp	man	play	Weighted	Average
 =
 \0compress\0	3.27	0.97	3.56	2.41	4.21	3.06	3.38	3.68	3.90	4.43	3.51	2.55	3.31
-\0gzip -9\0	2.85	0.82	2.24	1.63	2.67	2.71	3.23	2.59	2.65	3.31	3.12	2.08	2.53
-\0bzip2 -9\0	2.27	0.78	2.18	1.01	2.70	2.02	2.42	2.48	2.79	3.33	2.53	1.54	2.23
+\0gzip \-9\0	2.85	0.82	2.24	1.63	2.67	2.71	3.23	2.59	2.65	3.31	3.12	2.08	2.53
+\0bzip2 \-9\0	2.27	0.78	2.18	1.01	2.70	2.02	2.42	2.48	2.79	3.33	2.53	1.54	2.23
 \0ppmd\0	2.31	0.99	2.11	1.08	2.68	2.19	2.48	2.38	2.43	3.00	2.53	1.65	2.20
 \0fsmx\0	2.10	0.79	1.89	1.48	2.52	1.84	2.21	2.24	2.29	2.91	2.35	1.63	2.06
 \0bzz\0	2.25	0.76	2.13	0.78	2.67	2.00	2.40	2.52	2.60	3.19	2.52	1.44	2.16
