[Debian-astro-commits] [starlink-pal] 01/01: Remove timestamp from html doc. Closes: #803908

Ole Streicher olebole at moszumanska.debian.org
Tue Nov 3 11:46:34 UTC 2015


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

olebole pushed a commit to branch debian
in repository starlink-pal.

commit 84827d8edf69c06cc8d759a5ca29bd46739802e8
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Nov 3 12:18:32 2015 +0100

    Remove timestamp from html doc. Closes: #803908
---
 debian/changelog                        |  6 ++++++
 debian/libstarlink-pal-doc.docs         |  4 +++-
 debian/patches/reproducible_build.patch | 14 ++++++++++++++
 debian/patches/series                   |  1 +
 4 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 14bd0c9..50f9520 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+starlink-pal (0.5.0-4) UNRELEASED; urgency=low
+
+  * Remove timestamp from html doc. Closes: #803908
+
+ -- Ole Streicher <olebole at debian.org>  Tue, 03 Nov 2015 11:48:13 +0100
+
 starlink-pal (0.5.0-3) unstable; urgency=low
 
   * Fix CI test dependencies
diff --git a/debian/libstarlink-pal-doc.docs b/debian/libstarlink-pal-doc.docs
index b433818..2952fd3 100644
--- a/debian/libstarlink-pal-doc.docs
+++ b/debian/libstarlink-pal-doc.docs
@@ -1,2 +1,4 @@
 sun???.pdf
-sun???/*
+sun???/*.css
+sun???/*.png
+sun???/*.html
diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
new file mode 100644
index 0000000..458378c
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,14 @@
+Author: Chris Lamb <lamby at debian.org>
+Description: Remove timestamp from latex2html
+Bug: https://bugs.debian.org/803908
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -120,7 +120,7 @@
+ 	pdflatex $^ && pdflatex $^
+ 
+ @STARDOCS@/index.html: @STARDOCS at .tex
+-	latex2html -noaddress $^
++	latex2html -noaddress -info 0 $^
+ 	rm -f @STARDOCS@/@STARDOCS at .html @STARDOCS@/WARNINGS
+ 
+ TESTS = palTest
diff --git a/debian/patches/series b/debian/patches/series
index da737ee..5fd2d0e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 rename_library
 use_std_automake.patch
+reproducible_build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/starlink-pal.git



More information about the Debian-astro-commits mailing list