[keras] 13/15: Rebase patches for 2.1.1.
Stephen Sinclair
sinclairs-guest at moszumanska.debian.org
Mon Nov 20 16:40:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
sinclairs-guest pushed a commit to branch master
in repository keras.
commit ddbe0578a4318b411112ec38cdbaf932ba3eea74
Author: Stephen Sinclair <radarsat1 at gmail.com>
Date: Mon Nov 20 08:38:28 2017 -0300
Rebase patches for 2.1.1.
---
debian/changelog | 2 ++
...0001-Change-external-img-tag-urls-to-local-files.patch | 15 ++++++++++++++-
...-docs-browsable-by-setting-use_directory_urls-fa.patch | 2 +-
debian/patches/series | 2 ++
4 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 763b0e9..3b35e6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ keras (2.1.1-1) UNRELEASED; urgency=medium
+ Add mkdocs to build-deps for docs.
+ Add python3-pil and python3-pandas to build-deps for tests.
+ Add Vcs-Git and Vcs-Browser fields.
+ * debian/patches:
+ + Rebase doc patches for upstream 2.1.1.
* New upstream version 2.1.1
-- Stephen Sinclair <radarsat1 at gmail.com> Mon, 06 Nov 2017 15:00:35 -0300
diff --git a/debian/patches/0001-Change-external-img-tag-urls-to-local-files.patch b/debian/patches/0001-Change-external-img-tag-urls-to-local-files.patch
index 2e4241b..b3bf184 100644
--- a/debian/patches/0001-Change-external-img-tag-urls-to-local-files.patch
+++ b/debian/patches/0001-Change-external-img-tag-urls-to-local-files.patch
@@ -5,7 +5,8 @@ Subject: Change external img tag urls to local files.
---
docs/templates/getting-started/functional-api-guide.md | 2 +-
docs/templates/getting-started/sequential-model-guide.md | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
+ docs/templates/index.md | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/templates/getting-started/functional-api-guide.md b/docs/templates/getting-started/functional-api-guide.md
index 8ce256b..d40a91e 100644
@@ -33,3 +34,15 @@ index 5c475dc..15b5751 100644
```python
from keras.models import Sequential
+diff --git a/docs/templates/index.md b/docs/templates/index.md
+index 1bdb099..41524d2 100644
+--- a/docs/templates/index.md
++++ b/docs/templates/index.md
+@@ -1,5 +1,5 @@
+ # Keras: The Python Deep Learning library
+
+-<img src='https://s3.amazonaws.com/keras.io/img/keras-logo-2018-large-1200.png', style='max-width: 600px;'>
++<img src='keras-logo-2018-large-1200.png', style='max-width: 600px;'>
+
+ {{autogenerated}}
+\ No newline at end of file
diff --git a/debian/patches/0002-Make-docs-browsable-by-setting-use_directory_urls-fa.patch b/debian/patches/0002-Make-docs-browsable-by-setting-use_directory_urls-fa.patch
index e1d5ac8..76940b7 100644
--- a/debian/patches/0002-Make-docs-browsable-by-setting-use_directory_urls-fa.patch
+++ b/debian/patches/0002-Make-docs-browsable-by-setting-use_directory_urls-fa.patch
@@ -7,7 +7,7 @@ Subject: Make docs browsable by setting use_directory_urls=false.
1 file changed, 1 insertion(+)
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
-index 64519a6..219e327 100644
+index a27cb5d..ba3098d 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -5,6 +5,7 @@ docs_dir: sources
diff --git a/debian/patches/series b/debian/patches/series
index 797d0e2..06a4f4c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
0001-Change-external-img-tag-urls-to-local-files.patch
0002-Make-docs-browsable-by-setting-use_directory_urls-fa.patch
+
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/keras.git
More information about the debian-science-commits
mailing list