Mercurial > hg > monetdb-perl
changeset 2:cb53f63794d6
Added Debian build configuration, updated Fedora build configuration.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Tue, 20 Sep 2016 15:05:55 +0200 (2016-09-20) |
parents | f899cb48b4cc |
children | 1cd213d2b7f5 |
files | debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/format perl-DBD-monetdb.spec |
diffstat | 7 files changed, 55 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libdbd-monetdb-perl (1.0) unstable; urgency=low + + * The Perl interface to MonetDB is now a separate package. + + -- Sjoerd Mullender <sjoerd@acm.org> Wed, 14 Sep 2016 15:27:21 +0200
new file mode 100644 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: libdbd-monetdb-perl +Section: misc +Priority: optional +Maintainer: MonetDB BV <info@monetdb.org> +Build-Depends: debhelper (>= 9~), perl +Standards-Version: 3.9.6 +Vcs-Hg: http://dev.monetdb.org/hg/monetdb-perl/ +Vcs-Browser: http://dev.monetdb.org/hg/monetdb-perl/ +Homepage: https://www.monetdb.org/ + +Package: libdbd-monetdb-perl +Architecture: all +Depends: libdbi-perl, + ${perl:Depends}, + ${shlibs:Depends} +Recommends: monetdb5-sql +Conflicts: perl-monetdb-client +Replaces: perl-monetdb-client +Description: Pure Perl 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 a pure Perl database driver for MonetDB/SQL.
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-perl +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,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_build: + make CONFIG=INSTALLDIRS=vendor
--- a/perl-DBD-monetdb.spec +++ b/perl-DBD-monetdb.spec @@ -5,7 +5,7 @@ Summary: MonetDB perl interface License: MPLv2.0 URL: http://www.monetdb.org/ -Source0: https://dev.monetdb.org/hg/monetdb-perl/archive/v%{version}.tar.bz2 +Source0: http://dev.monetdb.org/perl/monetdb-perl-%{version}.tar.bz2 BuildArch: noarch BuildRequires: perl @@ -29,7 +29,7 @@ This package contains the files needed t program. %prep -%autosetup -n monetdb-perl-v%{version} +%autosetup -n monetdb-perl-%{version} %build