[Debian-ha-commits] [crmsh] 01/07: Remove all patches

Richard Winters devrik-guest at moszumanska.debian.org
Fri Jan 29 16:28:54 UTC 2016


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

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

commit 2adc8d60efd73ab19c4eb57e194ffc69ef9945c4
Author: Richard B Winters <rik at mmogp.com>
Date:   Thu Jan 28 14:43:21 2016 -0500

    Remove all patches
    
     - Going to redo patches for sending changes upstream
    
    Change-Id: I46f37ba39e1a3ae2c10833cd4e35a9c7b84e1460
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 .../0001-Add-remote-resource-to-local-cache.patch  | Bin 10133 -> 0 bytes
 ...-breach-generic-caused-by-footer-template.patch |  27 --------------------
 ...-breach-generic-caused-by-atom-xml-templa.patch |  28 ---------------------
 .../patches/0004-Test-to-see-if-build-works.patch  |  23 -----------------
 ...-privacy-breach-generic-in-a-news-release.patch |  26 -------------------
 debian/patches/series                              |   5 ----
 6 files changed, 109 deletions(-)

diff --git a/debian/patches/0001-Add-remote-resource-to-local-cache.patch b/debian/patches/0001-Add-remote-resource-to-local-cache.patch
deleted file mode 100644
index 7741dc3..0000000
Binary files a/debian/patches/0001-Add-remote-resource-to-local-cache.patch and /dev/null 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
deleted file mode 100644
index c1b7de8..0000000
--- a/debian/patches/0002-Fix-privacy-breach-generic-caused-by-footer-template.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Richard B Winters <rik at mmogp.com>
-Date: Tue, 26 Jan 2016 16:06:12 -0500
-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: I5c756ec23adac6a65b67cd1030c106e8d8f97f95
-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..df24263 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="/img/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/0003-Fix-privacy-breach-generic-caused-by-atom-xml-templa.patch b/debian/patches/0003-Fix-privacy-breach-generic-caused-by-atom-xml-templa.patch
deleted file mode 100644
index 9b5a6c5..0000000
--- a/debian/patches/0003-Fix-privacy-breach-generic-caused-by-atom-xml-templa.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Richard B Winters <rik at mmogp.com>
-Date: Tue, 26 Jan 2016 16:08:26 -0500
-Subject: Fix privacy-breach-generic caused by atom xml template
-
- - Modifies the atom xml template so as not to breach 
-   privacy by using remote resources.
-
-Change-Id: Ib5b21b8c302cadfa4763a14a9202d8c8a36d2546
-Signed-off-by: Richard B Winters <rik at mmogp.com>
----
- doc/website-v1/make-news.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/website-v1/make-news.py b/doc/website-v1/make-news.py
-index f3c9073..89271d2 100644
---- a/doc/website-v1/make-news.py
-+++ b/doc/website-v1/make-news.py
-@@ -21,8 +21,8 @@ ATOM_TEMPLATE = """<?xml version="1.0" encoding="utf-8"?>
- <feed xmlns="http://www.w3.org/2005/Atom">
- <title>crmsh</title>
- <subtitle>Cluster manager shell news</subtitle>
--<link href="http://crmsh.github.io/atom.xml" rel="self" />
--<link href="http://crmsh.github.io/" />
-+<link href="/atom.xml" rel="self" />
-+<link href="/" />
- <id>%(id)s</id>
- <updated>%(updated)s</updated>
- %(entries)s
diff --git a/debian/patches/0004-Test-to-see-if-build-works.patch b/debian/patches/0004-Test-to-see-if-build-works.patch
deleted file mode 100644
index d8cdc68..0000000
--- a/debian/patches/0004-Test-to-see-if-build-works.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Richard B Winters <rik at mmogp.com>
-Date: Tue, 26 Jan 2016 16:18:54 -0500
-Subject: Test to see if build works
-
-Change-Id: I8cc9da5a952a9bfa6c14fb439c10e421dbdb8ba5
-Signed-off-by: Richard B Winters <rik at mmogp.com>
----
- Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index d89affb..34b1d95 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -70,7 +70,7 @@ all-local:
- 
- # Fix for GNU/Linux
- if UNAME_IS_DEBIAN
--python_prefix = 
-+python_prefix = --prefix=$(DESTDIR)$(prefix)
- else
- python_prefix = --prefix=$(DESTDIR)$(prefix)
- endif
diff --git a/debian/patches/0005-Fix-privacy-breach-generic-in-a-news-release.patch b/debian/patches/0005-Fix-privacy-breach-generic-in-a-news-release.patch
deleted file mode 100644
index dd35fdc..0000000
--- a/debian/patches/0005-Fix-privacy-breach-generic-in-a-news-release.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Richard B Winters <rik at mmogp.com>
-Date: Tue, 26 Jan 2016 17:12:44 -0500
-Subject: Fix privacy breach generic in a news release
-
- - The embedded video: https://youtu.be/mngfxzxkflw, does 
-   not exist anyway
-
-Change-Id: I9e2c8cde8cd2dfd66e242a22cc217bac65e1e3df
-Signed-off-by: Richard B Winters <rik at mmogp.com>
----
- doc/website-v1/news/2015-05-13-release-2_1_4.adoc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/doc/website-v1/news/2015-05-13-release-2_1_4.adoc b/doc/website-v1/news/2015-05-13-release-2_1_4.adoc
-index 31297cf..e1dc9df 100644
---- a/doc/website-v1/news/2015-05-13-release-2_1_4.adoc
-+++ b/doc/website-v1/news/2015-05-13-release-2_1_4.adoc
-@@ -50,7 +50,7 @@ builds upon the crmsh history feature at openSUSE conf in The Hague
- earlier this month. The video of that presentation is online here:
- 
- ++++++++++++
--<iframe width="420" height="315" src="https://www.youtube.com/embed/mngfxzXkFLw" frameborder="0" allowfullscreen></iframe>
-+<iframe width="420" height="315" src="/" frameborder="0" allowfullscreen></iframe>
- ++++++++++++
- 
- https://www.youtube.com/watch?v=mngfxzXkFLw
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7c2b3e9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,5 +0,0 @@
-0001-Add-remote-resource-to-local-cache.patch
-0002-Fix-privacy-breach-generic-caused-by-footer-template.patch
-0003-Fix-privacy-breach-generic-caused-by-atom-xml-templa.patch
-0004-Test-to-see-if-build-works.patch
-0005-Fix-privacy-breach-generic-in-a-news-release.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