[Python-modules-commits] r32816 - in packages/toposort/tags (5 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun May 31 08:48:29 UTC 2015


    Date: Sunday, May 31, 2015 @ 08:48:28
  Author: dktrkranz
Revision: 32816

[svn-buildpackage] Tagging toposort 1.4-1

Added:
  packages/toposort/tags/1.4-1/
  packages/toposort/tags/1.4-1/debian/changelog
    (from rev 32815, packages/toposort/trunk/debian/changelog)
  packages/toposort/tags/1.4-1/debian/control
    (from rev 32814, packages/toposort/trunk/debian/control)
Deleted:
  packages/toposort/tags/1.4-1/debian/changelog
  packages/toposort/tags/1.4-1/debian/control

Deleted: packages/toposort/tags/1.4-1/debian/changelog
===================================================================
--- packages/toposort/trunk/debian/changelog	2015-05-29 16:16:24 UTC (rev 32810)
+++ packages/toposort/tags/1.4-1/debian/changelog	2015-05-31 08:48:28 UTC (rev 32816)
@@ -1,14 +0,0 @@
-toposort (1.1-2) UNRELEASED; urgency=medium
-
-  * debian/control:
-    - Fix typo in X-Python-Version and X-Python3-Version fields.
-  * debian/rules:
-    - Simplify test suite invocation.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Tue, 30 Dec 2014 09:48:24 +0100
-
-toposort (1.1-1) unstable; urgency=medium
-
-  * Initial release (Closes: #755906).
-
- -- Luca Falavigna <dktrkranz at debian.org>  Thu, 24 Jul 2014 14:54:36 +0200

Copied: packages/toposort/tags/1.4-1/debian/changelog (from rev 32815, packages/toposort/trunk/debian/changelog)
===================================================================
--- packages/toposort/tags/1.4-1/debian/changelog	                        (rev 0)
+++ packages/toposort/tags/1.4-1/debian/changelog	2015-05-31 08:48:28 UTC (rev 32816)
@@ -0,0 +1,18 @@
+toposort (1.4-1) unstable; urgency=medium
+
+  * New upstream release.
+    - Test package is no longer shipped in the binary (Closes: #787230).
+  * debian/control:
+    - Fix typo in X-Python-Version and X-Python3-Version fields.
+    - Remove XS-Testsuite field, not needed anymore with recent dpkg.
+    - Bump Standards-Version to 3.9.6, no changes required.
+  * debian/rules:
+    - Simplify test suite invocation.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 31 May 2015 10:41:41 +0200
+
+toposort (1.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #755906).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 24 Jul 2014 14:54:36 +0200

Deleted: packages/toposort/tags/1.4-1/debian/control
===================================================================
--- packages/toposort/trunk/debian/control	2015-05-29 16:16:24 UTC (rev 32810)
+++ packages/toposort/tags/1.4-1/debian/control	2015-05-31 08:48:28 UTC (rev 32816)
@@ -1,40 +0,0 @@
-Source: toposort
-Section: python
-Priority: optional
-Maintainer: Luca Falavigna <dktrkranz at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all (>= 2.6.6-3~),
-               python-setuptools,
-               python3-all,
-               python3-setuptools
-Homepage: https://bitbucket.org/ericvsmith/toposort
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/toposort/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/toposort/trunk/
-XS-Testsuite: autopkgtest
-
-Package: python-toposort
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: topological sort algorithm - Python 2 module
- In computer science, a topological sort (sometimes abbreviated
- topsort or toposort) or topological ordering of a directed graph is a
- linear ordering of its vertices such that for every directed edge uv
- from vertex u to vertex v, u comes before v in the ordering.
- .
- This package provides this algorithm for Python.
-
-Package: python3-toposort
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Description: topological sort algorithm - Python 3 module
- In computer science, a topological sort (sometimes abbreviated
- topsort or toposort) or topological ordering of a directed graph is a
- linear ordering of its vertices such that for every directed edge uv
- from vertex u to vertex v, u comes before v in the ordering.
- .
- This package provides this algorithm for Python 3.

Copied: packages/toposort/tags/1.4-1/debian/control (from rev 32814, packages/toposort/trunk/debian/control)
===================================================================
--- packages/toposort/tags/1.4-1/debian/control	                        (rev 0)
+++ packages/toposort/tags/1.4-1/debian/control	2015-05-31 08:48:28 UTC (rev 32816)
@@ -0,0 +1,39 @@
+Source: toposort
+Section: python
+Priority: optional
+Maintainer: Luca Falavigna <dktrkranz at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Homepage: https://bitbucket.org/ericvsmith/toposort
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/toposort/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/toposort/trunk/
+
+Package: python-toposort
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: topological sort algorithm - Python 2 module
+ In computer science, a topological sort (sometimes abbreviated
+ topsort or toposort) or topological ordering of a directed graph is a
+ linear ordering of its vertices such that for every directed edge uv
+ from vertex u to vertex v, u comes before v in the ordering.
+ .
+ This package provides this algorithm for Python.
+
+Package: python3-toposort
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: topological sort algorithm - Python 3 module
+ In computer science, a topological sort (sometimes abbreviated
+ topsort or toposort) or topological ordering of a directed graph is a
+ linear ordering of its vertices such that for every directed edge uv
+ from vertex u to vertex v, u comes before v in the ordering.
+ .
+ This package provides this algorithm for Python 3.




More information about the Python-modules-commits mailing list