[Python-modules-commits] r26272 - in packages/stomper/tags (5 files)

dandrimont-guest at users.alioth.debian.org dandrimont-guest at users.alioth.debian.org
Thu Oct 24 16:34:05 UTC 2013


    Date: Thursday, October 24, 2013 @ 16:34:03
  Author: dandrimont-guest
Revision: 26272

[svn-buildpackage] Tagging stomper 0.2.7-1~bpo70+1

Added:
  packages/stomper/tags/0.2.7-1~bpo70+1/
  packages/stomper/tags/0.2.7-1~bpo70+1/debian/changelog
    (from rev 26271, packages/stomper/branches/wheezy-backports/debian/changelog)
  packages/stomper/tags/0.2.7-1~bpo70+1/debian/control
    (from rev 26271, packages/stomper/branches/wheezy-backports/debian/control)
Deleted:
  packages/stomper/tags/0.2.7-1~bpo70+1/debian/changelog
  packages/stomper/tags/0.2.7-1~bpo70+1/debian/control

Deleted: packages/stomper/tags/0.2.7-1~bpo70+1/debian/changelog
===================================================================
--- packages/stomper/branches/wheezy-backports/debian/changelog	2013-10-24 16:26:21 UTC (rev 26270)
+++ packages/stomper/tags/0.2.7-1~bpo70+1/debian/changelog	2013-10-24 16:34:03 UTC (rev 26272)
@@ -1,11 +0,0 @@
-stomper (0.2.7-1) unstable; urgency=low
-
-  [ Simon Chopin ]
-  * Initial release. (Closes: #705932)
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
-  * Fix a typo in the package description.
-
- -- Simon Chopin <chopin.simon at gmail.com>  Sun, 23 Jun 2013 11:12:54 -0400

Copied: packages/stomper/tags/0.2.7-1~bpo70+1/debian/changelog (from rev 26271, packages/stomper/branches/wheezy-backports/debian/changelog)
===================================================================
--- packages/stomper/tags/0.2.7-1~bpo70+1/debian/changelog	                        (rev 0)
+++ packages/stomper/tags/0.2.7-1~bpo70+1/debian/changelog	2013-10-24 16:34:03 UTC (rev 26272)
@@ -0,0 +1,18 @@
+stomper (0.2.7-1~bpo70+1) wheezy-backports; urgency=low
+
+  * Rebuild for wheezy-backports.
+  * Add myself to Uploaders
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Thu, 24 Oct 2013 18:26:41 +0200
+
+stomper (0.2.7-1) unstable; urgency=low
+
+  [ Simon Chopin ]
+  * Initial release. (Closes: #705932)
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
+  * Fix a typo in the package description.
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sun, 23 Jun 2013 11:12:54 -0400

Deleted: packages/stomper/tags/0.2.7-1~bpo70+1/debian/control
===================================================================
--- packages/stomper/branches/wheezy-backports/debian/control	2013-10-24 16:26:21 UTC (rev 26270)
+++ packages/stomper/tags/0.2.7-1~bpo70+1/debian/control	2013-10-24 16:34:03 UTC (rev 26272)
@@ -1,30 +0,0 @@
-Source: stomper
-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>
-Build-Depends:
- debhelper (>= 9),
- python-setuptools,
- python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.4
-X-Python-Version: >= 2.5
-Homepage: https://github.com/oisinmulvihill/stomper/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/stomper/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/stomper/trunk/
-
-Package: python-stomper
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
-Description: Python client implementation of the STOMP protocol
- The client is attempting to be transport layer neutral. This module provides
- functions to create and parse STOMP messages in a programmatic fashion. The
- messages can be easily generated and parsed, however its up to the user to do
- the sending and receiving.
- .
- The Streaming Text Oriented Messaging Protocol is a text-based protocol
- vaguely similar to HTTP, intended for message oriented middleware. Its
- protocol specification can be found at
- http://stomp.github.io/

Copied: packages/stomper/tags/0.2.7-1~bpo70+1/debian/control (from rev 26271, packages/stomper/branches/wheezy-backports/debian/control)
===================================================================
--- packages/stomper/tags/0.2.7-1~bpo70+1/debian/control	                        (rev 0)
+++ packages/stomper/tags/0.2.7-1~bpo70+1/debian/control	2013-10-24 16:34:03 UTC (rev 26272)
@@ -0,0 +1,30 @@
+Source: stomper
+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-setuptools,
+ python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.5
+Homepage: https://github.com/oisinmulvihill/stomper/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/stomper/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/stomper/trunk/
+
+Package: python-stomper
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: Python client implementation of the STOMP protocol
+ The client is attempting to be transport layer neutral. This module provides
+ functions to create and parse STOMP messages in a programmatic fashion. The
+ messages can be easily generated and parsed, however its up to the user to do
+ the sending and receiving.
+ .
+ The Streaming Text Oriented Messaging Protocol is a text-based protocol
+ vaguely similar to HTTP, intended for message oriented middleware. Its
+ protocol specification can be found at
+ http://stomp.github.io/




More information about the Python-modules-commits mailing list