[med-svn] [r-cran-ggplot2] 01/02: Remove privacy breach by using Google Adsense
Andreas Tille
tille at debian.org
Sat Dec 28 15:26:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-ggplot2.
commit bcc1e660f9875007f96d7913d63c436247bd2f41
Author: Andreas Tille <tille at debian.org>
Date: Sat Dec 28 16:12:23 2013 +0100
Remove privacy breach by using Google Adsense
---
debian/changelog | 4 +++-
debian/patches/privacy-breach-google-adsense.patch | 27 ++++++++++++++++++++++
debian/patches/series | 1 +
inst/staticdocs/head.html | 17 --------------
4 files changed, 31 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 923b131..3c4926e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,10 @@ r-cran-ggplot2 (0.9.3.1-1) UNRELEASED; urgency=low
* cme fix dpkg-control
* Add myself to uploaders
* Canonical Vcs URLs
+ * debian/patches/privacy-breach-google-adsense.patch
+ Remove privacy breach by using Google Adsense
- -- Andreas Tille <tille at debian.org> Tue, 17 Dec 2013 14:22:24 +0100
+ -- Andreas Tille <tille at debian.org> Sat, 28 Dec 2013 16:10:04 +0100
r-cran-ggplot2 (0.8.9-1) unstable; urgency=low
diff --git a/debian/patches/privacy-breach-google-adsense.patch b/debian/patches/privacy-breach-google-adsense.patch
new file mode 100644
index 0000000..8159219
--- /dev/null
+++ b/debian/patches/privacy-breach-google-adsense.patch
@@ -0,0 +1,27 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 28 Dec 2013 16:10:04 +0100
+Description: Remove privacy breach by using Google Adsense
+
+--- r-cran-ggplot2.orig/inst/staticdocs/head.html
++++ r-cran-ggplot2/inst/staticdocs/head.html
+@@ -8,20 +8,3 @@
+ <link href="css/highlight.css" rel="stylesheet">
+ <link href="css/staticdocs.css" rel="stylesheet">
+
+-<!--[if lt IE 9]>
+- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+-<![endif]-->
+-
+-<script type="text/javascript">
+-
+- var _gaq = _gaq || [];
+- _gaq.push(['_setAccount', 'UA-67989-15']);
+- _gaq.push(['_setDomainName', 'ggplot2.org']);
+- _gaq.push(['_trackPageview']);
+-
+- (function() {
+- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+- })();
+-</script>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ee1a867
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+privacy-breach-google-adsense.patch
diff --git a/inst/staticdocs/head.html b/inst/staticdocs/head.html
index 2aec39a..3a46ec9 100644
--- a/inst/staticdocs/head.html
+++ b/inst/staticdocs/head.html
@@ -8,20 +8,3 @@
<link href="css/highlight.css" rel="stylesheet">
<link href="css/staticdocs.css" rel="stylesheet">
-<!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-<![endif]-->
-
-<script type="text/javascript">
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-67989-15']);
- _gaq.push(['_setDomainName', 'ggplot2.org']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
-</script>
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-ggplot2.git
More information about the debian-med-commit
mailing list