[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-08 Thread James Page
** Also affects: rabbitmq-erlang-client (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: rabbitmq-plugins-common (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: rabbitmq-server (Ubuntu Precise)
   Importance: Undecided
   Status: Confirmed

** Also affects: rabbitmq-stomp (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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


[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-08 Thread Clint Byrum
Marc, the new debdiff looks mostly right. I'm a little concerned about
this:


invoke-rc.d rabbitmq-server restart || true

I'd prefer to see

if !invoke-rc.d rabbitmq-server restart ; then
  RESTART_RESULT=$?
  if [ $RESTART_RESULT!= 100 ] ; then
exit $RESTART_RESULT
  fi
fi

Because many of the other responses that invoke-rc.d might give are
quite valid errors that the user may want to know about, such as failing
to start rabbitmq again.

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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


[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-08 Thread Marc Cluet
Here's another debdiff with proposed changes by Clint, thanks Clint!

** Patch added: rabbitmq-server_2.7.1-0ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/948993/+attachment/2836674/+files/rabbitmq-server_2.7.1-0ubuntu2.debdiff

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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


[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-07 Thread Marc Cluet
** Patch added: rabbitmq-server_2.7.1-0ubuntu2.debdiff
   
https://bugs.launchpad.net/bugs/948993/+attachment/2829301/+files/rabbitmq-server_2.7.1-0ubuntu2.debdiff

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/948993/+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


[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-07 Thread James Page
** Changed in: rabbitmq-server (Ubuntu)
Milestone: None = ubuntu-12.04-beta-2

** Changed in: rabbitmq-server (Ubuntu)
   Status: New = Confirmed

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/948993/+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


[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-07 Thread James Page
** Patch added: rabbitmq-server_2.7.1-0ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/948993/+attachment/2829710/+files/rabbitmq-server_2.7.1-0ubuntu2.debdiff

** Also affects: rabbitmq-erlang-client (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: rabbitmq-stomp (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: rabbitmq-plugins-common (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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


[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-07 Thread Ubuntu Foundation's Bug Bot
The attachment rabbitmq-server_2.7.1-0ubuntu2.debdiff of this bug
report has been identified as being a patch in the form of a debdiff.
The ubuntu-sponsors team has been subscribed to the bug report so that
they can review and hopefully sponsor the debdiff.  In the event that
this is in fact not a patch you can resolve this situation by removing
the tag 'patch' from the bug report and editing the attachment so that
it is not flagged as a patch.  Additionally, if you are member of the
ubuntu-sponsors team please also unsubscribe the team from this bug
report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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


[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-07 Thread James Page
Added tasks for the obsolete packages as they will need to be removed
from the archive one they are built from rabbitmq-server.

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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


[Bug 948993] Re: rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

2012-03-07 Thread Marc Cluet
This is the new debdiff with SpamapS suggestions included

** Patch added: rabbitmq-server_2.7.1-0ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-plugins-common/+bug/948993/+attachment/2830268/+files/rabbitmq-server_2.7.1-0ubuntu2.debdiff

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

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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