This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-skbio.
commit c9e5b8cb936cc69711d03c03b440fd9ec8c306e5 Author: Andreas Tille <[email protected]> Date: Fri Oct 6 21:22:14 2017 +0200 Remove privacy breaching logo; upload to unstable --- debian/changelog | 5 +++-- debian/patches/no_privacy_breach_logo.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab97b9b..218e169 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -python-skbio (0.5.1-3) UNRELEASED; urgency=medium +python-skbio (0.5.1-3) unstable; urgency=medium * Standards-Version: 4.1.1 * Versioned Build-Depends: python3-pandas (>= 0.19.2) * Apply upstream patch dealing with new pandas version Closes: #868962 + * Remove privacy breaching logo - -- Andreas Tille <[email protected]> Fri, 06 Oct 2017 20:52:31 +0200 + -- Andreas Tille <[email protected]> Fri, 06 Oct 2017 21:13:24 +0200 python-skbio (0.5.1-2) unstable; urgency=medium diff --git a/debian/patches/no_privacy_breach_logo.patch b/debian/patches/no_privacy_breach_logo.patch new file mode 100644 index 0000000..f493348 --- /dev/null +++ b/debian/patches/no_privacy_breach_logo.patch @@ -0,0 +1,19 @@ +Description: Remove privacy breaching logo +Author: Andreas Tille <[email protected]> +Last-Update: Fri, 06 Oct 2017 21:13:24 +0200 + +--- a/doc/source/_templates/layout.html ++++ b/doc/source/_templates/layout.html +@@ -7,11 +7,7 @@ + {% block header %} + {{ super() }} + <a href="https://github.com/biocore/scikit-bio" +- class="visible-desktop hidden-xs"><img +- id="gh-banner" +- style="position: absolute; top: 50px; right: 0; border: 0;" +- src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" +- alt="Fork me on GitHub"></a> ++ class="visible-desktop hidden-xs">Fork me on GitHub"</a> + <script> + // Adjust banner height. + $(function () { diff --git a/debian/patches/series b/debian/patches/series index 18e965d..3715d0c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ mathjax-path 0002-use-libsww-as-library-not-embedded-src.patch 0003-Cherry-pick-upstream-fix-for-numpy-transition.patch 0004-MAINT-compat-with-new-pandas-and-numpydoc-fix-deprec.patch +no_privacy_breach_logo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-skbio.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
