Mercurial > hg > monetdb-php
changeset 5:2a267cba51fd
Renamed packages.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 19 Sep 2016 16:41:51 +0200 (2016-09-19) |
parents | 4c17d4bb7f22 |
children | 6efa30daf61d |
files | MonetDB-client-php.spec debian/changelog debian/control debian/copyright php-monetdb.spec |
diffstat | 5 files changed, 67 insertions(+), 60 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -php-monetdb-client (11.25.1) UNRELEASED; urgency=medium +php-monetdb (1.0) unstable; urgency=low - * Initial release. + * The PHP interface to MonetDB is now a separate package. - -- Sjoerd Mullender <sjoerd@acm.org> Wed, 14 Sep 2016 16:19:54 +0200 + -- Sjoerd Mullender <sjoerd@acm.org> Wed, 14 Sep 2016 15:27:21 +0200
--- a/debian/control +++ b/debian/control @@ -1,21 +1,25 @@ -Source: php-monetdb-client -Maintainer: MonetDB BV <info@monetdb.org> +Source: php-monetdb Section: misc Priority: optional -Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9) +Maintainer: MonetDB BV <info@monetdb.org> +Build-Depends: debhelper (>= 9~) +Standards-Version: 3.9.6 +Vcs-Hg: http://dev.monetdb.org/hg/monetdb-php/ +Vcs-Browser: http://dev.monetdb.org/hg/monetdb-php/ +Homepage: https://www.monetdb.org/ -Package: php-monetdb-client +Package: php-monetdb Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: php-common, + ${misc:Depends}, + ${shlibs:Depends} Recommends: monetdb5-sql Conflicts: php5-monetdb-client Replaces: php5-monetdb-client -Description: MonetDB PHP client module +Description: Pure PHP database driver for MonetDB/SQL 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. + This package contains a pure PHP database driver for MonetDB/SQL.
--- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: MonetDB +Upstream-Name: monetdb-php Upstream-Contact: info@monetdb.org Source: http://dev.monetdb.org/downloads/
rename from MonetDB-client-php.spec rename to php-monetdb.spec --- a/MonetDB-client-php.spec +++ b/php-monetdb.spec @@ -1,5 +1,5 @@ -Name: MonetDB-client-php -Version: 11.25.1 +Name: php-monetdb +Version: 1.0 Release: 1%{?dist} Summary: MonetDB php interface Group: Applications/Databases @@ -11,6 +11,9 @@ Source0: https://dev.monetdb.org/hg/mone Requires: php BuildArch: noarch +Obsoletes: MonetDB-client-php +Recommends: MonetDB-SQL-server5 + %description MonetDB is a database management system that is developed from a main-memory perspective with use of a fully decomposed storage model,