# HG changeset patch
# User Sjoerd Mullender <sjoerd@acm.org>
# Date 1473865105 -7200
# Node ID 4c17d4bb7f223dc3e64857e780e98b9aa8fa7874
# Parent  74ca89377328492bb3d732d2d02b03775ffe733d
Added debian/ubuntu build configuration.

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 <sjoerd@acm.org>  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 <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.
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: 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.
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)