This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository libtap-parser-sourcehandler-pgtap-perl.
commit a216a3931c1d3cdece6b9801ab54641653af2ae4 Author: Pierre Chifflier <[email protected]> Date: Mon Mar 28 14:20:34 2011 +0200 Imported Debian patch 3.25-1 --- debian/README.Debian | 10 ++++++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 21 +++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/docs | 1 + debian/rules | 13 +++++++++++++ debian/source/format | 1 + 8 files changed, 80 insertions(+) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..777440a --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,10 @@ +libtap-parser-sourcehandler-pgtap-perl for Debian +------------------------------------------------- + +pgTAP and TAP::Parser::SourceHandler::pgTAP both require a database +with PL/pgSQL support. + +This package requires libtest-harness-perl, and will not work with the +version provided by perl-modules. + + -- Pierre Chifflier <[email protected]> Mon, 28 Mar 2011 14:20:34 +0200 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e4cd6f9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libtap-parser-sourcehandler-pgtap-perl (3.25-1) unstable; urgency=low + + * Initial release (Closes: #619925) + + -- Pierre Chifflier <[email protected]> Mon, 28 Mar 2011 14:20:34 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..81fc814 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: libtap-parser-sourcehandler-pgtap-perl +Section: perl +Priority: extra +Maintainer: Pierre Chifflier <[email protected]> +Build-Depends: debhelper (>= 7.0.50~), + libtest-harness-perl (=3.23-1), + libtest-pod-coverage-perl +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/TAP-Parser-SourceHandler-pgTAP/ + +Package: libtap-parser-sourcehandler-pgtap-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libtest-harness-perl (=3.23-1) +Conflicts: pgtap (<= 0.24-1) +Description: Unit testing tools for pgTAP + TAP::Parser::SourceHandler::pgTAP is a set of tools for PostgreSQL unit + testing. + It contains the pg_prove and pg_tapgen scripts, which allows running + and harnessing pgTAP tests on command-line, and summarizing the + results. + TAP is the Test Anything Protocol (http://testanything.org/). diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5963201 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: libtap-parser-sourcehandler-pgtap-perl +Source: http://search.cpan.org/dist/TAP-Parser-SourceHandler-pgTAP/ + +Files: * +Copyright: 2010 David E. Wheeler +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2011 Pierre Chifflier <[email protected]> +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. + +License: GPL-1+ + 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 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. + diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtap-parser-sourcehandler-pgtap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
