[Python-modules-commits] r24094 - in packages/stomper/trunk (9 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Fri May 3 16:26:15 UTC 2013


    Date: Friday, May 3, 2013 @ 16:26:14
  Author: laarmen-guest
Revision: 24094

[svn-inject] Applying Debian modifications (0.2.5-1) to trunk

Added:
  packages/stomper/trunk/debian/
  packages/stomper/trunk/debian/changelog
  packages/stomper/trunk/debian/compat
  packages/stomper/trunk/debian/control
  packages/stomper/trunk/debian/copyright
  packages/stomper/trunk/debian/rules
  packages/stomper/trunk/debian/source/
  packages/stomper/trunk/debian/source/format
  packages/stomper/trunk/debian/watch


Property changes on: packages/stomper/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/stomper/trunk/debian/changelog
===================================================================
--- packages/stomper/trunk/debian/changelog	                        (rev 0)
+++ packages/stomper/trunk/debian/changelog	2013-05-03 16:26:14 UTC (rev 24094)
@@ -0,0 +1,5 @@
+stomper (0.2.5-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #705932)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Fri, 03 May 2013 17:43:55 +0200

Added: packages/stomper/trunk/debian/compat
===================================================================
--- packages/stomper/trunk/debian/compat	                        (rev 0)
+++ packages/stomper/trunk/debian/compat	2013-05-03 16:26:14 UTC (rev 24094)
@@ -0,0 +1 @@
+8

Added: packages/stomper/trunk/debian/control
===================================================================
--- packages/stomper/trunk/debian/control	                        (rev 0)
+++ packages/stomper/trunk/debian/control	2013-05-03 16:26:14 UTC (rev 24094)
@@ -0,0 +1,28 @@
+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 (>= 8.1),
+ python-setuptools,
+ python (>= 2.6.6-3~)
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.5
+Homepage: https://github.com/oisinmulvihill/stomper/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/stomper/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/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 programatic fashion. The
+ messages can be easily generated and parsed, however its up to the user to do
+ the sending and receiving.
+ .
+ The STOMP protocol specification can be found at
+ http://stomp.codehaus.org/Protocol/

Added: packages/stomper/trunk/debian/copyright
===================================================================
--- packages/stomper/trunk/debian/copyright	                        (rev 0)
+++ packages/stomper/trunk/debian/copyright	2013-05-03 16:26:14 UTC (rev 24094)
@@ -0,0 +1,49 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: stomper
+Source: https://github.com/oisinmulvihill/stomper/
+
+Files: *
+Copyright: 2007-2013 Oisin Mulvihill
+License: Apache
+
+Files: lib/stomper/stompbuffer.py
+Copyright: 2008 Ricky Iacovou
+License: Apache
+
+Files: debian/*
+Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
+License: Apache
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ On Debian systems, a copy of the license should be at
+ /usr/share/common-licenses/Apache-2.0

Added: packages/stomper/trunk/debian/rules
===================================================================
--- packages/stomper/trunk/debian/rules	                        (rev 0)
+++ packages/stomper/trunk/debian/rules	2013-05-03 16:26:14 UTC (rev 24094)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+UPSTREAM = $(shell dpkg-parsechangelog | grep Version | sed 's/Version: \(.*\)-.*/\1/' )
+
+%:
+	dh $@ --with python2
+
+override_dh_install:
+	dh_install
+	rm -f debian/python-stomper/usr/lib/$(shell pyversions -d)/dist-packages/stomper-$(UPSTREAM).egg-info/SOURCES.txt


Property changes on: packages/stomper/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/stomper/trunk/debian/source/format
===================================================================
--- packages/stomper/trunk/debian/source/format	                        (rev 0)
+++ packages/stomper/trunk/debian/source/format	2013-05-03 16:26:14 UTC (rev 24094)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/stomper/trunk/debian/watch
===================================================================
--- packages/stomper/trunk/debian/watch	                        (rev 0)
+++ packages/stomper/trunk/debian/watch	2013-05-03 16:26:14 UTC (rev 24094)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/s/stomper/stomper-(.+).tar.gz




More information about the Python-modules-commits mailing list