Changeset: 8b3ab38e3d76 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8b3ab38e3d76 Modified Files: python/debian/control python/debian/docs Branch: Oct2010 Log Message:
Fixes to get Debian building of Python module working. diffs (29 lines): diff -r e74b7bf26968 -r 8b3ab38e3d76 python/debian/control --- a/python/debian/control Tue Nov 16 14:29:19 2010 +0100 +++ b/python/debian/control Tue Nov 16 14:59:32 2010 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Gijs Molenaar <[email protected]> Build-Depends: cdbs, debhelper (>= 7), python-central -XS-Python-Version: 2.5, 2.6 +XS-Python-Version: >= 2.5 Standards-Version: 3.8.0 Homepage: http://www.monetdb.nl @@ -16,7 +16,7 @@ main-memory perspective with use of a fully decomposed storage model, automatic index management, extensibility of data types and search accelerators, SQL- and XML- frontends. - + . This package contains the files needed to use MonetDB from a Python program. diff -r e74b7bf26968 -r 8b3ab38e3d76 python/debian/docs --- a/python/debian/docs Tue Nov 16 14:29:19 2010 +0100 +++ b/python/debian/docs Tue Nov 16 14:59:32 2010 +0100 @@ -1,3 +1,3 @@ -README.rst +README.txt COPYRIGHT _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
