Changeset: 4c17d4bb7f22 for monetdb-php URL: http://dev.monetdb.org/hg/monetdb-php?cmd=changeset;node=4c17d4bb7f22 Added Files: debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/format Branch: default Log Message:
Added debian/ubuntu build configuration. diffs (76 lines): diff --git a/debian/changelog b/debian/changelog new file mode 100644 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +php-monetdb-client (11.25.1) UNRELEASED; urgency=medium + + * Initial release. + + -- Sjoerd Mullender <[email protected]> Wed, 14 Sep 2016 16:19:54 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 --- /dev/null +++ b/debian/compat @@ -0,0 +1,1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: php-monetdb-client +Maintainer: MonetDB BV <[email protected]> +Section: misc +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9) + +Package: php-monetdb-client +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: monetdb5-sql +Conflicts: php5-monetdb-client +Replaces: php5-monetdb-client +Description: MonetDB PHP client module + 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. It also has an SQL frontend. + . + This package contains the files needed to use MonetDB from a PHP + program. diff --git a/debian/copyright b/debian/copyright new file mode 100644 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,14 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MonetDB +Upstream-Contact: [email protected] +Source: http://dev.monetdb.org/downloads/ + +Files: * +Copyright: 1997 - July 2008 CWI + August 2008 - 2016 MonetDB B.V. +License: MPL-2.0 + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + . + Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. diff --git a/debian/rules b/debian/rules new file mode 100755 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 --- /dev/null +++ b/debian/source/format @@ -0,0 +1,1 @@ +3.0 (native) _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
