[Python-modules-commits] r24015 - in packages/txws/trunk (10 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Fri Apr 26 10:01:57 UTC 2013


    Date: Friday, April 26, 2013 @ 10:01:56
  Author: laarmen-guest
Revision: 24015

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

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


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

Added: packages/txws/trunk/debian/changelog
===================================================================
--- packages/txws/trunk/debian/changelog	                        (rev 0)
+++ packages/txws/trunk/debian/changelog	2013-04-26 10:01:56 UTC (rev 24015)
@@ -0,0 +1,5 @@
+txws (0.7.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #705944)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Fri, 26 Apr 2013 11:39:52 +0200

Added: packages/txws/trunk/debian/compat
===================================================================
--- packages/txws/trunk/debian/compat	                        (rev 0)
+++ packages/txws/trunk/debian/compat	2013-04-26 10:01:56 UTC (rev 24015)
@@ -0,0 +1 @@
+8

Added: packages/txws/trunk/debian/control
===================================================================
--- packages/txws/trunk/debian/control	                        (rev 0)
+++ packages/txws/trunk/debian/control	2013-04-26 10:01:56 UTC (rev 24015)
@@ -0,0 +1,23 @@
+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>
+Build-Depends:
+ debhelper (>= 8),
+ python (>= 2.6.6-3~),
+ python-pkg-resources,
+ python-setuptools
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.6
+Homepage: http://github.com/MostAwesomeDude/txWS
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/txws/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/txws/trunk/
+
+Package: python-txws
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Websocket wrapper for Twisted
+ txWS (pronounced "Twisted WebSockets") is a small, short, simple library
+ for adding WebSockets server support to your favorite Twisted
+ applications.

Added: packages/txws/trunk/debian/copyright
===================================================================
--- packages/txws/trunk/debian/copyright	                        (rev 0)
+++ packages/txws/trunk/debian/copyright	2013-04-26 10:01:56 UTC (rev 24015)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: txWS
+Source: https://github.com/MostAwesomeDude/txWS/
+
+Files: *
+Copyright: 2011 Oregon State University Open Source Lab
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
+License: Expat
+
+License: Expat
+ 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.

Added: packages/txws/trunk/debian/docs
===================================================================
--- packages/txws/trunk/debian/docs	                        (rev 0)
+++ packages/txws/trunk/debian/docs	2013-04-26 10:01:56 UTC (rev 24015)
@@ -0,0 +1 @@
+README.rst

Added: packages/txws/trunk/debian/rules
===================================================================
--- packages/txws/trunk/debian/rules	                        (rev 0)
+++ packages/txws/trunk/debian/rules	2013-04-26 10:01:56 UTC (rev 24015)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+UPSTREAM := $(shell dpkg-parsechangelog | egrep "^Version: " | sed -r 's/Version: (.+)-[0-9a-zA-Z~.+]+/\1/')
+
+%:
+	dh $@ --with python2
+
+override_dh_install:
+	dh_install
+	rm -f debian/python-txws/usr/lib/$(shell pyversions -d)/dist-packages/txWS-$(UPSTREAM).egg-info/SOURCES.txt
+


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

Added: packages/txws/trunk/debian/source/format
===================================================================
--- packages/txws/trunk/debian/source/format	                        (rev 0)
+++ packages/txws/trunk/debian/source/format	2013-04-26 10:01:56 UTC (rev 24015)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/txws/trunk/debian/watch
===================================================================
--- packages/txws/trunk/debian/watch	                        (rev 0)
+++ packages/txws/trunk/debian/watch	2013-04-26 10:01:56 UTC (rev 24015)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/t/txWS/txWS-(.+).tar.gz




More information about the Python-modules-commits mailing list