From bc7bfb103acda936bd145f2d90e292a5fe0460d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 13 Oct 2015 07:21:57 +0200 Subject: Rename & reorder patches --- debian/patches/0010-unneeded_doc.patch | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 debian/patches/0010-unneeded_doc.patch (limited to 'debian/patches/0010-unneeded_doc.patch') diff --git a/debian/patches/0010-unneeded_doc.patch b/debian/patches/0010-unneeded_doc.patch new file mode 100644 index 0000000..e3c346a --- /dev/null +++ b/debian/patches/0010-unneeded_doc.patch @@ -0,0 +1,45 @@ +From: Markus Koschany +Date: Sun, 30 Jun 2013 19:29:40 +0200 +Subject: unneeded_doc + +Avoid generating some docs we don't want. +Do not generate some documentation we do not want; do not include +sane.png in the html documentation, as it is not distributed in the +source tarball. + +Original Author: Julien BLACHE +--- + Makefile.in | 6 +----- + doc/Makefile.in | 2 +- + 2 files changed, 2 insertions(+), 6 deletions(-) + +Index: trunk/Makefile.in +=================================================================== +--- trunk.orig/Makefile.in ++++ trunk/Makefile.in +@@ -402,11 +402,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + SUBDIRS = include lib sanei backend frontend tools doc po testsuite + DIST_SUBDIRS = include lib sanei backend frontend tools doc po japi testsuite +-dist_doc_DATA = AUTHORS ChangeLog COPYING LICENSE NEWS PROBLEMS PROJECTS \ +- README README.aix README.beos README.darwin README.djpeg README.freebsd \ +- README.hp-ux README.linux README.netbsd README.openbsd README.os2 \ +- README.solaris README.unixware2 README.unixware7 README.windows \ +- README.zeta ++dist_doc_DATA = README AUTHORS NEWS PROBLEMS PROJECTS + + EXTRA_DIST = ChangeLog-1.0.0 ChangeLog-1.0.1 ChangeLog-1.0.2 \ + ChangeLog-1.0.3 ChangeLog-1.0.4 ChangeLog-1.0.5 ChangeLog-1.0.6 \ +Index: trunk/doc/Makefile.in +=================================================================== +--- trunk.orig/doc/Makefile.in ++++ trunk/doc/Makefile.in +@@ -414,7 +414,7 @@ DLH = TEXINPUTS="$(srcdir):$$TEXINPUTS" + MAN2HTML = nroff -c -man |\ + man2html -compress -topm 6 -botm 6 -nodepage -title $${page} \ + -cgiurl '$$title.$$section.html'|\ +- sed 's,,

,' ++ sed 's,,,' + + beman5dir = $(mandir)/man5 + BEDOCS = canon/canon.changes canon/canon.install2700F.txt \ -- cgit v1.2.3