[Python-modules-commits] r26285 - in packages/txws/tags (7 files)

dandrimont-guest at users.alioth.debian.org dandrimont-guest at users.alioth.debian.org
Sat Oct 26 08:41:06 UTC 2013


    Date: Saturday, October 26, 2013 @ 08:41:04
  Author: dandrimont-guest
Revision: 26285

[svn-buildpackage] Tagging txws 0.7.1-2~bpo70+1

Added:
  packages/txws/tags/0.7.1-2~bpo70+1/
  packages/txws/tags/0.7.1-2~bpo70+1/debian/changelog
    (from rev 26284, packages/txws/branches/wheezy-backports/debian/changelog)
  packages/txws/tags/0.7.1-2~bpo70+1/debian/control
    (from rev 26284, packages/txws/branches/wheezy-backports/debian/control)
  packages/txws/tags/0.7.1-2~bpo70+1/debian/pydist-overrides
    (from rev 26283, packages/txws/branches/wheezy-backports/debian/pydist-overrides)
Deleted:
  packages/txws/tags/0.7.1-2~bpo70+1/debian/changelog
  packages/txws/tags/0.7.1-2~bpo70+1/debian/control
  packages/txws/tags/0.7.1-2~bpo70+1/debian/pydist-overrides

Deleted: packages/txws/tags/0.7.1-2~bpo70+1/debian/changelog
===================================================================
--- packages/txws/branches/wheezy-backports/debian/changelog	2013-10-20 12:18:14 UTC (rev 26218)
+++ packages/txws/tags/0.7.1-2~bpo70+1/debian/changelog	2013-10-26 08:41:04 UTC (rev 26285)
@@ -1,16 +0,0 @@
-txws (0.7.1-1~bpo70+1) wheezy-backports; urgency=low
-
-  * Rebuild for wheezy-backports.
-  * Add myself to uploaders
-
- -- Nicolas Dandrimont <olasd at debian.org>  Sun, 20 Oct 2013 13:48:22 +0200
-
-txws (0.7.1-1) unstable; urgency=low
-
-  [ Simon Chopin ]
-  * Initial release. (Closes: #705944)
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
- -- Simon Chopin <chopin.simon at gmail.com>  Sat, 22 Jun 2013 15:05:04 -0400

Copied: packages/txws/tags/0.7.1-2~bpo70+1/debian/changelog (from rev 26284, packages/txws/branches/wheezy-backports/debian/changelog)
===================================================================
--- packages/txws/tags/0.7.1-2~bpo70+1/debian/changelog	                        (rev 0)
+++ packages/txws/tags/0.7.1-2~bpo70+1/debian/changelog	2013-10-26 08:41:04 UTC (rev 26285)
@@ -0,0 +1,24 @@
+txws (0.7.1-2~bpo70+1) wheezy-backports; urgency=low
+
+  * Rebuild for wheezy-backports.
+  * Update my email address
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Sat, 26 Oct 2013 10:31:42 +0200
+
+txws (0.7.1-2) unstable; urgency=low
+
+  * Add myself to Uploaders.
+  * Put the real python-twisted-core package in pydist-overrides instead of
+    the virtual package, to generate a correct dependency.
+
+ -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Sun, 07 Jul 2013 13:38:35 +0200
+
+txws (0.7.1-1) unstable; urgency=low
+
+  [ Simon Chopin ]
+  * Initial release. (Closes: #705944)
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sat, 22 Jun 2013 15:05:04 -0400

Deleted: packages/txws/tags/0.7.1-2~bpo70+1/debian/control
===================================================================
--- packages/txws/branches/wheezy-backports/debian/control	2013-10-20 12:18:14 UTC (rev 26218)
+++ packages/txws/tags/0.7.1-2~bpo70+1/debian/control	2013-10-26 08:41:04 UTC (rev 26285)
@@ -1,27 +0,0 @@
-Source: txws
-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-setuptools
-Standards-Version: 3.9.4
-X-Python-Version: >= 2.6
-Homepage: http://github.com/MostAwesomeDude/txWS
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txws/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txws/trunk/
-
-Package: python-txws
-Architecture: all
-Depends:
- python-twisted-web,
- ${misc:Depends},
- ${python:Depends}
-Description: Python module to add Websocket support to the Twisted framework
- txWS (pronounced "Twisted WebSockets") is a small, short, simple library
- for adding WebSockets server support to your favorite Twisted
- applications.
- .
- Websocket is a protocol providing full-duplex communication channels over TCP
- mostly used in Web browsers.
- .
- Twisted is an event-based framework for internet applications

Copied: packages/txws/tags/0.7.1-2~bpo70+1/debian/control (from rev 26284, packages/txws/branches/wheezy-backports/debian/control)
===================================================================
--- packages/txws/tags/0.7.1-2~bpo70+1/debian/control	                        (rev 0)
+++ packages/txws/tags/0.7.1-2~bpo70+1/debian/control	2013-10-26 08:41:04 UTC (rev 26285)
@@ -0,0 +1,28 @@
+Source: txws
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Nicolas Dandrimont <olasd at debian.org>,
+           Simon Chopin <chopin.simon at gmail.com>,
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.6
+Homepage: http://github.com/MostAwesomeDude/txWS
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txws/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txws/trunk/
+
+Package: python-txws
+Architecture: all
+Depends:
+ python-twisted-web,
+ ${misc:Depends},
+ ${python:Depends}
+Description: Python module to add Websocket support to the Twisted framework
+ txWS (pronounced "Twisted WebSockets") is a small, short, simple library
+ for adding WebSockets server support to your favorite Twisted
+ applications.
+ .
+ Websocket is a protocol providing full-duplex communication channels over TCP
+ mostly used in Web browsers.
+ .
+ Twisted is an event-based framework for internet applications

Deleted: packages/txws/tags/0.7.1-2~bpo70+1/debian/pydist-overrides
===================================================================
--- packages/txws/branches/wheezy-backports/debian/pydist-overrides	2013-10-20 12:18:14 UTC (rev 26218)
+++ packages/txws/tags/0.7.1-2~bpo70+1/debian/pydist-overrides	2013-10-26 08:41:04 UTC (rev 26285)
@@ -1 +0,0 @@
-twisted python-twisted.core

Copied: packages/txws/tags/0.7.1-2~bpo70+1/debian/pydist-overrides (from rev 26283, packages/txws/branches/wheezy-backports/debian/pydist-overrides)
===================================================================
--- packages/txws/tags/0.7.1-2~bpo70+1/debian/pydist-overrides	                        (rev 0)
+++ packages/txws/tags/0.7.1-2~bpo70+1/debian/pydist-overrides	2013-10-26 08:41:04 UTC (rev 26285)
@@ -0,0 +1 @@
+twisted python-twisted-core




More information about the Python-modules-commits mailing list