[med-svn] [sga] 03/05: Avoid privacy breaching links
Andreas Tille
tille at debian.org
Mon Aug 28 19:42:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/0.10.15-3
in repository sga.
commit b355afb85e1028c540e1281e87330d77bc36c23b
Author: Andreas Tille <tille at debian.org>
Date: Mon Aug 28 21:33:30 2017 +0200
Avoid privacy breaching links
---
debian/changelog | 1 +
debian/patches/no_privacy_breach_url.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6be71b2..c81cc81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sga (0.10.15-3) UNRELEASED; urgency=medium
* Standards-Version: 4.1.0 (no changes needed)
* abs() requires int arguments
Closes: #853656
+ * Avoid privacy breaching links
-- Andreas Tille <tille at debian.org> Sun, 27 Aug 2017 15:34:21 +0200
diff --git a/debian/patches/no_privacy_breach_url.patch b/debian/patches/no_privacy_breach_url.patch
new file mode 100644
index 0000000..4025822
--- /dev/null
+++ b/debian/patches/no_privacy_breach_url.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 27 Aug 2017 15:34:21 +0200
+Description: Avoid privacy breaching links
+
+--- a/index.html
++++ b/index.html
+@@ -34,7 +34,7 @@
+ </head>
+
+ <body>
+- <a href="http://github.com/jts/sga"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
++ <a href="http://github.com/jts/sga">Fork me on GitHub</a>
+
+ <div id="container">
+
diff --git a/debian/patches/series b/debian/patches/series
index 34ab722..75cecfe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
0005-Remove-extensions-on-scripts-we-ship.patch
0006-remove-google-addsense.patch
gcc-7.patch
+no_privacy_breach_url.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sga.git
More information about the debian-med-commit
mailing list