[Python-modules-commits] r15716 - in packages/pyzmq/tags (5 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Feb 15 09:06:31 UTC 2011
Date: Tuesday, February 15, 2011 @ 09:05:57
Author: piotr
Revision: 15716
tagging 2.0.10.1-2
Added:
packages/pyzmq/tags/2.0.10.1-2/
packages/pyzmq/tags/2.0.10.1-2/debian/changelog
(from rev 15715, packages/pyzmq/trunk/debian/changelog)
packages/pyzmq/tags/2.0.10.1-2/debian/control
(from rev 15715, packages/pyzmq/trunk/debian/control)
Deleted:
packages/pyzmq/tags/2.0.10.1-2/debian/changelog
packages/pyzmq/tags/2.0.10.1-2/debian/control
Deleted: packages/pyzmq/tags/2.0.10.1-2/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog 2011-02-04 04:35:29 UTC (rev 15451)
+++ packages/pyzmq/tags/2.0.10.1-2/debian/changelog 2011-02-15 09:05:57 UTC (rev 15716)
@@ -1,21 +0,0 @@
-pyzmq (2.0.10.1-1) UNRELEASED; urgency=low
-
- * New upstream release.
- * Migrate to dh_python2 and drop Build-Depends on python-support.
- * Fix typo in package descriptions.
-
- -- Miguel Landaeta <miguel at miguel.cc> Thu, 03 Feb 2011 13:50:00 -0430
-
-pyzmq (2.0.10-1) experimental; urgency=low
-
- * New upstream release.
- - cpython minimum build version bumped to 0.13
- * Add watch file.
-
- -- Miguel Landaeta <miguel at miguel.cc> Wed, 17 Nov 2010 16:14:17 -0430
-
-pyzmq (0.1.20100703+git18f5d06155-1) unstable; urgency=low
-
- * Initial release. (Closes: #590633)
-
- -- Miguel Landaeta <miguel at miguel.cc> Wed, 08 Sep 2010 13:50:41 -0430
Copied: packages/pyzmq/tags/2.0.10.1-2/debian/changelog (from rev 15715, packages/pyzmq/trunk/debian/changelog)
===================================================================
--- packages/pyzmq/tags/2.0.10.1-2/debian/changelog (rev 0)
+++ packages/pyzmq/tags/2.0.10.1-2/debian/changelog 2011-02-15 09:05:57 UTC (rev 15716)
@@ -0,0 +1,29 @@
+pyzmq (2.0.10.1-2) unstable; urgency=low
+
+ * Team upload.
+ * Upload to unstable
+ * Add Breaks: ${python:Breaks}
+
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 15 Feb 2011 09:08:36 +0100
+
+pyzmq (2.0.10.1-1) experimental; urgency=low
+
+ * New upstream release.
+ * Migrate to dh_python2 and drop Build-Depends on python-support.
+ * Fix typo in package descriptions.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Thu, 03 Feb 2011 13:50:00 -0430
+
+pyzmq (2.0.10-1) experimental; urgency=low
+
+ * New upstream release.
+ - cpython minimum build version bumped to 0.13
+ * Add watch file.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Wed, 17 Nov 2010 16:14:17 -0430
+
+pyzmq (0.1.20100703+git18f5d06155-1) unstable; urgency=low
+
+ * Initial release. (Closes: #590633)
+
+ -- Miguel Landaeta <miguel at miguel.cc> Wed, 08 Sep 2010 13:50:41 -0430
Deleted: packages/pyzmq/tags/2.0.10.1-2/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control 2011-02-04 04:35:29 UTC (rev 15451)
+++ packages/pyzmq/tags/2.0.10.1-2/debian/control 2011-02-15 09:05:57 UTC (rev 15716)
@@ -1,52 +0,0 @@
-Source: pyzmq
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Miguel Landaeta <miguel at miguel.cc>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.4),
- python-all-dbg (>= 2.4), python-setuptools, cython-dbg (>= 0.13), libzmq-dev
-Standards-Version: 3.9.1
-X-Python-Version: >= 2.4
-Homepage: http://www.zeromq.org/bindings:python
-Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyzmq/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyzmq/trunk/
-
-Package: python-zmq
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
-Description: Python bindings for 0MQ library
- Python bindings for 0MQ. 0MQ is a small, fast, and free
- software library that gives you message-passing concurrency
- for applications in most common languages.
- .
- The 0MQ lightweight messaging kernel is a library which
- extends the standard socket interfaces with features
- traditionally provided by specialised messaging middleware
- products. 0MQ sockets provide an abstraction of asynchronous
- message queues, multiple messaging patterns, message
- filtering (subscriptions), seamless access to multiple
- transport protocols and more.
-
-Package: python-zmq-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- python-zmq (= ${binary:Version})
-Recommends: python-dbg
-Description: Python bindings for 0MQ library - debugging files
- Python bindings for 0MQ. 0MQ is a small, fast, and free
- software library that gives you message-passing concurrency
- for applications in most common languages.
- .
- The 0MQ lightweight messaging kernel is a library which
- extends the standard socket interfaces with features
- traditionally provided by specialised messaging middleware
- products. 0MQ sockets provide an abstraction of asynchronous
- message queues, multiple messaging patterns, message
- filtering (subscriptions), seamless access to multiple
- transport protocols and more.
- .
- This package contains the extension built for the Python debug interpreter.
Copied: packages/pyzmq/tags/2.0.10.1-2/debian/control (from rev 15715, packages/pyzmq/trunk/debian/control)
===================================================================
--- packages/pyzmq/tags/2.0.10.1-2/debian/control (rev 0)
+++ packages/pyzmq/tags/2.0.10.1-2/debian/control 2011-02-15 09:05:57 UTC (rev 15716)
@@ -0,0 +1,54 @@
+Source: pyzmq
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.4),
+ python-all-dbg (>= 2.4), python-setuptools, cython-dbg (>= 0.13), libzmq-dev
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.4
+Homepage: http://www.zeromq.org/bindings:python
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyzmq/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyzmq/trunk/
+
+Package: python-zmq
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Breaks: ${python:Breaks}
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for 0MQ library
+ Python bindings for 0MQ. 0MQ is a small, fast, and free
+ software library that gives you message-passing concurrency
+ for applications in most common languages.
+ .
+ The 0MQ lightweight messaging kernel is a library which
+ extends the standard socket interfaces with features
+ traditionally provided by specialised messaging middleware
+ products. 0MQ sockets provide an abstraction of asynchronous
+ message queues, multiple messaging patterns, message
+ filtering (subscriptions), seamless access to multiple
+ transport protocols and more.
+
+Package: python-zmq-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ python-zmq (= ${binary:Version})
+Recommends: python-dbg
+Breaks: ${python:Breaks}
+Description: Python bindings for 0MQ library - debugging files
+ Python bindings for 0MQ. 0MQ is a small, fast, and free
+ software library that gives you message-passing concurrency
+ for applications in most common languages.
+ .
+ The 0MQ lightweight messaging kernel is a library which
+ extends the standard socket interfaces with features
+ traditionally provided by specialised messaging middleware
+ products. 0MQ sockets provide an abstraction of asynchronous
+ message queues, multiple messaging patterns, message
+ filtering (subscriptions), seamless access to multiple
+ transport protocols and more.
+ .
+ This package contains the extension built for the Python debug interpreter.
More information about the Python-modules-commits
mailing list