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

this is probably the most debianonic


diffs (22 lines):

diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -48,15 +48,13 @@ override_dh_auto_configure:
 # currently the test suite fails
 override_dh_auto_test:
 
-override_dh_auto_install:
-       dh_auto_install
-       cd clients/python2 && python setup.py install 
--root=$(CURDIR)/debian/tmp --install-layout=deb
-       cd clients/python3 && python3 setup.py install 
--root=$(CURDIR)/debian/tmp --install-layout=deb
-
 override_dh_clean:
        dh_clean
        cd clients/python2 && python setup.py clean
        cd clients/python3 && python3 setup.py clean
 
+override_dh_python2:
+       dh_python2 clients/python2
+
 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