diff -Nru mutagen-1.30/debian/changelog mutagen-1.30/debian/changelog --- mutagen-1.30/debian/changelog 2015-09-10 15:02:41.000000000 +0000 +++ mutagen-1.30/debian/changelog 2015-09-15 07:46:52.000000000 +0000 @@ -1,3 +1,9 @@ +mutagen (1.30-1ubuntu2) wily; urgency=medium + + * Don't build using python-sphinx-rtd-theme (universe). + + -- Matthias Klose Tue, 15 Sep 2015 09:46:15 +0200 + mutagen (1.30-1ubuntu1) wily; urgency=medium * Merge with Debian; remaining changes: diff -Nru mutagen-1.30/debian/control mutagen-1.30/debian/control --- mutagen-1.30/debian/control 2015-09-10 15:03:26.000000000 +0000 +++ mutagen-1.30/debian/control 2015-09-15 07:47:08.000000000 +0000 @@ -16,7 +16,6 @@ python-docutils, python2.7-doc, python-sphinx (>= 1.0.7+dfsg), - python-sphinx-rtd-theme, vorbis-tools, dh-python Standards-Version: 3.9.6 diff -Nru mutagen-1.30/debian/patches/no-sphinx-rtd-theme.diff mutagen-1.30/debian/patches/no-sphinx-rtd-theme.diff --- mutagen-1.30/debian/patches/no-sphinx-rtd-theme.diff 1970-01-01 00:00:00.000000000 +0000 +++ mutagen-1.30/debian/patches/no-sphinx-rtd-theme.diff 2015-09-15 07:47:44.000000000 +0000 @@ -0,0 +1,18 @@ +Index: b/docs/conf.py +=================================================================== +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -2,7 +2,6 @@ + + import os + import sys +-import sphinx_rtd_theme + + dir_ = os.path.dirname(os.path.realpath(__file__)) + sys.path.insert(0, dir_) +@@ -23,5 +22,3 @@ release = mutagen.version_string + exclude_patterns = ['_build'] + bug_url_template = "http://bitbucket.org/lazka/mutagen/issue/%s" + pr_url_template = "http://bitbucket.org/lazka/mutagen/pull-request/%s" +-html_theme = "sphinx_rtd_theme" +-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] diff -Nru mutagen-1.30/debian/patches/series mutagen-1.30/debian/patches/series --- mutagen-1.30/debian/patches/series 2015-05-01 00:03:31.000000000 +0000 +++ mutagen-1.30/debian/patches/series 2015-09-15 07:47:24.000000000 +0000 @@ -1,2 +1,3 @@ use-rtd-package use-system-inventory +no-sphinx-rtd-theme.diff