Andrew Beekhof wrote: > You're probably better off just rolling your own. > > http://www.clusterlabs.org/mw/Install#Debian_Builds
that's what i already did. i had to patch some files inside the debian directory thou. i *think* it is only related to openais and therefore not relevant to a heartbeat backed setup. nevertheless, please use with care! another thing i noticed. both heartbeat 2.99.2 and pacemaker do not specify autoconf/automake as well as mercurial as their build requirements. i guess that this is the case because i am building a snapshot coming directly from the source repository, right? cheers, raoul -- ____________________________________________________________________ DI (FH) Raoul Bhatia M.Sc. email. [email protected] Technischer Leiter IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at Barawitzkagasse 10/2/2/11 email. [email protected] 1190 Wien tel. +43 1 3670030 FN 277995t HG Wien fax. +43 1 3670030 15 ____________________________________________________________________
--- Pacemaker-1-0-b2e38c67d01e/debian/changelog 2008-12-18 12:52:41.000000000 +0100 +++ Pacemaker-1-0-b2e38c67d01e.ipax/debian/changelog 2008-12-24 10:12:54.000000000 +0100 @@ -1,3 +1,8 @@ +pacemaker (1.0.2-1) stable; urgency=high + * Update source tarball to revision: b2e38c67d01e (stable-1.0) tip + + -- Andrew Beekhof <[email protected]> Tue, 23 Dec 2008 10:31:37 +0100 + pacemaker (1.0.1-1) stable; urgency=high * Update source tarball to revision: 2883431a818b (stable-1.0) tip * Statistics: --- Pacemaker-1-0-b2e38c67d01e/debian/pacemaker-dev.install 2008-12-18 12:52:41.000000000 +0100 +++ Pacemaker-1-0-b2e38c67d01e.ipax/debian/pacemaker-dev.install 2008-12-24 10:48:59.000000000 +0100 @@ -2,7 +2,6 @@ usr/include/pacemaker usr/include/heartbeat/fencing usr/lib/lib*.so usr/lib/lib*.a -usr/lib/service_crm.a usr/lib/heartbeat/plugins/RAExec/stonith.a usr/share/pacemaker/cts usr/share/doc/pacemaker/README.cts --- Pacemaker-1-0-b2e38c67d01e/debian/rules 2008-12-18 12:52:41.000000000 +0100 +++ Pacemaker-1-0-b2e38c67d01e.ipax/debian/rules 2008-12-24 10:54:29.000000000 +0100 @@ -84,7 +84,7 @@ install-stamp: # cleanup unrequired stuff find $(DTMP)/usr/lib -name *.la -exec rm {} \; - -rm $(DTMP)/usr/lib/service_crm.so + #-rm $(DTMP)/usr/lib/service_crm.so # # missing file... @@ -98,8 +98,8 @@ install-stamp: # hack around stupid LCRSO dirs install -d $(PWD)/debian/pacemaker/$(LCRSO) - install -m0644 $(DTMP)/$(LCRSO)/pacemaker.lcrso \ - $(PWD)/debian/pacemaker/$(LCRSO)/pacemaker.lcrso +# install -m0644 $(DTMP)/$(LCRSO)/pacemaker.lcrso \ +# $(PWD)/debian/pacemaker/$(LCRSO)/pacemaker.lcrso binary-indep: build install dh_testdir -i
_______________________________________________ Pacemaker mailing list [email protected] http://list.clusterlabs.org/mailman/listinfo/pacemaker
