Description: Prune binaries with unsafe tmpfile handling
 Some of the example binaries in leptonica-progs are using
 hardcoded predictable paths in /tmp. Remove them. Fortunately,
 the affected programs are relatively unimportant.
 .
 leptonlib (1.73-4) unstable; urgency=medium
 .
   * Remove unsafe programs from leptonica-progs (closes: #830660)
Author: Jeff Breidenbach <jab@debian.org>
Bug-Debian: http://bugs.debian.org/830660

---
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: Jeff Breidenbach <jab@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830660


--- leptonlib-1.73.orig/prog/Makefile.in
+++ leptonlib-1.73/prog/Makefile.in
@@ -1856,8 +1856,7 @@ INSTALL_PROGS = convertfilestopdf conver
 	convertformat \
 	convertsegfilestopdf convertsegfilestops \
 	converttopdf converttops fileinfo \
-	printimage printsplitimage printtiff \
-	splitimage2pdf xtractprotos
+	xtractprotos
 
 AUTO_REG_PROGS = alphaops_reg alphaxform_reg bilateral2_reg \
 	binarize_reg blackwhite_reg blend3_reg blend4_reg \
