Package: python-json-patch Version: 0.12-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to run the test suite during build. Thanks for considering it. -- System Information: Debian Release: wheezy/sid APT prefers raring-updates APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.8.0-10-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
diff -Nru python-json-patch-0.12/debian/changelog python-json-patch-0.12/debian/changelog diff -Nru python-json-patch-0.12/debian/rules python-json-patch-0.12/debian/rules --- python-json-patch-0.12/debian/rules 2013-02-01 00:06:09.000000000 -0500 +++ python-json-patch-0.12/debian/rules 2013-03-07 11:46:25.000000000 -0500 @@ -8,3 +8,6 @@ %: dh $@ --with python2 + +override_dh_auto_test: + PYTHONPATH=$(CURDIR) python tests.py