Package: ryu
Version: 3.24-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:
  * d/p/uncap-pbr-version.patch: Drop requirement of pbr<1.0.
  * d/rules: Run tests during build.
  * d/control: Align dependencies with upstream.


Thanks for considering the patch.


-- System Information:
Debian Release: jessie/sid
  APT prefers wily-updates
  APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), 
(100, 'wily-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control	2015-03-22 19:37:52 +0000
+++ debian/control	2015-09-29 18:00:51 +0000
@@ -1,18 +1,22 @@
 Source: ryu
 Section: net
 Priority: optional
-Maintainer: Dariusz Dwornikowski <dariusz.dwornikow...@cs.put.poznan.pl>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Dariusz Dwornikowski <dariusz.dwornikow...@cs.put.poznan.pl>
 Build-Depends: debhelper (>= 9), python-all (>= 2.6), python-sphinx, sphinx-common, dh-python
 Build-Depends-Indep:
- python-eventlet,
+ python-eventlet (>= 0.15),
+ python-formencode,
  python-lxml,
+ python-mock,
  python-msgpack (>= 0.3.0),
  python-netaddr,
- python-oslo.config (>= 1:1.2.0),
+ python-nose,
+ python-oslo.config (>= 1:1.6.0),
  python-paramiko,
  python-routes,
  python-six (>= 1.4.0),
- python-webob (>=1.2),
+ python-webob (>= 1.2),
  python-setuptools,
  python-pbr
 Standards-Version: 3.9.6
@@ -25,15 +29,15 @@
 Architecture: all
 Section: python
 Depends:
- python-eventlet,
+ python-eventlet (>= 0.15),
  python-lxml,
  python-msgpack (>= 0.3.0),
  python-netaddr,
- python-oslo.config (>= 1:1.2.0),
+ python-oslo.config (>= 1:1.6.0),
  python-paramiko,
  python-routes,
  python-six (>= 1.4.0),
- python-webob (>=1.2),
+ python-webob (>= 1.2),
  ${misc:Depends},
  ${python:Depends}
 Suggests: python-ryu-doc

=== added directory 'debian/patches'
=== added file 'debian/patches/series'
--- debian/patches/series	1970-01-01 00:00:00 +0000
+++ debian/patches/series	2015-09-29 15:28:16 +0000
@@ -0,0 +1 @@
+uncap-pbr-version.patch

=== added file 'debian/patches/uncap-pbr-version.patch'
--- debian/patches/uncap-pbr-version.patch	1970-01-01 00:00:00 +0000
+++ debian/patches/uncap-pbr-version.patch	2015-09-29 15:27:47 +0000
@@ -0,0 +1,28 @@
+From 992bf7318d06090cc96a21521dbeba62f148d079 Mon Sep 17 00:00:00 2001
+From: IWAMOTO Toshihiro <iwam...@valinux.co.jp>
+Date: Fri, 11 Sep 2015 10:33:01 +0900
+Subject: [PATCH] Uncap pbr version
+
+This reverts commit 9414322f307fe607f7fefb8611871bbf810b5ee4,
+as the workaround for readthedocs seems to be no longer necessary.
+
+Signed-off-by: IWAMOTO Toshihiro <iwam...@valinux.co.jp>
+Signed-off-by: FUJITA Tomonori <fujita.tomon...@lab.ntt.co.jp>
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 4fc4d45..cf2a404 100644
+--- a/setup.py
++++ b/setup.py
+@@ -26,5 +26,5 @@ import ryu.hooks
+ 
+ ryu.hooks.save_orig()
+ setuptools.setup(name='ryu',
+-                 setup_requires=['pbr<1.0'],
++                 setup_requires=['pbr'],
+                  pbr=True)
+-- 
+2.5.0
+

=== modified file 'debian/rules'
--- debian/rules	2015-07-30 20:55:33 +0000
+++ debian/rules	2015-09-29 15:47:47 +0000
@@ -34,3 +34,6 @@
 	rm -rf ryu.egg-info/
 	rm -rf debian/ryu-manager.8 debian/ryu.8
 	dh_auto_clean
+
+override_dh_auto_test:
+	./run_tests.sh -N -P

Reply via email to