[Python-modules-commits] r28849 - in packages/txzmq/tags (7 files)

olasd at users.alioth.debian.org olasd at users.alioth.debian.org
Sun May 11 13:37:18 UTC 2014


    Date: Sunday, May 11, 2014 @ 13:37:17
  Author: olasd
Revision: 28849

[svn-buildpackage] Tagging txzmq 0.7.2-1

Added:
  packages/txzmq/tags/0.7.2-1/
  packages/txzmq/tags/0.7.2-1/debian/changelog
    (from rev 28848, packages/txzmq/trunk/debian/changelog)
  packages/txzmq/tags/0.7.2-1/debian/control
    (from rev 28847, packages/txzmq/trunk/debian/control)
  packages/txzmq/tags/0.7.2-1/debian/rules
    (from rev 28846, packages/txzmq/trunk/debian/rules)
Deleted:
  packages/txzmq/tags/0.7.2-1/debian/changelog
  packages/txzmq/tags/0.7.2-1/debian/control
  packages/txzmq/tags/0.7.2-1/debian/rules

Deleted: packages/txzmq/tags/0.7.2-1/debian/changelog
===================================================================
--- packages/txzmq/trunk/debian/changelog	2014-05-11 12:54:20 UTC (rev 28844)
+++ packages/txzmq/tags/0.7.2-1/debian/changelog	2014-05-11 13:37:17 UTC (rev 28849)
@@ -1,17 +0,0 @@
-txzmq (0.7.0-1) unstable; urgency=medium
-
-  * New upstream release
-  * Add myself to uploaders
-  * Bump python-zmq requirement to version 13
-
- -- Nicolas Dandrimont <olasd at debian.org>  Sat, 21 Dec 2013 19:20:23 +0100
-
-txzmq (0.6.2-1) unstable; urgency=low
-
-  [ Simon Chopin ]
-  * Initial release. (Closes: #705943)
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
- -- Simon Chopin <chopin.simon at gmail.com>  Sat, 22 Jun 2013 15:30:48 -0400

Copied: packages/txzmq/tags/0.7.2-1/debian/changelog (from rev 28848, packages/txzmq/trunk/debian/changelog)
===================================================================
--- packages/txzmq/tags/0.7.2-1/debian/changelog	                        (rev 0)
+++ packages/txzmq/tags/0.7.2-1/debian/changelog	2014-05-11 13:37:17 UTC (rev 28849)
@@ -0,0 +1,25 @@
+txzmq (0.7.2-1) unstable; urgency=medium
+
+  * New upstream release
+  * Switch buildsystem to pybuild
+  * Bump Standards-Version to 3.9.5 (no changes)
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Sun, 11 May 2014 15:24:16 +0200
+
+txzmq (0.7.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * Add myself to uploaders
+  * Bump python-zmq requirement to version 13
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Sat, 21 Dec 2013 19:20:23 +0100
+
+txzmq (0.6.2-1) unstable; urgency=low
+
+  [ Simon Chopin ]
+  * Initial release. (Closes: #705943)
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sat, 22 Jun 2013 15:30:48 -0400

Deleted: packages/txzmq/tags/0.7.2-1/debian/control
===================================================================
--- packages/txzmq/trunk/debian/control	2014-05-11 12:54:20 UTC (rev 28844)
+++ packages/txzmq/tags/0.7.2-1/debian/control	2014-05-11 13:37:17 UTC (rev 28849)
@@ -1,33 +0,0 @@
-Source: txzmq
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Simon Chopin <chopin.simon at gmail.com>, Nicolas Dandrimont <olasd at debian.org>
-Build-Depends:
- debhelper (>= 9),
- python-all (>= 2.6.6-3~),
- python-pytest,
- python-twisted-core,
- python-zmq (>= 13),
- python-zope.interface
-Standards-Version: 3.9.4
-X-Python-Version: >= 2.6
-Homepage: https://github.com/smira/txZMQ
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txzmq/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txzmq/trunk/
-
-Package: python-txzmq
-Architecture: all
-Depends:
- python-twisted-core,
- python-zmq (>= 13),
- python-zope.interface,
- ${misc:Depends},
- ${python:Depends}
-Description: Python module providing ZeroMQ binding for the Twisted framework
- txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop
- (reactor).
- .
- 0MQ is a high performance asynchronous brokerless messaging library.
- .
- Twisted is an event-based framework for internet applications.

Copied: packages/txzmq/tags/0.7.2-1/debian/control (from rev 28847, packages/txzmq/trunk/debian/control)
===================================================================
--- packages/txzmq/tags/0.7.2-1/debian/control	                        (rev 0)
+++ packages/txzmq/tags/0.7.2-1/debian/control	2014-05-11 13:37:17 UTC (rev 28849)
@@ -0,0 +1,34 @@
+Source: txzmq
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>, Nicolas Dandrimont <olasd at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-pytest,
+ python-twisted-core,
+ python-zmq (>= 13),
+ python-zope.interface
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+Homepage: https://github.com/smira/txZMQ
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txzmq/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txzmq/trunk/
+
+Package: python-txzmq
+Architecture: all
+Depends:
+ python-twisted-core,
+ python-zmq (>= 13),
+ python-zope.interface,
+ ${misc:Depends},
+ ${python:Depends}
+Description: Python module providing ZeroMQ binding for the Twisted framework
+ txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop
+ (reactor).
+ .
+ 0MQ is a high performance asynchronous brokerless messaging library.
+ .
+ Twisted is an event-based framework for internet applications.

Deleted: packages/txzmq/tags/0.7.2-1/debian/rules
===================================================================
--- packages/txzmq/trunk/debian/rules	2014-05-11 12:54:20 UTC (rev 28844)
+++ packages/txzmq/tags/0.7.2-1/debian/rules	2014-05-11 13:37:17 UTC (rev 28849)
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@ --with python2
-
-override_dh_auto_test:
-	dh_auto_test
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; \
-	for py in $(shell pyversions -r); do \
-		$$py -m pytest txzmq/test; \
-	done
-endif

Copied: packages/txzmq/tags/0.7.2-1/debian/rules (from rev 28846, packages/txzmq/trunk/debian/rules)
===================================================================
--- packages/txzmq/tags/0.7.2-1/debian/rules	                        (rev 0)
+++ packages/txzmq/tags/0.7.2-1/debian/rules	2014-05-11 13:37:17 UTC (rev 28849)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild




More information about the Python-modules-commits mailing list