From: Afif Elghraoui Date: Sun, 6 Mar 2016 08:09:50 +0000 (-0800) Subject: Document remaining steps to take before upload X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~234 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=92640fa8a97b7a2d27a15f6b1e8bdd0cccccbdca;p=python-pysam.git Document remaining steps to take before upload --- diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 0000000..681828c --- /dev/null +++ b/debian/TODO @@ -0,0 +1,8 @@ +* Disable rpath setting during build + Cython is producing -R flags to set rpath (see it by grepping the build log). + This should be stopped and checked to make sure that tests still pass. + +* Fix tests requiring network access + All tests should be passing now. + The ones that fail are failing because of network access issues. + Once this is fixed, the exit status of dh_auto_test should not be ignored.