From 957f2c55744c1b473180f03838c26de7e68df89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 16 Nov 2015 07:09:25 +0100 Subject: Remove upstream applied patch --- debian/patches/0001-user_guide.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 debian/patches/0001-user_guide.patch (limited to 'debian/patches/0001-user_guide.patch') diff --git a/debian/patches/0001-user_guide.patch b/debian/patches/0001-user_guide.patch new file mode 100644 index 0000000..4d608d1 --- /dev/null +++ b/debian/patches/0001-user_guide.patch @@ -0,0 +1,26 @@ +Description: Build User Guide only +Author: Luca Falavigna +Forwarded: not-needed +Last-Update: 2014-07-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/doc/SConscript +=================================================================== +--- trunk.orig/doc/SConscript ++++ trunk/doc/SConscript +@@ -308,12 +308,12 @@ else: + DOCTARGETS = 0 + DOCDEPENDS = 1 + DOCNODES = 2 +- docs = {'design' : (['chunked','pdf'], [], []), ++ docs = {#'design' : (['chunked','pdf'], [], []), + #'python10' : (['chunked','html','pdf'], [], []), +- 'reference' : (['chunked','html','pdf'], [], []), ++ #'reference' : (['chunked','html','pdf'], [], []), + #'developer' : (['chunked','html','pdf'], [], []), + 'user' : (['chunked','html','pdf','epub','text'], [], []), +- 'man' : (['man','epub','text'], [], []) ++ #'man' : (['man','epub','text'], [], []) + } + + # -- cgit v1.2.3