[Debian-ha-commits] [pacemaker] 09/09: Multiple changes for MultiArch support;

Richard Winters devrik-guest at moszumanska.debian.org
Wed Apr 29 00:44:10 UTC 2015


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

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

commit 7d2f9964873cd41c2ed34731705d41dd8dcd00d0
Author: Richard B Winters <rik at mmogp.com>
Date:   Tue Apr 28 20:10:53 2015 -0400

    Multiple changes for MultiArch support;
    
     - Changed Multi-Arch: same to Multi-Arch: foreign for pacemaker
       and pacemaker-dev
     - Added Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends} to
       pacemaker-dbg
     - Added Pre-Depends: ${misc:Pre-Depends} to pacemaker-dev
    
     Changes are interim, will test if this solution works and if not
     will remove multi-arch support as it would then be pointless.
    
     The build does succeed.
    
    Change-Id: Ibdd359c8e0692d74322b32e3bbef8dff5d206a48
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7a232f0..01d4cea 100644
--- a/debian/control
+++ b/debian/control
@@ -66,7 +66,7 @@ X-Python-Version: >= 2.5
 
 Package: pacemaker
 Architecture: any
-Multi-Arch: same
+Multi-Arch: foreign
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends},
@@ -126,11 +126,12 @@ Description: Pacemaker add-on to control virtualized services
 Package: pacemaker-dev
 Section: devel
 Architecture: any
-Multi-Arch: same
+Multi-Arch: foreign
 Replaces: pacemaker-heartbeat-dev,
  pacemaker-openais-dev
 Conflicts: pacemaker-heartbeat-dev,
  pacemaker-openais-dev
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  pacemaker (>= ${binary:Version}),
@@ -161,8 +162,10 @@ Description: HA cluster resource manager (development files)
  
 Package: pacemaker-dbg
 Architecture: any
+Multi-Arch: same
 Section: debug
 Priority: extra
+Pre-Depends: ${misc:Pre-Depends}
 Depends: pacemaker (= ${binary:Version}),
  ${misc:Depends}
 Description: Debugging symbols for Pacemaker

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



More information about the Debian-HA-Commits mailing list