# HG changeset patch # User Sjoerd Mullender <sjoerd@acm.org> # Date 1474376755 -7200 # Node ID cb53f63794d6085f08fd9649bd573396bb98f820 # Parent f899cb48b4cc8c1c42539360cc2b372b3f00de04 Added Debian build configuration, updated Fedora build configuration. diff --git a/debian/changelog b/debian/changelog 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 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,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. 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-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. diff --git a/debian/rules b/debian/rules 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 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) diff --git a/perl-DBD-monetdb.spec b/perl-DBD-monetdb.spec --- 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