summaryrefslogtreecommitdiff
path: root/debian/patches/0500-user_guide.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-16 07:09:25 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-16 07:09:25 +0100
commit957f2c55744c1b473180f03838c26de7e68df89b (patch)
tree2a8e44a4f2cc2181ad239109bd8cba68cacc0f21 /debian/patches/0500-user_guide.patch
parentdcffe49265eb5d1255b96fcbdba58a50db879fee (diff)
Remove upstream applied patch
Diffstat (limited to 'debian/patches/0500-user_guide.patch')
-rw-r--r--debian/patches/0500-user_guide.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/0500-user_guide.patch b/debian/patches/0500-user_guide.patch
deleted file mode 100644
index 4d608d1..0000000
--- a/debian/patches/0500-user_guide.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Build User Guide only
-Author: Luca Falavigna <dktrkranz@debian.org>
-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'], [], [])
- }
-
- #