[Python-modules-commits] r18994 - in packages/python-riak/trunk/debian (3 files)

soren-guest at users.alioth.debian.org soren-guest at users.alioth.debian.org
Wed Oct 19 18:35:40 UTC 2011


    Date: Wednesday, October 19, 2011 @ 18:35:38
  Author: soren-guest
Revision: 18994

Add erlang-base build-dep to build riak_{kv,search}_test_backend from source.
Add protobuf and setuptools build-deps.
Stop listing urllib3 as required, because... well, it isn'.

Added:
  packages/python-riak/trunk/debian/patches/0034-urllib3-not-required.patch
Modified:
  packages/python-riak/trunk/debian/control
  packages/python-riak/trunk/debian/patches/series

Modified: packages/python-riak/trunk/debian/control
===================================================================
--- packages/python-riak/trunk/debian/control	2011-10-19 17:10:15 UTC (rev 18993)
+++ packages/python-riak/trunk/debian/control	2011-10-19 18:35:38 UTC (rev 18994)
@@ -2,8 +2,9 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools, erlang-base, python-protobuf (>= 2.3.0)
 Standards-Version: 3.9.2
+Homepage: https://github.com/basho/riak-python-client
 
 Package: python-riak
 Architecture: all

Added: packages/python-riak/trunk/debian/patches/0034-urllib3-not-required.patch
===================================================================
--- packages/python-riak/trunk/debian/patches/0034-urllib3-not-required.patch	                        (rev 0)
+++ packages/python-riak/trunk/debian/patches/0034-urllib3-not-required.patch	2011-10-19 18:35:38 UTC (rev 18994)
@@ -0,0 +1,13 @@
+Index: python-riak-1.3.0/setup.py
+===================================================================
+--- python-riak-1.3.0.orig/setup.py
++++ python-riak-1.3.0/setup.py
+@@ -20,7 +20,7 @@
+         name='riak',
+         version='1.3.0',
+         packages = find_packages(),
+-        install_requires = ['protobuf>=2.3.0', 'urllib3>=0.4.0'],
++        install_requires = ['protobuf>=2.3.0'],
+         dependency_links = ["http://downloads.basho.com/support"],
+         package_data = {
+             '' : ['*.proto'],

Modified: packages/python-riak/trunk/debian/patches/series
===================================================================
--- packages/python-riak/trunk/debian/patches/series	2011-10-19 17:10:15 UTC (rev 18993)
+++ packages/python-riak/trunk/debian/patches/series	2011-10-19 18:35:38 UTC (rev 18994)
@@ -31,3 +31,4 @@
 0031-Fix-TestServer.recycle.patch
 0032-riak_search_header.patch
 0033-move-erl-src.patch
+0034-urllib3-not-required.patch




More information about the Python-modules-commits mailing list