Package: migrate
Version: 0.7.2-1
Followup-For: Bug #649621
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

Don't use python-sphinxcontrib.issuetracker, as it requires network access 
during build.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-030200rc2-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru migrate-0.7.2/debian/changelog migrate-0.7.2/debian/changelog
diff -Nru migrate-0.7.2/debian/control migrate-0.7.2/debian/control
--- migrate-0.7.2/debian/control	2011-11-01 19:00:39.000000000 -0400
+++ migrate-0.7.2/debian/control	2011-11-25 16:08:45.000000000 -0500
@@ -6,8 +6,7 @@
 Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: python (>= 2.6.5~), python-setuptools (>= 0.6b3),
  python-sphinx (>= 1.0.7+dfsg~), python-sqlalchemy (>= 0.6),
- python-decorator, python-tempita (>= 0.4),
- python-sphinxcontrib.issuetracker
+ python-decorator, python-tempita (>= 0.4)
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/sqlalchemy-migrate/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk
diff -Nru migrate-0.7.2/debian/patches/disable_issuetracker.patch migrate-0.7.2/debian/patches/disable_issuetracker.patch
--- migrate-0.7.2/debian/patches/disable_issuetracker.patch	1969-12-31 19:00:00.000000000 -0500
+++ migrate-0.7.2/debian/patches/disable_issuetracker.patch	2011-11-25 16:07:46.000000000 -0500
@@ -0,0 +1,28 @@
+Description: Don't use issuetracker to avoid hitting the network during build
+Author: Michael Terry <michael.te...@canonical.com>
+Forwarded: not-needed
+
+Index: migrate-0.7.2/docs/conf.py
+===================================================================
+--- migrate-0.7.2.orig/docs/conf.py	2011-11-25 15:16:15.000000000 -0500
++++ migrate-0.7.2/docs/conf.py	2011-11-25 16:06:34.994714893 -0500
+@@ -28,7 +28,7 @@
+ 
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.issuetracker']
++extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
+ 
+ # link to sqlalchemy docs
+ intersphinx_mapping = {
+@@ -96,8 +96,8 @@
+ # Options for sphinxcontrib.issuetracker
+ # --------------------------------------
+ 
+-issuetracker = 'google code'
+-issuetracker_project = 'sqlalchemy-migrate'
++#issuetracker = 'google code'
++#issuetracker_project = 'sqlalchemy-migrate'
+ 
+ 
+ # Options for HTML output
diff -Nru migrate-0.7.2/debian/patches/series migrate-0.7.2/debian/patches/series
--- migrate-0.7.2/debian/patches/series	2011-11-01 19:00:39.000000000 -0400
+++ migrate-0.7.2/debian/patches/series	2011-11-25 16:05:56.000000000 -0500
@@ -1,2 +1,3 @@
 use-local-intersphinx.patch
 keep_empty_modules.patch
+disable_issuetracker.patch

Reply via email to