projects
/
python-pysam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2e7823
)
Document remaining steps to take before upload
author
Afif Elghraoui
<afif@ghraoui.name>
Sun, 6 Mar 2016 08:09:50 +0000
(
00:09
-0800)
committer
Afif Elghraoui
<afif@ghraoui.name>
Sun, 6 Mar 2016 08:09:54 +0000
(
00:09
-0800)
debian/TODO
[new file with mode: 0644]
patch
|
blob
diff --git a/debian/TODO
b/debian/TODO
new file mode 100644
(file)
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.