Package: python3
Version: 3.2.3-5
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

In the top level directory of the source package, run this:

$ make tests

This will fail because 'nosetests-3' is not a valid executable.  It
should be nosetests3 (from the python3-nose package).


- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python3 depends on:
ii  python3-minimal  3.2.3-5
ii  python3.2        3.2.3-2

python3 recommends no packages.

Versions of packages python3 suggests:
pn  python3-doc  <none>
pn  python3-tk   <none>

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQdw9iAAoJEBJutWOnSwa/ITUP/1Kajh00Z03ENiTn/2Yds3Zp
K9qcjx9H8fhK/+T/bkBjVKszw/9nWt7sXk6L1bWHLaip9bDbr47PYqpsrQ8xQdAh
aHASv7emF8+9mMFH85vzPqxjg2JxCQJPJEgtDi9G8BVICLDTg4U5Gm5v2q5JZf0R
cd9/aooOOUv7XsYOmt2tUYPMVqXXCWXAa9pTjIR9TWJSE+ayrW4cEnI4hDalA6Au
SpEQD34Lvg9jFJuSDBxb61iV3tDTxNfzxMCkQisBGb6Q3KSbAo6kP9OiuXANqUQh
gNBkolxrCLlifzk3t+BBZtiZSFMwlXc64wlnyW0O+MdS/pF2w8dWjRECSWa1BBRT
Gw1adro33Mas2TNwN7fnoLYXzcUrP+l1wtRe5cCuKKRVu8B6WVkbZfKD77RJV1Jd
cL9oIvyt8iXKJMZy/cam2jQe70IsG9GzKUgnZ35ZD+yVwBoRUyiP7fqYJXFtIo6U
Lx4l974rwsJiFSVYb+8l7uXiH9cdYb7Db/Sf6QAIwdjSz6FhebDVBNru4gD8jj+R
ODgcPT3X3B9AQHj1/brhul+LuY5hASWLtfKuxYwRN2PxD4n3dph/CNEfWE7xHXDV
8aeBpBjtYpT+pWm7Fujvw6DlhYpumKDPwyWhYWMQ2zlAfZ26RuDa59yWZgwuFb1E
+XEUke9eRQ+HDWjgPgcR
=aHqG
-----END PGP SIGNATURE-----
=== modified file 'Makefile'
--- Makefile	2012-06-30 19:32:37 +0000
+++ Makefile	2012-10-11 18:22:32 +0000
@@ -35,7 +35,7 @@
 
 # TESTS
 nose:
-	nosetests-3 --with-doctest --with-coverage
+	nosetests3 --with-doctest --with-coverage
 
 tests: nose
 	make -C tests

Reply via email to