changeset 4:4c17d4bb7f22

Added debian/ubuntu build configuration.
author Sjoerd Mullender <sjoerd@acm.org>
date Wed, 14 Sep 2016 16:58:25 +0200 (2016-09-14)
parents 74ca89377328
children 2a267cba51fd
files debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/format
diffstat 6 files changed, 46 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
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 <sjoerd@acm.org>  Wed, 14 Sep 2016 16:19:54 +0200
new file mode 100644
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1,1 @@
+9
new file mode 100644
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: php-monetdb-client
+Maintainer: MonetDB BV <info@monetdb.org>
+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.
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: info@monetdb.org
+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.
new file mode 100755
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1,1 @@
+3.0 (native)