[Python-modules-commits] r17421 - in packages/sphinx-issuetracker/trunk/debian (3 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Sun Jun 12 20:06:32 UTC 2011
Date: Sunday, June 12, 2011 @ 20:06:31
Author: fladi-guest
Revision: 17421
Bumped Standards-Version to 3.9.2 (no change necessary).
Clean up debian/* using wrap-and-sort.
Modified:
packages/sphinx-issuetracker/trunk/debian/changelog
packages/sphinx-issuetracker/trunk/debian/control
packages/sphinx-issuetracker/trunk/debian/copyright
Modified: packages/sphinx-issuetracker/trunk/debian/changelog
===================================================================
--- packages/sphinx-issuetracker/trunk/debian/changelog 2011-06-12 19:38:45 UTC (rev 17420)
+++ packages/sphinx-issuetracker/trunk/debian/changelog 2011-06-12 20:06:31 UTC (rev 17421)
@@ -3,7 +3,7 @@
* New upstream version.
* Upload to unstable.
* Fix object.inv location for python-sphinx.
- * Recommend python-debianbts as my patch has been included upstream.
+ * Recommend python-debianbts as patch has been included upstream.
* Move python-launchpadlib and python-lxml to Recommends as they are
optional.
* Add patch to conditionaly add intersphinx mappings, depending on the
@@ -13,8 +13,10 @@
* Add patch to gracefully handle exceptions caused by missing
packages.
* Bump sphinx dependency to (>= 1.0.7).
+ * Bumped Standards-Version to 3.9.2 (no change necessary).
+ * Clean up debian/* using wrap-and-sort.
- -- Fladischer Michael <FladischerMichael at fladi.at> Fri, 11 Mar 2011 07:25:41 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at> Sun, 12 Jun 2011 21:42:56 +0200
sphinx-issuetracker (0.5.4-1) experimental; urgency=low
Modified: packages/sphinx-issuetracker/trunk/debian/control
===================================================================
--- packages/sphinx-issuetracker/trunk/debian/control 2011-06-12 19:38:45 UTC (rev 17420)
+++ packages/sphinx-issuetracker/trunk/debian/control 2011-06-12 20:06:31 UTC (rev 17421)
@@ -3,30 +3,26 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 7.0.50~),
python-all (>=2.6),
python-doc,
python-lxml,
python-mock (>= 0.7.0),
python-py,
- python-sphinx (>=1.0.7),
python-setuptools,
+ python-sphinx (>=1.0.7),
python-support
XS-Python-Version: >= 2.6
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://packages.python.org/sphinxcontrib-issuetracker
Vcs-Svn: svn://svn.debian.org/python-modules/packages/sphinx-issuetracker/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sphinx-issuetracker/trunk/
Package: python-sphinx-issuetracker
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-sphinx (>=1.0.7)
+Depends: python-sphinx (>=1.0.7), ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
-Recommends: python-debianbts,
- python-launchpadlib,
- python-lxml
+Recommends: python-debianbts, python-launchpadlib, python-lxml
Description: Sphinx integration with different issuetrackers
This extension for Sphinx 1.0 parses textual issue references like #10, looks
up the issue in the configured issue tracker, and includes a link to the issue.
@@ -39,4 +35,3 @@
* Debian BTS
.
Furthermore this extension provides a simple API to add other issue trackers.
-
Modified: packages/sphinx-issuetracker/trunk/debian/copyright
===================================================================
--- packages/sphinx-issuetracker/trunk/debian/copyright 2011-06-12 19:38:45 UTC (rev 17420)
+++ packages/sphinx-issuetracker/trunk/debian/copyright 2011-06-12 20:06:31 UTC (rev 17421)
@@ -34,4 +34,3 @@
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
More information about the Python-modules-commits
mailing list