[Python-modules-commits] r14836 - in packages/python-protobuf.socketrpc/trunk (10 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Thu Nov 4 22:31:53 UTC 2010


    Date: Thursday, November 4, 2010 @ 22:31:51
  Author: jandd
Revision: 14836

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

Added:
  packages/python-protobuf.socketrpc/trunk/debian/
  packages/python-protobuf.socketrpc/trunk/debian/changelog
  packages/python-protobuf.socketrpc/trunk/debian/compat
  packages/python-protobuf.socketrpc/trunk/debian/control
  packages/python-protobuf.socketrpc/trunk/debian/copyright
  packages/python-protobuf.socketrpc/trunk/debian/examples
  packages/python-protobuf.socketrpc/trunk/debian/rules
  packages/python-protobuf.socketrpc/trunk/debian/source/
  packages/python-protobuf.socketrpc/trunk/debian/source/format
  packages/python-protobuf.socketrpc/trunk/debian/watch


Property changes on: packages/python-protobuf.socketrpc/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-protobuf.socketrpc/trunk/debian/changelog
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/changelog	                        (rev 0)
+++ packages/python-protobuf.socketrpc/trunk/debian/changelog	2010-11-04 22:31:51 UTC (rev 14836)
@@ -0,0 +1,5 @@
+python-protobuf.socketrpc (1.3.2-1) UNRELEASED; urgency=low
+
+  * Initial version (Closes: #602004).
+
+ -- Jan Dittberner <jandd at debian.org>  Thu, 04 Nov 2010 22:21:49 +0100

Added: packages/python-protobuf.socketrpc/trunk/debian/compat
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/compat	                        (rev 0)
+++ packages/python-protobuf.socketrpc/trunk/debian/compat	2010-11-04 22:31:51 UTC (rev 14836)
@@ -0,0 +1 @@
+7

Added: packages/python-protobuf.socketrpc/trunk/debian/control
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/control	                        (rev 0)
+++ packages/python-protobuf.socketrpc/trunk/debian/control	2010-11-04 22:31:51 UTC (rev 14836)
@@ -0,0 +1,25 @@
+Source: python-protobuf.socketrpc
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jan Dittberner <jandd at debian.org>
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.3.5-11), python-setuptools
+Standards-Version: 3.9.1
+XS-Python-Version: >= 2.5
+Homepage: http://code.google.com/p/protobuf-socket-rpc
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-protobuf-socket-rpc/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-protobuf-socket-rpc/trunk/
+
+Package: python-protobuf.socketrpc
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-protobuf (>=2.2)
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Python socket RPC for Google protocol buffers
+ .
+ Google's protocol buffer library makes writing rpc services easy, but it does
+ not contain a rpc implementation. The transport details are left up to the user
+ to implement.
+ .
+ This is a simple tcp/ip socket based rpc implementation in Python for people
+ who want a simple implementation of their protobuf rpc services.

Added: packages/python-protobuf.socketrpc/trunk/debian/copyright
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/copyright	                        (rev 0)
+++ packages/python-protobuf.socketrpc/trunk/debian/copyright	2010-11-04 22:31:51 UTC (rev 14836)
@@ -0,0 +1,34 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: python-protobuf-socket-rpc
+Maintainer: Shardul Deo <shardul.deo at gmail.com>
+            Zach Walker <walker.zach at gmail.com>
+            Martin Norbury <martin.norbury at gmail.com>
+            Dan Liang <liang95037 at gmail.com>
+            Jan Dittberner <jan at dittberner.info>
+Source: http://code.google.com/p/protobuf-socket-rpc/downloads/list
+
+Copyright: Copyright (c) 2009, 2010 Las Cumbres Observatory
+License: MIT
+
+Files: debian/*
+Copyright: 2010, Jan Dittberner <jandd at debian.org>
+License: MIT
+
+License: MIT
+ 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/python-protobuf.socketrpc/trunk/debian/examples
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/examples	                        (rev 0)
+++ packages/python-protobuf.socketrpc/trunk/debian/examples	2010-11-04 22:31:51 UTC (rev 14836)
@@ -0,0 +1,3 @@
+src/protobuf/socketrpc/examples/helloworld
+src/protobuf/socketrpc/examples/time
+src/protobuf/socketrpc/tests

Added: packages/python-protobuf.socketrpc/trunk/debian/rules
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/rules	                        (rev 0)
+++ packages/python-protobuf.socketrpc/trunk/debian/rules	2010-11-04 22:31:51 UTC (rev 14836)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+override_dh_compress:
+	dh_compress -X.py
+
+%:
+	dh --with python2 $@


Property changes on: packages/python-protobuf.socketrpc/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-protobuf.socketrpc/trunk/debian/source/format
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/source/format	                        (rev 0)
+++ packages/python-protobuf.socketrpc/trunk/debian/source/format	2010-11-04 22:31:51 UTC (rev 14836)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-protobuf.socketrpc/trunk/debian/watch
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/watch	                        (rev 0)
+++ packages/python-protobuf.socketrpc/trunk/debian/watch	2010-11-04 22:31:51 UTC (rev 14836)
@@ -0,0 +1,4 @@
+version=3
+
+opts=downloadurlmangle=s#.*(protobuf.socketrpc-([\d.]+)\.tar\.gz).*#http://protobuf-socket-rpc.googlecode.com/files/$1#,filenamemangle=s#.*(protobuf.socketrpc-([\d.]+)\.tar\.gz).*#$1# \
+    http://code.google.com/p/protobuf-socket-rpc/downloads/list ^.*detail\?name=protobuf.socketrpc-([\d.]+)\.tar\.gz.*




More information about the Python-modules-commits mailing list