Package: blinker Version: 1.2.dfsg1-1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu saucy ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to run the tests during package build. Thanks for considering it. -- System Information: Debian Release: wheezy/sid APT prefers saucy-updates APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11.0-7-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 blinker-1.2.dfsg1/debian/changelog blinker-1.2.dfsg1/debian/changelog diff -Nru blinker-1.2.dfsg1/debian/control blinker-1.2.dfsg1/debian/control --- blinker-1.2.dfsg1/debian/control 2013-04-15 05:26:01.000000000 -0400 +++ blinker-1.2.dfsg1/debian/control 2013-09-19 11:35:16.000000000 -0400 @@ -2,7 +2,7 @@ Maintainer: Ondřej Surý <[email protected]> Section: python Priority: optional -Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7) +Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), python-nose Standards-Version: 3.9.4 Package: python-blinker diff -Nru blinker-1.2.dfsg1/debian/rules blinker-1.2.dfsg1/debian/rules --- blinker-1.2.dfsg1/debian/rules 2013-04-15 05:26:01.000000000 -0400 +++ blinker-1.2.dfsg1/debian/rules 2013-09-19 11:31:08.000000000 -0400 @@ -6,4 +6,5 @@ %: dh $@ --with python2 --buildsystem=python_distutils - +override_dh_auto_test: + nosetests
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

