The way this package's versioning was made makes the tool
"dh_makeshlibs" (debian helper) not to append proper suffix to
dependencies (using (>= 1.1.10+git20130802) instead of (>=
1.1.10+git20130802-1ubuntu2.1) for example).

I changed debian/rules so the proper version is considered for
dependencies:

        dh_makeshlibs -a -V
        dh_makeshlibs -plibcrmcommon3 -V "libcrmcommon3 (>= $(RELEASE))"
        dh_makeshlibs -plibpengine4 -V "libpengine4 (>= $(RELEASE))"
        dh_makeshlibs -plibpe-status4 -V "libpe-status4 (>= $(RELEASE))"
        dh_makeshlibs -plibcrmservice1 -V "libcrmservice1 (>= $(RELEASE))"
        dh_makeshlibs -plibtransitioner2 -V "libtransitioner2 (>= $(RELEASE))"
        dh_makeshlibs -plibcib3 -V "libcib3 (>= $(RELEASE))"
        dh_makeshlibs -plibpe-rules2 -V "libpe-rules2 (>= $(RELEASE))"
        dh_makeshlibs -plibcrmcluster4 -V "libcrmcluster4 (>= $(RELEASE))"
        dh_makeshlibs -plibstonithd2 -V "libstonithd2 (>= $(RELEASE))"
        dh_makeshlibs -pliblrmd1 -V "liblrmd1 (>= $(RELEASE))"

And I recommend further releases not to use this "versioning" scheme, to
guarantee dh_makeshlibs to work properly.

Thank you

Rafael Tinoco

PS: attaching debdiffs in a few moments.

** Patch removed: "trusty_pacemaker_1.1.10+git20130802-1ubuntu2.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4249612/+files/trusty_pacemaker_1.1.10%2Bgit20130802-1ubuntu2.2.debdiff

** Patch removed: "utopic_pacemaker_1.1.10+git20130802-4ubuntu4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4249614/+files/utopic_pacemaker_1.1.10%2Bgit20130802-4ubuntu4.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/1368737

Title:
  Pacemaker can seg fault on crm node online/standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to