[Python-modules-commits] r34337 - in packages/mutagen/trunk/debian (3 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sat Sep 19 00:11:14 UTC 2015
Date: Saturday, September 19, 2015 @ 00:11:13
Author: mithrandi
Revision: 34337
* New upstream release.
- Refresh patches/use-rtd-package.
* Fix Homepage url.
Modified:
packages/mutagen/trunk/debian/changelog
packages/mutagen/trunk/debian/control
packages/mutagen/trunk/debian/patches/use-rtd-package
Modified: packages/mutagen/trunk/debian/changelog
===================================================================
--- packages/mutagen/trunk/debian/changelog 2015-09-18 22:23:32 UTC (rev 34336)
+++ packages/mutagen/trunk/debian/changelog 2015-09-19 00:11:13 UTC (rev 34337)
@@ -1,3 +1,11 @@
+mutagen (1.31-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Refresh patches/use-rtd-package.
+ * Fix Homepage url.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sat, 19 Sep 2015 02:05:12 +0200
+
mutagen (1.30-1) unstable; urgency=medium
* New upstream release.
Modified: packages/mutagen/trunk/debian/control
===================================================================
--- packages/mutagen/trunk/debian/control 2015-09-18 22:23:32 UTC (rev 34336)
+++ packages/mutagen/trunk/debian/control 2015-09-19 00:11:13 UTC (rev 34337)
@@ -24,7 +24,7 @@
X-Python-Version: >= 2.6
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/mutagen/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mutagen/trunk/
-Homepage: http://code.google.com/p/mutagen/
+Homepage: https://bitbucket.org/lazka/mutagen
Package: python-mutagen
Modified: packages/mutagen/trunk/debian/patches/use-rtd-package
===================================================================
--- packages/mutagen/trunk/debian/patches/use-rtd-package 2015-09-18 22:23:32 UTC (rev 34336)
+++ packages/mutagen/trunk/debian/patches/use-rtd-package 2015-09-19 00:11:13 UTC (rev 34337)
@@ -4,15 +4,15 @@
Last-Update: 2014-12-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: mutagen-1.27/docs/Makefile
+Index: mutagen-1.31/docs/Makefile
===================================================================
---- mutagen-1.27.orig/docs/Makefile 2014-12-08 02:40:53.143869468 +0200
-+++ mutagen-1.27/docs/Makefile 2014-12-08 02:41:05.508058240 +0200
+--- mutagen-1.31.orig/docs/Makefile 2015-09-19 02:06:07.154250266 +0200
++++ mutagen-1.31/docs/Makefile 2015-09-19 02:07:05.679135340 +0200
@@ -1,13 +1,7 @@
-all: _rtd_theme
-- sphinx-build -Dhtml_theme=_rtd_theme -Dhtml_theme_path=. -b html -n . _build
+- sphinx-build -E -Dhtml_theme=_rtd_theme -Dhtml_theme_path=. -b html -n . _build
+all:
-+ sphinx-build -b html -n . _build
++ sphinx-build -E -b html -n . _build
clean:
- rm -rf _build _rtd_theme
@@ -25,10 +25,10 @@
- tar --strip-components=1 -zxvf master.tar.gz sphinx_rtd_theme-master/sphinx_rtd_theme
- mv sphinx_rtd_theme _rtd_theme
- rm master.tar.gz
-Index: mutagen-1.27/docs/conf.py
+Index: mutagen-1.31/docs/conf.py
===================================================================
---- mutagen-1.27.orig/docs/conf.py 2014-11-26 16:48:15.000000000 +0200
-+++ mutagen-1.27/docs/conf.py 2014-12-08 02:41:47.108693509 +0200
+--- mutagen-1.31.orig/docs/conf.py 2015-09-19 02:06:07.154250266 +0200
++++ mutagen-1.31/docs/conf.py 2015-09-19 02:07:32.671543694 +0200
@@ -2,6 +2,7 @@
import os
@@ -37,9 +37,12 @@
dir_ = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, dir_)
-@@ -21,3 +22,5 @@
+@@ -21,6 +22,8 @@
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()]
+
+ autodoc_member_order = "bysource"
+ default_role = "obj"
More information about the Python-modules-commits
mailing list