[Python-modules-commits] r31551 - in packages/pythondialog/tags (8 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Mon Dec 8 13:26:49 UTC 2014
Date: Monday, December 8, 2014 @ 13:26:48
Author: mithrandi
Revision: 31551
[svn-buildpackage] Tagging pythondialog 3.2.1-1
Added:
packages/pythondialog/tags/3.2.1-1/
packages/pythondialog/tags/3.2.1-1/debian/changelog
(from rev 31550, packages/pythondialog/trunk/debian/changelog)
packages/pythondialog/tags/3.2.1-1/debian/patches/series
(from rev 31550, packages/pythondialog/trunk/debian/patches/series)
packages/pythondialog/tags/3.2.1-1/debian/patches/use-local-python3-doc-for-cross-references
(from rev 31550, packages/pythondialog/trunk/debian/patches/use-local-python3-doc-for-cross-references)
Deleted:
packages/pythondialog/tags/3.2.1-1/debian/changelog
packages/pythondialog/tags/3.2.1-1/debian/patches/add-glossary-label
packages/pythondialog/tags/3.2.1-1/debian/patches/series
packages/pythondialog/tags/3.2.1-1/debian/patches/use-local-python3-doc-for-cross-references
Deleted: packages/pythondialog/tags/3.2.1-1/debian/changelog
===================================================================
--- packages/pythondialog/trunk/debian/changelog 2014-12-08 12:43:07 UTC (rev 31549)
+++ packages/pythondialog/tags/3.2.1-1/debian/changelog 2014-12-08 13:26:48 UTC (rev 31551)
@@ -1,57 +0,0 @@
-pythondialog (3.2.0-3) UNRELEASED; urgency=low
-
- * Split python3-dialog.doc-base into python3-dialog.doc-base.manual and
- python3-dialog.doc-base.readme; otherwise, it appears as if README.rst
- were a text version of the pythondialog manual.
-
- -- Florent Rougon <f.rougon at free.fr> Tue, 21 Oct 2014 16:19:01 +0200
-
-pythondialog (3.2.0-2) unstable; urgency=low
-
- * Add missing file/license for doc/intro/example.py to debian/copyright
- (closes: #766041).
-
- -- Tristan Seligmann <mithrandi at debian.org> Mon, 20 Oct 2014 16:36:40 +0200
-
-pythondialog (3.2.0-1) unstable; urgency=low
-
- [ Florent Rougon ]
- * New upstream release.
-
- * Add Build-Depends on python3-docutils,
- python3-sphinx (>= 1.0.7+dfsg-1~) and python3-pygments because this
- release brings a new Sphinx-based documentation.
-
- * add-glossary-label: new patch to add a "glossary" label right before
- the Glossary (maybe upstream bug, but upstream-installed Sphinx didn't
- complain about the missing label!).
-
- * Build-Depend on python3-doc so that intersphinx can use
- /usr/share/doc/python3/html/objects.inv (since downloading is
- prohibited during package build).
- * use-local-python3-doc-for-cross-references: new patch that:
- - uses /usr/share/doc/python3/html/objects.inv as the inventory file
- for Python cross-references;
- - resolves these references locally (with a
- file:///usr/share/doc/python3/html prefix)
- * Add a Suggests: python3-doc for these references to the local Python
- documentation.
-
- * Add python3-dialog.doc-base.
-
- [ Tristan Seligmann ]
- * Import packaging work by Florent Rougon.
- - python-dialog package removed, python3-dialog package added, since only
- Python 3 is supported upstream.
- - Reworked packaging fixes old bugs (closes: #608408, #615432, #646257)
- * Adopt package on behalf of DPMT (closes: #673962).
- * Add VCS control fields.
- * Check PGP signature in debian/watch.
-
- -- Tristan Seligmann <mithrandi at debian.org> Sun, 19 Oct 2014 12:46:15 +0200
-
-pythondialog (2.7-1) unstable; urgency=low
-
- * Initial release (Closes: #402453).
-
- -- Adam Cécile (Le_Vert) <gandalf at le-vert.net> Sun, 10 Dec 2006 16:30:10 +0100
Copied: packages/pythondialog/tags/3.2.1-1/debian/changelog (from rev 31550, packages/pythondialog/trunk/debian/changelog)
===================================================================
--- packages/pythondialog/tags/3.2.1-1/debian/changelog (rev 0)
+++ packages/pythondialog/tags/3.2.1-1/debian/changelog 2014-12-08 13:26:48 UTC (rev 31551)
@@ -0,0 +1,62 @@
+pythondialog (3.2.1-1) experimental; urgency=low
+
+ [ Florent Rougon ]
+ * Split python3-dialog.doc-base into python3-dialog.doc-base.manual and
+ python3-dialog.doc-base.readme; otherwise, it appears as if README.rst
+ were a text version of the pythondialog manual.
+
+ [ Tristan Seligmann ]
+ * New upstream release.
+ - Remove add-glossary-label patch which was merged upstream.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Mon, 08 Dec 2014 15:06:15 +0200
+
+pythondialog (3.2.0-2) unstable; urgency=low
+
+ * Add missing file/license for doc/intro/example.py to debian/copyright
+ (closes: #766041).
+
+ -- Tristan Seligmann <mithrandi at debian.org> Mon, 20 Oct 2014 16:36:40 +0200
+
+pythondialog (3.2.0-1) unstable; urgency=low
+
+ [ Florent Rougon ]
+ * New upstream release.
+
+ * Add Build-Depends on python3-docutils,
+ python3-sphinx (>= 1.0.7+dfsg-1~) and python3-pygments because this
+ release brings a new Sphinx-based documentation.
+
+ * add-glossary-label: new patch to add a "glossary" label right before
+ the Glossary (maybe upstream bug, but upstream-installed Sphinx didn't
+ complain about the missing label!).
+
+ * Build-Depend on python3-doc so that intersphinx can use
+ /usr/share/doc/python3/html/objects.inv (since downloading is
+ prohibited during package build).
+ * use-local-python3-doc-for-cross-references: new patch that:
+ - uses /usr/share/doc/python3/html/objects.inv as the inventory file
+ for Python cross-references;
+ - resolves these references locally (with a
+ file:///usr/share/doc/python3/html prefix)
+ * Add a Suggests: python3-doc for these references to the local Python
+ documentation.
+
+ * Add python3-dialog.doc-base.
+
+ [ Tristan Seligmann ]
+ * Import packaging work by Florent Rougon.
+ - python-dialog package removed, python3-dialog package added, since only
+ Python 3 is supported upstream.
+ - Reworked packaging fixes old bugs (closes: #608408, #615432, #646257)
+ * Adopt package on behalf of DPMT (closes: #673962).
+ * Add VCS control fields.
+ * Check PGP signature in debian/watch.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 19 Oct 2014 12:46:15 +0200
+
+pythondialog (2.7-1) unstable; urgency=low
+
+ * Initial release (Closes: #402453).
+
+ -- Adam Cécile (Le_Vert) <gandalf at le-vert.net> Sun, 10 Dec 2006 16:30:10 +0100
Deleted: packages/pythondialog/tags/3.2.1-1/debian/patches/add-glossary-label
===================================================================
--- packages/pythondialog/trunk/debian/patches/add-glossary-label 2014-12-08 12:43:07 UTC (rev 31549)
+++ packages/pythondialog/tags/3.2.1-1/debian/patches/add-glossary-label 2014-12-08 13:26:48 UTC (rev 31551)
@@ -1,14 +0,0 @@
-Description: Fix a possible upstream bug ("missing label")
-Author: Florent Rougon <f.rougon at free.fr>
-Forwarded: not-needed
-Applied-Upstream: 3.2.1, http://sourceforge.net/p/pythondialog/code/ci/0225bbb9919136f5bbeedb644289a573fc0cb31e/
-Last-Update: 2014-10-30
-
---- python3-dialog-3.2.0.orig/doc/glossary.rst
-+++ python3-dialog-3.2.0/doc/glossary.rst
-@@ -1,3 +1,5 @@
-+.. _glossary:
-+
- Glossary
- ========
-
Deleted: packages/pythondialog/tags/3.2.1-1/debian/patches/series
===================================================================
--- packages/pythondialog/trunk/debian/patches/series 2014-12-08 12:43:07 UTC (rev 31549)
+++ packages/pythondialog/tags/3.2.1-1/debian/patches/series 2014-12-08 13:26:48 UTC (rev 31551)
@@ -1,2 +0,0 @@
-add-glossary-label
-use-local-python3-doc-for-cross-references
Copied: packages/pythondialog/tags/3.2.1-1/debian/patches/series (from rev 31550, packages/pythondialog/trunk/debian/patches/series)
===================================================================
--- packages/pythondialog/tags/3.2.1-1/debian/patches/series (rev 0)
+++ packages/pythondialog/tags/3.2.1-1/debian/patches/series 2014-12-08 13:26:48 UTC (rev 31551)
@@ -0,0 +1 @@
+use-local-python3-doc-for-cross-references
Deleted: packages/pythondialog/tags/3.2.1-1/debian/patches/use-local-python3-doc-for-cross-references
===================================================================
--- packages/pythondialog/trunk/debian/patches/use-local-python3-doc-for-cross-references 2014-12-08 12:43:07 UTC (rev 31549)
+++ packages/pythondialog/tags/3.2.1-1/debian/patches/use-local-python3-doc-for-cross-references 2014-12-08 13:26:48 UTC (rev 31551)
@@ -1,17 +0,0 @@
-Description: Use local doc from python3-doc for cross references
-Author: Florent Rougon <f.rougon at free.fr>
-Forwarded: not-needed
-Last-Update: 2014-10-17
-
---- a/doc/conf.py
-+++ b/doc/conf.py
-@@ -35,7 +35,8 @@
- 'sphinx.ext.viewcode',
- ]
-
--intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}
-+intersphinx_mapping = {'python': ('file:///usr/share/doc/python3/html',
-+ '/usr/share/doc/python3/html/objects.inv')}
-
- # Add any paths that contain templates here, relative to this directory.
- templates_path = ['_templates']
Copied: packages/pythondialog/tags/3.2.1-1/debian/patches/use-local-python3-doc-for-cross-references (from rev 31550, packages/pythondialog/trunk/debian/patches/use-local-python3-doc-for-cross-references)
===================================================================
--- packages/pythondialog/tags/3.2.1-1/debian/patches/use-local-python3-doc-for-cross-references (rev 0)
+++ packages/pythondialog/tags/3.2.1-1/debian/patches/use-local-python3-doc-for-cross-references 2014-12-08 13:26:48 UTC (rev 31551)
@@ -0,0 +1,19 @@
+Description: Use local doc from python3-doc for cross references
+Author: Florent Rougon <f.rougon at free.fr>
+Forwarded: not-needed
+Last-Update: 2014-10-17
+
+Index: pythondialog-3.2.1/doc/conf.py
+===================================================================
+--- pythondialog-3.2.1.orig/doc/conf.py 2014-12-08 14:57:22.044455055 +0200
++++ pythondialog-3.2.1/doc/conf.py 2014-12-08 14:57:22.040454996 +0200
+@@ -35,7 +35,8 @@
+ 'sphinx.ext.viewcode',
+ ]
+
+-intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}
++intersphinx_mapping = {'python': ('file:///usr/share/doc/python3/html',
++ '/usr/share/doc/python3/html/objects.inv')}
+
+ # Add any paths that contain templates here, relative to this directory.
+ templates_path = ['_templates']
More information about the Python-modules-commits
mailing list