Package: python-json-pointer Version: 0.6-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to run tests 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-9-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-pointer-0.6/debian/changelog python-json-pointer-0.6/debian/changelog diff -Nru python-json-pointer-0.6/debian/rules python-json-pointer-0.6/debian/rules --- python-json-pointer-0.6/debian/rules 2013-02-01 00:09:03.000000000 -0500 +++ python-json-pointer-0.6/debian/rules 2013-03-04 15:18:02.000000000 -0500 @@ -8,3 +8,6 @@ %: dh $@ --with python2 + +override_dh_auto_test: + ./tests.py

