diff -Nru celery-2.4.6/debian/changelog celery-2.4.6/debian/changelog --- celery-2.4.6/debian/changelog 2012-01-03 06:07:59.000000000 +0000 +++ celery-2.4.6/debian/changelog 2013-05-15 14:41:12.000000000 +0000 @@ -1,3 +1,14 @@ +celery (2.4.6-1ubuntu0.1) precise-proposed; urgency=low + + * SRU: Drop issue tracker for doc generation as it adds a build-dep + that it is not necessary for this package to build. This allows us to + MIR celery without MIR'ing the dependency. (LP: #1177855) + - debian/control: Drop build-dep on python-sphinxcontrib.issuetracker, + - debian/patches/ubuntu-drop-issuetracker.patch: Drop import in doc + generation. + + -- Andres Rodriguez Wed, 15 May 2013 10:39:29 -0400 + celery (2.4.6-1) unstable; urgency=low * New upstream release. diff -Nru celery-2.4.6/debian/control celery-2.4.6/debian/control --- celery-2.4.6/debian/control 2011-12-27 16:50:49.000000000 +0000 +++ celery-2.4.6/debian/control 2013-05-15 14:41:06.000000000 +0000 @@ -1,7 +1,8 @@ Source: celery Section: python Priority: optional -Maintainer: Debian Python Modules Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer Build-Depends: debhelper (>= 7.0.50~), docbook-to-man, @@ -25,7 +26,6 @@ python-redis, python-setuptools, python-sphinx (>= 1.0.7+dfsg), - python-sphinxcontrib.issuetracker, python-sqlalchemy X-Python-Version: >= 2.7 Standards-Version: 3.9.2 diff -Nru celery-2.4.6/debian/patches/series celery-2.4.6/debian/patches/series --- celery-2.4.6/debian/patches/series 2011-12-27 16:50:49.000000000 +0000 +++ celery-2.4.6/debian/patches/series 2013-05-15 14:38:36.000000000 +0000 @@ -1,2 +1,3 @@ fix_dependencies.patch intersphinx.patch +ubuntu-drop-issuetracker.patch diff -Nru celery-2.4.6/debian/patches/ubuntu-drop-issuetracker.patch celery-2.4.6/debian/patches/ubuntu-drop-issuetracker.patch --- celery-2.4.6/debian/patches/ubuntu-drop-issuetracker.patch 1970-01-01 00:00:00.000000000 +0000 +++ celery-2.4.6/debian/patches/ubuntu-drop-issuetracker.patch 2013-05-15 14:51:15.000000000 +0000 @@ -0,0 +1,12 @@ +Index: celery-2.4.6/docs/conf.py +=================================================================== +--- celery-2.4.6.orig/docs/conf.py 2013-05-15 10:50:00.318648496 -0400 ++++ celery-2.4.6/docs/conf.py 2013-05-15 10:51:04.022452695 -0400 +@@ -34,7 +34,6 @@ + 'sphinx.ext.coverage', + 'sphinx.ext.pngmath', + 'sphinx.ext.intersphinx', +- 'sphinxcontrib.issuetracker', + 'celerydocs'] + + html_show_sphinx = False