Changeset: 7b5469266fd0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7b5469266fd0 Modified Files: clients/python/COPYRIGHT clients/python/debian/changelog clients/python/debian/control clients/python/debian/docs clients/python/debian/pycompat clients/python/debian/rules Branch: default Log Message:
remove unnecessary files diffs (111 lines): diff --git a/clients/python/COPYRIGHT b/clients/python/COPYRIGHT deleted file mode 100644 --- a/clients/python/COPYRIGHT +++ /dev/null @@ -1,18 +0,0 @@ - -The contents of these files are subject to the MonetDB Public License -Version 1.1 (the "License"); you may not use this file except in -compliance with the License. You may obtain a copy of the License at -http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html - -Software distributed under the License is distributed on an "AS IS" -basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the -License for the specific language governing rights and limitations -under the License. - -The Original Code is the MonetDB Database System. - -The Initial Developer of the Original Code is CWI. -Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -Copyright August 2008-2011 MonetDB B.V. -All Rights Reserved. - diff --git a/clients/python/debian/changelog b/clients/python/debian/changelog deleted file mode 100644 --- a/clients/python/debian/changelog +++ /dev/null @@ -1,12 +0,0 @@ -python-monetdb (1.0-20101215) unstable; urgency=low - - * Rebuilt. - - -- Sjoerd Mullender <[email protected]> Wed, 15 Dec 2010 09:39:13 +0100 - -python-monetdb (0.1-1) unstable; urgency=low - - * first release - - -- Gijs Molenaar <[email protected]> Mon, 18 May 2009 16:13:13 +0200 - diff --git a/clients/python/debian/control b/clients/python/debian/control deleted file mode 100644 --- a/clients/python/debian/control +++ /dev/null @@ -1,22 +0,0 @@ -Source: python-monetdb -Section: python -Priority: optional -Maintainer: Gijs Molenaar <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), python-central -XS-Python-Version: >= 2.5 -Standards-Version: 3.8.0 -Homepage: http://www.monetdb.nl - -Package: python-monetdb -Architecture: all -Depends: ${python:Depends} -XB-Python-Version: ${python:Versions} -Description: Python client API for MonetDB - MonetDB is a database management system that is developed from a - 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 --git a/clients/python/debian/docs b/clients/python/debian/docs deleted file mode 100644 --- a/clients/python/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -README.txt -COPYRIGHT - diff --git a/clients/python/debian/pycompat b/clients/python/debian/pycompat deleted file mode 100644 --- a/clients/python/debian/pycompat +++ /dev/null @@ -1,1 +0,0 @@ -2 diff --git a/clients/python/debian/rules b/clients/python/debian/rules deleted file mode 100755 --- a/clients/python/debian/rules +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/make -f - -# The contents of this file are subject to the MonetDB Public License -# Version 1.1 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the -# License for the specific language governing rights and limitations -# under the License. -# -# The Original Code is the MonetDB Database System. -# -# The Initial Developer of the Original Code is CWI. -# Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -# Copyright August 2008-2011 MonetDB B.V. -# All Rights Reserved. - -DEB_PYTHON_SYSTEM=pycentral - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk - - _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
