Hello,

The patch in #788246 misses an 'U' character in the value for the "today"
parameter in SPHINXOPTS.

The package is however considered reproducible.  Maybe the "today" parameter is
unneeded?

On IRC, deki (Reiner Herrmann) suggested:
    < deki> so, it probably removed timestamps instead of setting it to a 
deterministic value

Regards,
Sylvain "ythier" HITIER

-- 
Business is about being busy, not being rich...
Lived 777 days in a Debian package => http://en.wikipedia.org/wiki/Apt,_Vaucluse
There's THE room for ideals in this mechanical place!
diff --git a/debian/rules b/debian/rules
index c8a3400..c4f6089 100644
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 
 LAST_CHANGE=$(shell dpkg-parsechangelog -S Date)
 BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
-SPHINXOPTS := -D today=\"$(BILD_DATE)\"
+SPHINXOPTS := -D today=\"$(BUILD_DATE)\"
 SPHINXOPTS += -D html_last_updated_fmt=\"$(BUILD_DATE)\"
 
 # Get the supported Python versions
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to