This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository castor.
commit f1e434e36eaa6f3e378cf187edb3836a0e67f6a4 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 29 14:06:08 2014 +0200 Removed the calls to Ohloh in the documentation --- debian/changelog | 2 +- debian/patches/remove-ohloh.diff | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a71dfee..38d2bc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ castor (1.3.2-3) UNRELEASED; urgency=medium * Team upload. * Depend on libcglib3-java instead of libcglib-java - * Removed the calls to Google Analytics in the documentation + * Removed the calls to Google Analytics and Ohloh in the documentation * Standards-Version updated to 3.9.6 (no changes) * debian/rules: Generate Java 5 compatible bytecode * Switch to debhelper level 9 diff --git a/debian/patches/remove-ohloh.diff b/debian/patches/remove-ohloh.diff new file mode 100644 index 0000000..811bcc1 --- /dev/null +++ b/debian/patches/remove-ohloh.diff @@ -0,0 +1,22 @@ +Description: Remove the calls to Ohloh in the documentation +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed + +--- a/src/doc/style/leftNav.xsl ++++ b/src/doc/style/leftNav.xsl +@@ -2,15 +2,6 @@ + <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + + <xsl:template match="/project/navSections"> +- <table border="0" cellpadding="10" cellspacing="0"> +- <tr> +- <td> +- <script type="text/javascript" +- src="http://www.ohloh.net/p/3635/widgets/project_users_logo.js"> +- </script> +- </td> +- </tr> +- </table> + <xsl:for-each select="section"> + <table border="0" cellpadding="0" cellspacing="0"> + <tr> diff --git a/debian/patches/series b/debian/patches/series index b2a886a..803cdc9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ add_schema_generated_sources.diff fix_debian_build.diff fix_maven_metadata.diff remove-google-analytics.diff +remove-ohloh.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/castor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

