Changeset: 2d0a7370c4d1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d0a7370c4d1 Modified Files: MonetDB.spec debian/rules Branch: Oct2012 Log Message:
rpm/deb: experimental fix for configure changes diffs (38 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -651,7 +651,7 @@ developer, but if you do want to test, t --with-mseed=no \ --with-perl=yes \ --with-pthread=yes \ - --with-python=yes \ + --with-python2=yes \ --with-python3=yes \ --with-readline=yes \ --with-rubygem=yes \ diff --git a/debian/rules b/debian/rules --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ override_dh_auto_configure: --with-mseed=no \ --with-perl=yes \ --with-pthread=yes \ - --with-python=yes \ + --with-python2=yes \ --with-readline=yes \ --with-rubygem=yes \ --with-rubygem-dir=lib/ruby/gems/1.8 \ @@ -50,11 +50,11 @@ override_dh_auto_test: override_dh_auto_install: dh_auto_install - cd clients/python && python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb + 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/python && python setup.py clean + cd clients/python2 && python setup.py clean cd clients/python3 && python3 setup.py clean _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list