[Pkg-javascript-commits] [mathjax-docs] 01/01: Revert "Make the build reproducible."

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Aug 15 20:41:46 UTC 2015


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

mitya57 pushed a commit to branch master
in repository mathjax-docs.

commit 04429f420e53adb6e6814b31aef20a659e25aa34
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 15 23:41:18 2015 +0300

    Revert "Make the build reproducible."
    
    No hacks needed with the latest Sphinx.
    
    This reverts commit b8bad2c6b8da98e093e21e6c15a12dc117085ff9.
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 debian/rules     | 5 +----
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8508aa4..fdbfe60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mathjax-docs (2.5+20150518-2) UNRELEASED; urgency=medium
+
+  * Revert the last change. No hacks needed to achieve reproducibility
+    with the latest Sphinx.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 15 Aug 2015 23:40:45 +0300
+
 mathjax-docs (2.5+20150518-1) unstable; urgency=medium
 
   * New upstream snapshot.
diff --git a/debian/control b/debian/control
index d4d19c0..cc1c3ab 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: doc
 Priority: optional
 Maintainer: Dmitry Shachnev <mitya57 at debian.org>
 Uploaders: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.17.0), python3-sphinx
+Build-Depends: debhelper (>= 9), python3-sphinx
 Standards-Version: 3.9.6
 Homepage: https://github.com/mathjax/mathjax-docs
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/mathjax-docs.git
diff --git a/debian/rules b/debian/rules
index f497b4b..b11dc08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
-BUILD_DATE  = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
-
 %:
 	dh $@ --with sphinxdoc
 
 override_dh_auto_build:
-	sphinx-build -D today="$(BUILD_DATE)" . html
+	sphinx-build . html
 
 override_dh_auto_clean:
 	rm -rf html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mathjax-docs.git



More information about the Pkg-javascript-commits mailing list