From a414d8e46960130a36b0bde5de3bef8cbd769e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 29 Sep 2014 22:08:23 +0200 Subject: UNRELEASED 2.3.3-1 --- debian/patches/series | 2 +- debian/patches/user_guide.patch | 38 ++++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 19 deletions(-) (limited to 'debian/patches') diff --git a/debian/patches/series b/debian/patches/series index 046129f..8914f1d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -#user_guide.patch +user_guide.patch diff --git a/debian/patches/user_guide.patch b/debian/patches/user_guide.patch index f2e143f..b6adcdd 100644 --- a/debian/patches/user_guide.patch +++ b/debian/patches/user_guide.patch @@ -1,24 +1,26 @@ Description: Build User Guide only Author: Luca Falavigna Forwarded: not-needed - -Index: scons-doc/doc/SConscript +Last-Update: 2014-07-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/doc/SConscript =================================================================== ---- scons-doc.orig/doc/SConscript 2014-04-27 11:39:43.567063643 +0200 -+++ scons-doc/doc/SConscript 2014-04-27 11:39:59.097875647 +0200 -@@ -195,12 +195,12 @@ - # of the outputs get installed to the build folder and added to - # the different source and binary packages in the end. - # -- docs = {'design' : ['chtml','pdf'], -+ docs = {#'design' : ['chtml','pdf'], - #'python10' : ['chtml','html','pdf'], -- 'reference' : ['chtml','html','pdf'], -+ #'reference' : ['chtml','html','pdf'], - #'developer' : ['chtml','html','pdf'], - 'user' : ['chtml','html','pdf','epub'], -- 'man' : ['man','epub'] -+ #'man' : ['man','epub'] +--- trunk.orig/doc/SConscript 2014-07-05 15:44:22.000000000 +0200 ++++ trunk/doc/SConscript 2014-07-26 14:00:34.514151395 +0200 +@@ -266,12 +266,12 @@ + 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 - man_page_list = ['scons.1','scons-time.1','sconsign.1'] -- cgit v1.2.3