Document remaining steps to take before upload
authorAfif Elghraoui <afif@ghraoui.name>
Sun, 6 Mar 2016 08:09:50 +0000 (00:09 -0800)
committerAfif Elghraoui <afif@ghraoui.name>
Sun, 6 Mar 2016 08:09:54 +0000 (00:09 -0800)
debian/TODO [new file with mode: 0644]

diff --git a/debian/TODO b/debian/TODO
new file mode 100644 (file)
index 0000000..681828c
--- /dev/null
@@ -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.