[Python-apps-commits] r7098 - in packages/bjsonrpc/trunk (13 files)

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Sun May 15 14:52:59 UTC 2011


    Date: Sunday, May 15, 2011 @ 14:52:54
  Author: miriam
Revision: 7098

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

Added:
  packages/bjsonrpc/trunk/debian/
  packages/bjsonrpc/trunk/debian/README.source
  packages/bjsonrpc/trunk/debian/changelog
  packages/bjsonrpc/trunk/debian/compat
  packages/bjsonrpc/trunk/debian/control
  packages/bjsonrpc/trunk/debian/copyright
  packages/bjsonrpc/trunk/debian/patches/
  packages/bjsonrpc/trunk/debian/patches/series
  packages/bjsonrpc/trunk/debian/patches/typos.patch
  packages/bjsonrpc/trunk/debian/rules
  packages/bjsonrpc/trunk/debian/source/
  packages/bjsonrpc/trunk/debian/source/format
  packages/bjsonrpc/trunk/debian/source/options


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

Added: packages/bjsonrpc/trunk/debian/README.source
===================================================================
--- packages/bjsonrpc/trunk/debian/README.source	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/README.source	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source

Added: packages/bjsonrpc/trunk/debian/changelog
===================================================================
--- packages/bjsonrpc/trunk/debian/changelog	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/changelog	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1,5 @@
+bjsonrpc (0.2.0-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sun, 15 May 2011 16:29:09 +0200

Added: packages/bjsonrpc/trunk/debian/compat
===================================================================
--- packages/bjsonrpc/trunk/debian/compat	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/compat	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1 @@
+7

Added: packages/bjsonrpc/trunk/debian/control
===================================================================
--- packages/bjsonrpc/trunk/debian/control	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/control	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1,23 @@
+Source: bjsonrpc
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, David Martínez Martí <deavidsedice at gmail.com>
+Build-Depends: debhelper (>= 7), dh-buildinfo, quilt,
+ python-all-dev, python-support, python-setuptools,
+ python-simplejson
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/bjsonrpc/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/bjsonrpc/trunk/
+Homepage: https://bjsonrpc.wordpress.com/
+
+Package: python-bjsonrpc
+Architecture: all
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
+ python-simplejson
+Provides: ${python:Provides}
+Description: Asynchronous Bidirectional JSON-RPC protocol over TCP/IP
+ bjsonrpc is a implementation of the well-known JSON-RPC protocol over TCP-IP
+ with lots of features. It is aimed at speed and simplicity and it adds some
+ other extensions to JSON-RPC that makes bjsonrpc a very powerful tool as a
+ IPC mechanism over low bandwidth.

Added: packages/bjsonrpc/trunk/debian/copyright
===================================================================
--- packages/bjsonrpc/trunk/debian/copyright	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/copyright	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1,38 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Source: https://github.com/deavid/bjsonrpc
+Upstream-Maintainer: David Martínez Martí <deavidsedice at gmail.com>
+Debianized-By: Miriam Ruiz <little_miry at yahoo.es>
+Debianized-Date: Sun, 15 May 2011 16:29:09 +0200
+
+Files: *
+Copyright:  Copyright (c) 2010 David Martinez Marti
+Licence: BSD3
+
+Files: debian/*
+Copyright: Copyright (C) 2011, Miriam Ruiz <little_miry at yahoo.es>
+Licence: BSD3
+
+Licence: BSD3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of copyright holders nor the names of its
+    contributors may be used to endorse or promote products derived
+    from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ **AS IS** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.

Added: packages/bjsonrpc/trunk/debian/patches/series
===================================================================
--- packages/bjsonrpc/trunk/debian/patches/series	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/patches/series	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1 @@
+typos.patch

Added: packages/bjsonrpc/trunk/debian/patches/typos.patch
===================================================================
--- packages/bjsonrpc/trunk/debian/patches/typos.patch	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/patches/typos.patch	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1,22 @@
+--- bjsonrpc-0.2.0.orig/PKG-INFO
++++ bjsonrpc-0.2.0/PKG-INFO
+@@ -11,7 +11,7 @@
+                 *bjsonrpc* is a implementation of the well-known JSON-RPC protocol
+                 over TCP-IP with lots of features. It is aimed at speed and simplicity and
+                 it adds some other extensions to JSON-RPC that makes *bjsonrpc* a very
+-                powerful tool as a IPC mechanism over low bandwith.
++                powerful tool as a IPC mechanism over low bandwidth.
+             
+ Platform: UNKNOWN
+ Classifier: Development Status :: 4 - Beta
+--- bjsonrpc-0.2.0.orig/setup.py
++++ bjsonrpc-0.2.0/setup.py
+@@ -40,7 +40,7 @@
+         *bjsonrpc* is a implementation of the well-known JSON-RPC protocol
+         over TCP-IP with lots of features. It is aimed at speed and simplicity and
+         it adds some other extensions to JSON-RPC that makes *bjsonrpc* a very
+-        powerful tool as a IPC mechanism over low bandwith.
++        powerful tool as a IPC mechanism over low bandwidth.
+     """,
+     author = 'David Martinez Marti',
+     author_email = 'deavidsedice at gmail.com',

Added: packages/bjsonrpc/trunk/debian/rules
===================================================================
--- packages/bjsonrpc/trunk/debian/rules	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/rules	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+PYVERS=$(shell pyversions -vs)
+
+config: config-stamp
+config-stamp: 
+	dh_testdir
+	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
+	touch $@
+
+build: $(PYVERS:%=build-python%)
+
+build-python%: config-stamp
+	dh_testdir
+	python$* setup.py build
+	touch $@
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f config-stamp build-python?.* install-python?.*
+	rm -f `find . -name "*.pyc"`
+	rm -rf build
+	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+	dh_clean
+
+install: build $(PYVERS:%=install-python%)
+
+install-python%:
+	dh_testdir
+	dh_testroot
+	python$* setup.py install \
+		--no-compile \
+		--root=$(CURDIR)/debian/python-bjsonrpc
+	touch $@
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_install -i
+	dh_installman -i
+	dh_link -i
+	dh_compress -i --exclude=.js --exclude=.pdf --exclude=.py
+	dh_fixperms -i
+	dh_pysupport -i
+	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -i
+	dh_installdeb -i
+	dh_shlibdeps -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs -a
+	dh_installdocs -a
+	dh_installexamples -a
+	dh_install -a
+	dh_installman -a
+	dh_link -a
+	dh_pysupport -a
+	#dh_strip -a --dbg-package=python-bjsonrpc-dbg
+	dh_compress -a
+	dh_fixperms -a
+	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: config build clean binary-indep binary-arch binary install


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

Added: packages/bjsonrpc/trunk/debian/source/format
===================================================================
--- packages/bjsonrpc/trunk/debian/source/format	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/source/format	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/bjsonrpc/trunk/debian/source/options
===================================================================
--- packages/bjsonrpc/trunk/debian/source/options	                        (rev 0)
+++ packages/bjsonrpc/trunk/debian/source/options	2011-05-15 14:52:54 UTC (rev 7098)
@@ -0,0 +1,5 @@
+# Bzip2 compression for debian.tar
+compression = "bzip2"
+compression-level = 7
+# Do not generate diff for changes in config.(sub|guess)
+extend-diff-ignore = "(^|/)config.(sub|guess)$"




More information about the Python-apps-commits mailing list