[theano] 10/23: unfuzz strip-docs.patch

Daniel Stender stender at moszumanska.debian.org
Tue Jul 12 10:54:33 UTC 2016


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

stender pushed a commit to branch master
in repository theano.

commit 18cf1fb36064eb476c436d9a2306176a1b93ed8c
Author: Daniel Stender <stender at debian.org>
Date:   Mon Jul 11 15:24:43 2016 +0200

    unfuzz strip-docs.patch
---
 debian/changelog                |  5 ++--
 debian/patches/strip-docs.patch | 54 ++++++++++++-----------------------------
 2 files changed, 18 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c85c8f..37816e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 theano (0.8.2-1) UNRELEASED; urgency=medium
 
-  * New upstream release.
+  * New upstream release:
+    + unfuzz strip-docs.patch.
   * deb/control:
     + use virtual libblas.so for the deps of binary packages.
   * deb/copyright:
@@ -11,7 +12,7 @@ theano (0.8.2-1) UNRELEASED; urgency=medium
     + rearranged logically.
   * add deb/README.Debian (with info on disabling compilation).
 
- -- Daniel Stender <stender at debian.org>  Mon, 11 Jul 2016 15:22:01 +0200
+ -- Daniel Stender <stender at debian.org>  Mon, 11 Jul 2016 15:23:37 +0200
 
 theano (0.7-5) unstable; urgency=medium
 
diff --git a/debian/patches/strip-docs.patch b/debian/patches/strip-docs.patch
index 44cd8f9..04978ec 100644
--- a/debian/patches/strip-docs.patch
+++ b/debian/patches/strip-docs.patch
@@ -1,22 +1,24 @@
 Description: strip privacy-breach-generic stuff from docs
  and disable html_last_updated_fmt for reproducible builds.
-Author: Daniel Stender <debian at danielstender.com>
+Author: Daniel Stender <stender at debian.org>
 Forwarded: not-needed
+Last-Update: 2016-07-11
 
 --- a/doc/conf.py
 +++ b/doc/conf.py
-@@ -120,7 +120,7 @@
+@@ -126,7 +126,7 @@ html_static_path = ['.static', 'images', 'library/d3viz/examples']
  
  # 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'
++# html_last_updated_fmt = '%b %d, %Y'
  
  # If true, SmartyPants will be used to convert quotes and dashes to
  # typographically correct entities.
+
 --- a/doc/index.txt
 +++ b/doc/index.txt
-@@ -66,21 +66,6 @@
+@@ -72,21 +72,6 @@ installation and configuration, see :ref:`installing Theano <install>`.
  
  .. only:: html
  
@@ -29,53 +31,27 @@ Forwarded: not-needed
 -
 -  .. raw:: html
 -
--     <a href="https://crate.io/packages/Theano/"><img src="https://pypip.in/v/Theano/badge.png" alt="Latest PyPI version" /></a> 
+-     <a href="https://crate.io/packages/Theano/"><img src="https://img.shields.io/pypi/v/Theano.svg" alt="Latest PyPI version" /></a> 
 -
 -  .. raw:: html
 -
--     <a href="https://crate.io/packages/Theano/"><img src="https://pypip.in/d/Theano/badge.png" alt="Number of PyPI downloads" /></a> 
+-     <a href="https://crate.io/packages/Theano/"><img src="https://img.shields.io/pypi/dm/Theano.svg" alt="Number of PyPI downloads" /></a> 
 -
  .. _available on PyPI: http://pypi.python.org/pypi/Theano
  .. _Related Projects: https://github.com/Theano/Theano/wiki/Related-projects
  
 --- a/doc/install.txt
 +++ b/doc/install.txt
-@@ -199,11 +199,6 @@
- Bleeding-edge install instructions
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+@@ -220,12 +220,6 @@ Bleeding-edge install instructions
+ 
+ .. only:: html
  
--Master Tests Status:
+-   Master Tests Status:
+-
+-   .. raw:: html
 -
--.. image:: https://secure.travis-ci.org/Theano/Theano.png?branch=master
--    :target: http://travis-ci.org/Theano/Theano/builds
+-      <a href="http://travis-ci.org/Theano/Theano/builds"><img src="https://secure.travis-ci.org/Theano/Theano.png?branch=master" /></a> 
 -
  If you are a developer of Theano, then check out the :ref:`dev_start_guide`.
  
  If you want the bleeding-edge without developing the code you can use pip for
---- a/doc/.templates/layout.html
-+++ b/doc/.templates/layout.html
-@@ -1,24 +1,3 @@
- {% extends "!layout.html" %}
- 
--{%- block extrahead %}
--{{ super() }}
--<script type="text/javascript">
--  var _gaq = _gaq || [];
--  _gaq.push(['_setAccount', 'UA-168290-9']);
--  _gaq.push(['_trackPageview']);
--</script>
--{% endblock %}
--
--{% block footer %}
--{{ super() }}
--<script type="text/javascript">
--  (function() {
--    var ga = document.createElement('script');
--    ga.src = ('https:' == document.location.protocol ?
--              'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
--    ga.setAttribute('async', 'true');
--    document.documentElement.firstChild.appendChild(ga);
--  })();
--</script>
--{% endblock %}
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/theano.git



More information about the debian-science-commits mailing list