[pkg-bacula-commits] [bacula-doc] 01/02: making the console HTML files works if the package is not built with --parallel

Carsten Leonhardt leo at moszumanska.debian.org
Wed Sep 14 11:44:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch master
in repository bacula-doc.

commit 1593e579a1f5a523fb1f5fb6a8796b4f83c8787f
Author: Carsten Leonhardt <leo at debian.org>
Date:   Wed Sep 14 12:51:44 2016 +0200

    making the console HTML files works if the package is not built with --parallel
    
    also updated TODO
---
 debian/TODO    | 2 ++
 debian/install | 2 +-
 debian/rules   | 8 +++++++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/TODO b/debian/TODO
index a306171..b62cb99 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -5,3 +5,5 @@
 
 * misc refers to python, but python isn't supported anymore?
 * s/pricipal/principal/ developers/Platform_Support.html
+* latex2html and the web-makefiles trip over removed perl's removal of
+  "." from INC
diff --git a/debian/install b/debian/install
index 3e1e034..6db3463 100644
--- a/debian/install
+++ b/debian/install
@@ -1,4 +1,4 @@
-#manuals/en/pdf-and-html/console/*.html		/usr/share/doc/bacula-doc/html/console
+manuals/en/pdf-and-html/console/*.html		/usr/share/doc/bacula-doc/html/console
 manuals/en/pdf-and-html/console/*.pdf		/usr/share/doc/bacula-doc/pdf
 manuals/en/pdf-and-html/css			/usr/share/doc/bacula-doc/html
 manuals/en/pdf-and-html/developers/*.html	/usr/share/doc/bacula-doc/html/developers
diff --git a/debian/rules b/debian/rules
index 566f4aa..99b8e2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,14 @@
 
 #export DH_VERBOSE=1
 
+# needed until latex2html and the web makefiles are fixed
+export PERL_USE_UNSAFE_INC=1
+
+# needed for latex2html
+export TEXINPUTS=`pwd`/latex
+
 %:
-	dh $@ --parallel
+	dh $@ --no-parallel
 
 override_dh_install:
 	# first remove empty images

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula-doc.git



More information about the pkg-bacula-commits mailing list