[Debian-ha-commits] [crmsh] 06/09: Add patches to resolve issues with bulding the crmsh-doc package

Richard Winters devrik-guest at moszumanska.debian.org
Fri May 1 00:34:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch master
in repository crmsh.

commit 1613dcaff4e34b70f71f0a8afc266b87308f40a8
Author: Richard B Winters <rik at mmogp.com>
Date:   Thu Apr 30 19:39:22 2015 -0400

    Add patches to resolve issues with bulding the crmsh-doc package
    
    Change-Id: I93c890ae7d56cb15a71bc77c374b89df47157fc9
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 .../0001-Add-remote-resource-to-local-cache.patch  | Bin 0 -> 10133 bytes
 ...-breach-generic-caused-by-footer-template.patch |  27 +++++++++++++++++++++
 debian/patches/series                              |   2 ++
 3 files changed, 29 insertions(+)

diff --git a/debian/patches/0001-Add-remote-resource-to-local-cache.patch b/debian/patches/0001-Add-remote-resource-to-local-cache.patch
new file mode 100644
index 0000000..6490541
Binary files /dev/null and b/debian/patches/0001-Add-remote-resource-to-local-cache.patch differ
diff --git a/debian/patches/0002-Fix-privacy-breach-generic-caused-by-footer-template.patch b/debian/patches/0002-Fix-privacy-breach-generic-caused-by-footer-template.patch
new file mode 100644
index 0000000..94528b9
--- /dev/null
+++ b/debian/patches/0002-Fix-privacy-breach-generic-caused-by-footer-template.patch
@@ -0,0 +1,27 @@
+From: Richard B Winters <rik at mmogp.com>
+Date: Thu, 30 Apr 2015 19:38:33 -0400
+Subject: Fix privacy-breach-generic caused by footer template
+
+ - An image fetched from githubuserconent needs to be replaced 
+   with a local cache to avoid the aforementioned lintian 
+   informational warning
+
+Change-Id: Id4dba22e08e36dbe701f87832c7f7a839a653ffe
+Signed-off-by: Richard B Winters <rik at mmogp.com>
+---
+ doc/website-v1/crm.conf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/website-v1/crm.conf b/doc/website-v1/crm.conf
+index 44dcc41..d857ec1 100644
+--- a/doc/website-v1/crm.conf
++++ b/doc/website-v1/crm.conf
+@@ -575,7 +575,7 @@ bodydata=<td class="tableblock halign-{colalign=left}">|</td>
+ </div>
+ </div>
+ 
+-<a href="https://github.com/ClusterLabs/crmsh"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
++<a href="https://github.com/ClusterLabs/crmsh"><img style="position: absolute; top: 0; right: 0; border: 0;" src="{imagesdir=}{imagesdir?/}fork-me-on-github.png" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
+ 
+ </body>
+ </html>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5049ab9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-Add-remote-resource-to-local-cache.patch
+0002-Fix-privacy-breach-generic-caused-by-footer-template.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/crmsh.git



More information about the Debian-HA-Commits mailing list