[Debian-ha-commits] [crmsh] 09/16: Add patch to revert the fix for Debian in makefile.am

Richard Winters devrik-guest at moszumanska.debian.org
Tue Jan 26 22:25:04 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 f7482e98bd47479ec653b8b5244021c044746e37
Author: Richard B Winters <rik at mmogp.com>
Date:   Tue Jan 26 16:20:03 2016 -0500

    Add patch to revert the fix for Debian in makefile.am
    
    Change-Id: Id2de26a58912a7e5bdb3e079744e4a3857d4f816
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 .../patches/0004-Test-to-see-if-build-works.patch  | 23 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0004-Test-to-see-if-build-works.patch b/debian/patches/0004-Test-to-see-if-build-works.patch
new file mode 100644
index 0000000..d8cdc68
--- /dev/null
+++ b/debian/patches/0004-Test-to-see-if-build-works.patch
@@ -0,0 +1,23 @@
+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/series b/debian/patches/series
index d276360..c676e5a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 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

-- 
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