[Python-modules-commits] r26860 - in packages/websocket-client/trunk (10 files)
olasd at users.alioth.debian.org
olasd at users.alioth.debian.org
Sat Dec 21 19:25:15 UTC 2013
Date: Saturday, December 21, 2013 @ 19:25:14
Author: olasd
Revision: 26860
[svn-inject] Applying Debian modifications (0.12.0-1) to trunk
Added:
packages/websocket-client/trunk/debian/
packages/websocket-client/trunk/debian/changelog
packages/websocket-client/trunk/debian/clean
packages/websocket-client/trunk/debian/compat
packages/websocket-client/trunk/debian/control
packages/websocket-client/trunk/debian/copyright
packages/websocket-client/trunk/debian/rules
packages/websocket-client/trunk/debian/source/
packages/websocket-client/trunk/debian/source/format
packages/websocket-client/trunk/debian/watch
Property changes on: packages/websocket-client/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/websocket-client/trunk/debian/changelog
===================================================================
--- packages/websocket-client/trunk/debian/changelog (rev 0)
+++ packages/websocket-client/trunk/debian/changelog 2013-12-21 19:25:14 UTC (rev 26860)
@@ -0,0 +1,5 @@
+websocket-client (0.12.0-1) UNRELEASED; urgency=medium
+
+ * Initial release. (Closes: #727759)
+
+ -- Nicolas Dandrimont <olasd at debian.org> Sat, 21 Dec 2013 21:07:39 +0100
Added: packages/websocket-client/trunk/debian/clean
===================================================================
--- packages/websocket-client/trunk/debian/clean (rev 0)
+++ packages/websocket-client/trunk/debian/clean 2013-12-21 19:25:14 UTC (rev 26860)
@@ -0,0 +1 @@
+websocket_client.egg-info/*
Added: packages/websocket-client/trunk/debian/compat
===================================================================
--- packages/websocket-client/trunk/debian/compat (rev 0)
+++ packages/websocket-client/trunk/debian/compat 2013-12-21 19:25:14 UTC (rev 26860)
@@ -0,0 +1 @@
+9
Added: packages/websocket-client/trunk/debian/control
===================================================================
--- packages/websocket-client/trunk/debian/control (rev 0)
+++ packages/websocket-client/trunk/debian/control 2013-12-21 19:25:14 UTC (rev 26860)
@@ -0,0 +1,24 @@
+Source: websocket-client
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Nicolas Dandrimont <olasd at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+Homepage: https://github.com/liris/websocket-client
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/websocket-client/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/websocket-client/trunk
+
+Package: python-websocket
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: WebSocket client library for python
+ websocket-client provides a low-level, synchronous API providing WebSocket
+ client functionality to Python programs. It conforms to the WebSocket
+ specification as standardized by the IETF in RFC 6455.
+ .
+ WebSocket is a protocol providing full-duplex communication channels over
+ TCP, mostly used in Web browsers.
Added: packages/websocket-client/trunk/debian/copyright
===================================================================
--- packages/websocket-client/trunk/debian/copyright (rev 0)
+++ packages/websocket-client/trunk/debian/copyright 2013-12-21 19:25:14 UTC (rev 26860)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: websocket-client
+Source: https://github.com/liris/websocket-client
+
+Files: *
+Copyright: (C) 2010 Hiroki Ohtani(liris)
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2013 Nicolas Dandrimont <olasd at debian.org>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.
Added: packages/websocket-client/trunk/debian/rules
===================================================================
--- packages/websocket-client/trunk/debian/rules (rev 0)
+++ packages/websocket-client/trunk/debian/rules 2013-12-21 19:25:14 UTC (rev 26860)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+PY2VERS = $(shell pyversions -vr)
+
+export http_proxy = http://127.0.9.1:9
+export https_proxy = http://127.0.9.1:9
+
+%:
+ dh $@ --with python2
+
+override_dh_install:
+ mv $(CURDIR)/debian/python-websocket/usr/bin/wsdump.py $(CURDIR)/debian/python-websocket/usr/bin/wsdump
+ dh_install
Property changes on: packages/websocket-client/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/websocket-client/trunk/debian/source/format
===================================================================
--- packages/websocket-client/trunk/debian/source/format (rev 0)
+++ packages/websocket-client/trunk/debian/source/format 2013-12-21 19:25:14 UTC (rev 26860)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/websocket-client/trunk/debian/watch
===================================================================
--- packages/websocket-client/trunk/debian/watch (rev 0)
+++ packages/websocket-client/trunk/debian/watch 2013-12-21 19:25:14 UTC (rev 26860)
@@ -0,0 +1,3 @@
+version=3
+
+https://pypi.python.org/packages/source/w/websocket-client/websocket-client-(.+).tar.gz
More information about the Python-modules-commits
mailing list