From 92640fa8a97b7a2d27a15f6b1e8bdd0cccccbdca Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Sun, 6 Mar 2016 00:09:50 -0800 Subject: [PATCH] Document remaining steps to take before upload --- debian/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/TODO 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. -- 2.30.2