From 308c1615dad0ad4a58fa67f585236c2c95856127 Mon Sep 17 00:00:00 2001 From: Jon Foster Date: Tue, 4 Aug 2020 17:02:11 -0700 Subject: [PATCH] Disable "doc" package in DPAK Apparently the source tar balls come with the HTML docs generated. I don't want to get sucked into that blackhole at the moment so I turned off the doc package. The old one still works just fine. ;-) --- cppcms.dpak | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/cppcms.dpak b/cppcms.dpak index 55786eb..fb0ac5b 100644 --- a/cppcms.dpak +++ b/cppcms.dpak @@ -48,7 +48,20 @@ Copyright: . - contrib/client_side/jsonrpc/json2.js - Public Domain Origin: JFP Packaged-For: JF Possibilities, Inc. +Major-Changes: + Trial patches to make embedded HTTP server work better: + . + 1. You can specify that apps are on "" (root). + 2. Static files can be served without taking over / + . + These changes are not approved by Artyom. changelog: + (1.2.1-2j+p1) unstable; urgency=low + . + * Repackaged with my first set of trial patches. + . + -- Jon Foster Wed, 15 Apr 2020 17:10:05 -0700 + . (1.2.1-2j) unstable; urgency=low . * Split dev files into their separate pack @@ -100,16 +113,17 @@ Install: sh ln -s libcppcms.so.1 "$DPAK_ROOT"/usr/lib/libcppcms.so ln -s libbooster.so.0 "$DPAK_ROOT"/usr/lib/libbooster.so -Package: cppcms-doc -Architecture: all -Description: . - This package contains the HTML documentation. -Install: sh - dpak install -doc doc/doxygen/html - dpak install -doc doc/architecture.txt - dpak install -doc examples -Finalize: sh - # I really need a switch somewhere to disable auto-gz - find "$DPAK_ROOT"/usr/share/doc/*/html -type f -name "*.gz" | while read s; do - gunzip "$s" - done +# TODO: what happened to docs? Not in GIT but in source tarball? +#Package: cppcms-doc +#Architecture: all +#Description: . +# This package contains the HTML documentation. +#Install: sh +# dpak install -doc doc/doxygen/html +# dpak install -doc doc/architecture.txt +# dpak install -doc examples +#Finalize: sh +# # I really need a switch somewhere to disable auto-gz +# find "$DPAK_ROOT"/usr/share/doc/*/html -type f -name "*.gz" | while read s; do +# gunzip "$s" +# done