Changeset: 054957d3e8ca for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=054957d3e8ca
Modified Files:
        debian/rules
Branch: Feb2013
Log Message:

Work around Debian's dh_python3 renaming all .so's in sight.
This fixes bug 3276.


diffs (9 lines):

diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -58,3 +58,5 @@ override_dh_clean:
        cd clients/python2 && python setup.py clean
        cd clients/python3 && python3 setup.py clean
 
+override_dh_python3:
+       dh_python3 clients/python3
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to