Package: circuits Version: 1.6-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/p/05_disable_issuetracker.patch: Disable issuetracker integration for sphinx document generation as it breaks in offline build environments. The issue tracker integration requires online access to bitbucket; this is not avaliable in Ubuntu so the build fails. Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5.0-10-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJQKkdcAAoJEL/srsug59jDQ8IQALr/3WRcEH3Pt7jTaZF6RvLW sqEpy5m44wTpl8ffXNVOMboj9J8qZ0XTuQ56fzD2kmzPGzkI5X8qOh8wkns1Ecxv vzR9Q8ECQ/DHrvMRxbhkWjFP/QDbXUOtl3TfvsBp283chg1HHX8lntgRuuOmMKEP ish3rD9+2gw3o9O0qTyyhh5Kt+mcoRBRtFPB7ODuu6RxPkzq1CxiN8aT8Vc3gLFj jwKZMGWG7Bnkj0KnzR1p79AsoayNN3GwXnZVH+GZS63O5/f8nEK+g8mDiUU2oiS7 Fij/wLLbjHJsCGw2BdwEZhYiJxVzXGAbsarjHv5BcWBWUO9dXmc5mJUdbHcTDqOA oVklw/StnHskffNMWYClp3Yg5c5q8by9AUHxTztIEvarrs8wk9T7TGvg9J/Qv5id NNhjOgdBjMm/Jbvyy78pIBBewQ+vAxZElBZBQC8E/WLhP7nbp1Xii41iz6VAa7Y/ 1rf5G0CHGWm9H6AYltxt82xeb7MBhjBBKXgIwbCZ3CapPfThe/9yDb/haVy/nFMD ABhb28T5GPygs6DqvR7SigK6a2s8ENRhkuQ+3VCrpCzEpTTsGa+O+UGssadtSU1w uajGbg1SIH9itw7e54bkt6h3P0RWlMEbt/QJQ6xz/B780ACIxocAp1tQ+XeXdafv fKBM/+FbeH2N4vIPHmNh =ma5k -----END PGP SIGNATURE-----
diff -Nru circuits-1.6/debian/changelog circuits-1.6/debian/changelog diff -Nru circuits-1.6/debian/patches/05_disable_issuetracker.patch circuits-1.6/debian/patches/05_disable_issuetracker.patch --- circuits-1.6/debian/patches/05_disable_issuetracker.patch 1970-01-01 01:00:00.000000000 +0100 +++ circuits-1.6/debian/patches/05_disable_issuetracker.patch 2012-08-14 13:12:22.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Disable issue tracker integration as it breaks + builds in offline build environments. +Author: James Page <james.p...@ubuntu.com> +Forwarded: not-needed + +--- a/docs/source/conf.py ++++ b/docs/source/conf.py +@@ -85,8 +85,7 @@ todo_include_todos = devel + # -- link to bitbucket issues + + extensions.append('sphinxcontrib.issuetracker') +-issuetracker = 'bitbucket' +-issuetracker_project = 'prologic/circuits' ++issuetracker = None + + # The language for content autogenerated by Sphinx. Refer to documentation + # for a list of supported languages. diff -Nru circuits-1.6/debian/patches/series circuits-1.6/debian/patches/series --- circuits-1.6/debian/patches/series 2012-06-12 14:51:01.000000000 +0100 +++ circuits-1.6/debian/patches/series 2012-08-14 13:11:05.000000000 +0100 @@ -2,3 +2,4 @@ 02_remove_templatebuiltins_js.patch 03_force-localhost-as-host-name.patch 04_fix-python3-sintax-error.patch +05_disable_issuetracker.patch
_______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team