[scoop] 03/04: added no-updated-timestamp-in-docs.patch
Daniel Stender
danstender-guest at moszumanska.debian.org
Sun Apr 12 19:54:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository scoop.
commit 545b092ca0586ebbd64b823c0d0006a122d20e4e
Author: Daniel Stender <debian at danielstender.com>
Date: Sun Apr 12 20:48:26 2015 +0200
added no-updated-timestamp-in-docs.patch
---
debian/changelog | 4 ++--
debian/patches/no-updated-timestamp-in-docs.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0aacbed..fe22fb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,9 @@ scoop (0.7.1-3) UNRELEASED; urgency=medium
* deb/changelog: corrected mistake.
* deb/control: updated Homepage.
* deb/watch: watch pypi.debian.net.
- * Added deb/gbp.conf.
+ * Added deb/gbp.conf, no-updated-timestamp-in-docs.patch (Closes: #782258).
- -- Daniel Stender <debian at danielstender.com> Fri, 10 Apr 2015 17:05:37 +0200
+ -- Daniel Stender <debian at danielstender.com> Sun, 12 Apr 2015 21:08:22 +0200
scoop (0.7.1-2) experimental; urgency=medium
diff --git a/debian/patches/no-updated-timestamp-in-docs.patch b/debian/patches/no-updated-timestamp-in-docs.patch
new file mode 100644
index 0000000..e6a585a
--- /dev/null
+++ b/debian/patches/no-updated-timestamp-in-docs.patch
@@ -0,0 +1,18 @@
+Description: clear last-updated timestamp in Sphinx config
+ for reproducible building
+Author: Daniel Stender <debian at danielstender.com>
+Bug: https://bugs.debian.org/782258
+Forwarded: no-needed
+Last-Update: 2015-04-12
+
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -153,7 +153,7 @@
+
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+ # using the given strftime format.
+-html_last_updated_fmt = '%b %d, %Y'
++# html_last_updated_fmt = '%b %d, %Y'
+
+ # If true, SmartyPants will be used to convert quotes and dashes to
+ # typographically correct entities.
diff --git a/debian/patches/series b/debian/patches/series
index 3ec5637..76b3143 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+no-updated-timestamp-in-docs.patch
restore-testsuite.patch
no-adsense.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scoop.git
More information about the debian-science-commits
mailing list