Control: tags -1 patch

attached
diff -Nru mupdf-1.6/debian/changelog mupdf-1.6/debian/changelog
--- mupdf-1.6/debian/changelog	2014-11-01 14:15:16.000000000 +0100
+++ mupdf-1.6/debian/changelog	2015-01-15 16:32:11.000000000 +0100
@@ -1,3 +1,10 @@
+mupdf (1.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * move mupdf-x11 outside /usr/bin. Closes: #752207
+
+ -- Mathieu Malaterre <ma...@debian.org>  Thu, 15 Jan 2015 16:32:07 +0100
+
 mupdf (1.6-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #767391)
diff -Nru mupdf-1.6/debian/mupdf.install mupdf-1.6/debian/mupdf.install
--- mupdf-1.6/debian/mupdf.install	2014-09-20 13:15:59.000000000 +0200
+++ mupdf-1.6/debian/mupdf.install	2015-01-15 16:29:47.000000000 +0100
@@ -2,5 +2,5 @@
 debian/mupdf.png usr/share/pixmaps
 debian/mupdf.desktop usr/share/applications
 debian/mupdf.applications usr/share/application-registry
-debian/tmp/usr/bin/mupdf-x11
+debian/tmp/usr/bin/mupdf-x11 usr/lib/mupdf/
 debian/tmp/usr/bin/mupdf
diff -Nru mupdf-1.6/debian/mupdf.sh mupdf-1.6/debian/mupdf.sh
--- mupdf-1.6/debian/mupdf.sh	2014-09-20 13:15:59.000000000 +0200
+++ mupdf-1.6/debian/mupdf.sh	2015-01-15 16:31:31.000000000 +0100
@@ -20,7 +20,7 @@
 set -e
 
 file=""
-cmd="mupdf-x11"
+cmd="/usr/lib/mupdf/mupdf-x11"
 while [ "$#" -gt "0" ]; do
     case "$1" in
     -p|-r|-b)

Reply via email to