[Bug 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-06-06 Thread Steve Langasek
copied to precise-updates.

** Changed in: celery (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-21 Thread Steve Langasek
Hello Andres, or anyone else affected,

Accepted celery into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/celery/2.4.6-1ubuntu0.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: celery (Ubuntu Precise)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/celery/precise-
proposed

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-21 Thread Andres Rodriguez
I've tested this and works as expected.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-16 Thread Dave Walker
Andres, I understood that this is a no-op change for the produced
binaries.

The Dep allows issue tracking to remote bug trackers for more
information, for the sphinx produced documentation.  However, the builds
being done in a network isolated chroot means that the produced binary
debs are identical.  Is this correct?

Please can you prove that the binaries are identical by doing a diff
between the debs.

Thanks.

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-16 Thread Andres Rodriguez
Daviey,

Just to clarify, issuetracker is being disabled by default and makes no
sense to have it as a build-dep. See docs/conf.py:

if False: #not os.environ.get(SKIP_ISSUES):
# Issue tracker is not working, just hangs
issuetracker = github
issuetracker_project = ask/celery
issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'

If this were change to True, it would actually require to access the
network in order to be able to build. However, since it is being
disabled by default we do not require the build-dependency.

Cheers.

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-16 Thread Andres Rodriguez
** Patch added: python-celery.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+attachment/3678329/+files/python-celery.debdiff

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-16 Thread Andres Rodriguez
Note that the change does not affect the documentation at all and this
file is only needed when issuetracker is enabled on the docs, but it is
not:

if False: #not os.environ.get(SKIP_ISSUES):
# Issue tracker is not working, just hangs
issuetracker = github
issuetracker_project = ask/celery
issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'

Since this is not enabled, then the file being dropped by removing the
build-dep is not required at all and won't affect nor change the docs at
*all*

** Patch added: python-celery-doc.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+attachment/3678330/+files/python-celery-doc.debdiff

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

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