From 7aa933538425efb752e76b65343917f059ab8c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 5 Jun 2015 09:45:32 +0200 Subject: make dfsg ready --- debian/patches/0500-user_guide.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 debian/patches/0500-user_guide.patch (limited to 'debian/patches/0500-user_guide.patch') diff --git a/debian/patches/0500-user_guide.patch b/debian/patches/0500-user_guide.patch new file mode 100644 index 0000000..deae5bf --- /dev/null +++ b/debian/patches/0500-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 +@@ -267,12 +267,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'], [], []) + } + + # The names of the target files for the MAN pages -- cgit v1.2.3