This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libcatmandu-store-mongodb-perl.
commit c7acd3a3c9f2daa7dca22e0cc609b159596f269e Author: Jonas Smedegaard <[email protected]> Date: Tue Oct 21 22:06:05 2014 +0200 Initial packaging. --- .gitignore | 1 + debian/README.source | 11 ++++++++ debian/changelog | 6 +++++ debian/compat | 1 + debian/control | 35 +++++++++++++++++++++++++ debian/control.in | 22 ++++++++++++++++ debian/copyright | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ debian/copyright_hints | 53 ++++++++++++++++++++++++++++++++++++++ debian/gbp.conf | 8 ++++++ debian/rules | 45 ++++++++++++++++++++++++++++++++ debian/source/format | 1 + debian/watch | 4 +++ 12 files changed, 256 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b408e6c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.pc diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..f88449e --- /dev/null +++ b/debian/README.source @@ -0,0 +1,11 @@ +CDBS+git-buildpackage +--------------------- + +This source package uses CDBS and git-buildpackage. NMUs need not (but +are encouraged to) make special use of these tools. In particular, the +debian/control.in file can be completely ignored. + +More info here: http://wiki.debian.org/CDBS+git-buildpackage + + + -- Jonas Smedegaard <[email protected]> Mon, 18 Feb 2013 12:55:37 +0100 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..33501d2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +libcatmandu-store-mongodb-perl (0.0303-1) unstable; urgency=low + + * Initial Release. + Closes: bug#766243. + + -- Jonas Smedegaard <[email protected]> Tue, 21 Oct 2014 22:05:52 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d32aae8 --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: libcatmandu-store-mongodb-perl +Section: perl +Priority: optional +Build-Depends: cdbs, + devscripts, + perl, + libmodule-build-perl, + debhelper, + dh-buildinfo, + libcatmandu-perl, + libmongodb-perl (>= 0.705.0.0), + libmoo-perl (>= 1.006000), + perl (>= 5.11.4) | libmodule-build-perl, + libsoftware-license-perl, + libtest-simple-perl (>= 1.001003) | perl (>= 5.21.1), + libtest-exception-perl (>= 0.32), + libtest-pod-perl +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Jonas Smedegaard <[email protected]> +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-store-mongodb-perl +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-store-mongodb-perl.git +Homepage: https://github.com/LibreCat/Catmandu-Store-MongoDB + +Package: libcatmandu-store-mongodb-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} +Enhances: ${cdbs:Enhances} +Description: searchable store backed by MongoDB + Catmandu provides a suite of Perl modules to ease the import, storage, + retrieval, export and transformation of metadata records. + . + Catmandu::Store::MongoDB is a Perl package that can store data into + MongoDB databases. The database as a whole is called a 'store'. + Databases also have compartments (e.g. tables) called Catmandu::Bag-s. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..8a3f0d8 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,22 @@ +Source: libcatmandu-store-mongodb-perl +Section: perl +Priority: optional +Build-Depends: @cdbs@ +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Jonas Smedegaard <[email protected]> +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-store-mongodb-perl +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-store-mongodb-perl.git +Homepage: https://github.com/LibreCat/Catmandu-Store-MongoDB + +Package: libcatmandu-store-mongodb-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} +Enhances: ${cdbs:Enhances} +Description: searchable store backed by MongoDB + Catmandu provides a suite of Perl modules to ease the import, storage, + retrieval, export and transformation of metadata records. + . + Catmandu::Store::MongoDB is a Perl package that can store data into + MongoDB databases. The database as a whole is called a 'store'. + Databases also have compartments (e.g. tables) called Catmandu::Bag-s. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d67f98f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,69 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Catmandu::Store::MongoDB +Upstream-Contact: https://github.com/LibreCat/Catmandu-Store-MongoDB/issues +Source: https://github.com/LibreCat/Catmandu-Store-MongoDB + git://github.com/LibreCat/Catmandu-Store-MongoDB + +Files: * +Copyright: 2014, Nicolas Steenlant <[email protected]> +License: Artistic or GPL-1+ + License: + . + This program is free software; you can redistribute it and/or modify it + under the terms of either: the GNU General Public License as published + by the Free Software Foundation; or the Artistic License. + +Files: t/lib/MongoDBTest.pm +Copyright: 2009-2013, 10gen, Inc +License: Apache-2.0 + +Files: debian/* +Copyright: 2014, Jonas Smedegaard <[email protected]> +License: GPL-3+ + +License: Artistic + Comment: + . + On Debian systems the 'Artistic License' is located in + '/usr/share/common-licenses/Artistic'. + +License: GPL-1+ + Comment: + . + On Debian systems the 'GNU General Public License' version 1 is located + in '/usr/share/common-licenses/GPL-1'. + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation, either version 3 of the License, or (at your + option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General + Public License for more details. + . + Comment: + . + On Debian systems the 'GNU General Public License' version 3 is located + in '/usr/share/common-licenses/GPL-3'. + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + . + Comment: + . + On Debian systems the 'Apache License' version 2.0 is located in + '/usr/share/common-licenses/Apache-2.0'. diff --git a/debian/copyright_hints b/debian/copyright_hints new file mode 100644 index 0000000..328b47a --- /dev/null +++ b/debian/copyright_hints @@ -0,0 +1,53 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: FIXME +Upstream-Contact: FIXME +Source: FIXME +Disclaimer: Autogenerated by CDBS + +Files: Build.PL + Changes + MANIFEST + META.json + META.yml + README + cpanfile + debian/README.source + debian/compat + debian/control + debian/control.in + debian/gbp.conf + debian/source/format + debian/watch + dist.ini + lib/Catmandu/Store/MongoDB.pm + lib/Catmandu/Store/MongoDB/Bag.pm + lib/Catmandu/Store/MongoDB/Searcher.pm + t/00-load.t + t/01-store.t + t/02-connect.t + t/release-pod-syntax.t +Copyright: *No copyright* +License: UNKNOWN + FIXME + +Files: t/lib/MongoDBTest.pm +Copyright: 2009-2013, 10gen, Inc +License: Apache-2.0 + FIXME + +Files: debian/rules +Copyright: 2014, Jonas Smedegaard <[email protected]> +License: GPL-3+ + FIXME + +Files: LICENSE +Copyright: 1989, Free Software Foundation, Inc + 19xx name of author + 19yy <name of author> + 2014, Nicolas Steenlant + disclaimer" for the program, if + interest in the + the software, and +License: GPL-ever + FIXME + diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..790a2f9 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,8 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +pristine-tar = True +sign-tags = True + +[git-import-orig] +filter = .gitignore diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2ad1529 --- /dev/null +++ b/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2014 Jonas Smedegaard <[email protected]> +# Description: Main Debian packaging script for Catmandu::Store::MongoDB +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +include /usr/share/cdbs/1/rules/upstream-tarball.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/perl-build.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +pkg = $(DEB_SOURCE_PACKAGE) + +DEB_UPSTREAM_PACKAGE = Catmandu-Store-MongoDB +DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/N/NI/NICS + +# Needed by upstream build and (always) at runtime +deps = libcatmandu-perl +deps +=, libmongodb-perl (>= 0.705.0.0) +deps +=, libmoo-perl (>= 1.006000) + +# Needed by upstream build +bdeps = perl (>= 5.11.4) | libmodule-build-perl +bdeps +=, libsoftware-license-perl + +# Needed by upstream testsuite +deps-test = libtest-simple-perl (>= 1.001003) | perl (>= 5.21.1) +deps-test +=, libtest-exception-perl (>= 0.32) +deps-test +=, libtest-pod-perl + +CDBS_BUILD_DEPENDS +=, $(deps), $(bdeps), $(deps-test) +CDBS_DEPENDS_$(pkg) = $(deps) +CDBS_ENHANCES_$(pkg) = libcatmandu-perl diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..46ebe02 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) \ No newline at end of file diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..334f181 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# Run the "uscan" command to check for upstream updates and more. +version=3 +http://www.cpan.org/authors/id/N/NI/NICS/Catmandu-Store-MongoDB-([\d.]+)\.tar\.gz +https://metacpan.org/release/Catmandu-Store-MongoDB .*/Catmandu-Store-MongoDB-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-store-mongodb-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
