This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository logback.
commit acb5a7b398ef853d95f3de6afdb3fb181a8f13aa Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 12 00:48:02 2016 +0100 Removed the Google ads from the documentation --- debian/changelog | 1 + debian/patches/02-remove-google-ads.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6f9e9fc..ccb7bc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ logback (1:1.1.7-3) UNRELEASED; urgency=medium * Team upload. * Build with Maven instead of Ant + * Removed the Google ads from the documentation * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Sun, 11 Dec 2016 22:34:52 +0100 diff --git a/debian/patches/02-remove-google-ads.patch b/debian/patches/02-remove-google-ads.patch new file mode 100644 index 0000000..2376322 --- /dev/null +++ b/debian/patches/02-remove-google-ads.patch @@ -0,0 +1,20 @@ +Description: Removes the Google ads from the documentation +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/docs/manual/menu.js ++++ b/docs/manual/menu.js +@@ -19,13 +19,3 @@ + document.write('<p style="border: 1px solid #cccccc;"></p>'); + document.write('<p style="border: 1px solid #cccccc;"></p>'); + document.write('<p/>'); +-document.write('<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>'); +-//<!-- logback --> +-document.write('<ins class="adsbygoogle"'); +-document.write(' style="display:block"'); +-document.write(' data-ad-client="ca-pub-7471410671306824"'); +-document.write(' data-ad-slot="6377851613"'); +-document.write(' data-ad-format="auto"></ins>'); +-document.write('<script>'); +-document.write('(adsbygoogle = window.adsbygoogle || []).push({});'); +-document.write('</script>'); +\ No newline at end of file diff --git a/debian/patches/series b/debian/patches/series index bbc22a6..510aca9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-compile-groovy.patch +02-remove-google-ads.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/logback.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

