This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libpalm-pdb-perl.
commit c51403a9188955573ad13c27284c5fd2fd5585c2 Author: Florian Schlichting <[email protected]> Date: Sun Apr 24 01:34:37 2016 +0200 Initial packaging by maintainer --- debian/changelog | 6 +++--- debian/control | 25 +++++++++---------------- debian/copyright | 10 +--------- debian/tests/pkg-perl/smoke-files | 3 +++ 4 files changed, 16 insertions(+), 28 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9243484..21020e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -libpalm-pdb-perl (1.400-1) UNRELEASED; urgency=low +libpalm-pdb-perl (1.400-1) unstable; urgency=low - * Initial Release. (Closes: #123456) + * Initial Release. (Closes: #822376) - -- Florian Schlichting <[email protected]> Sun, 24 Apr 2016 01:14:24 +0200 + -- Florian Schlichting <[email protected]> Sun, 24 Apr 2016 01:33:58 +0200 diff --git a/debian/control b/debian/control index 9ccbea5..104ce4b 100644 --- a/debian/control +++ b/debian/control @@ -14,19 +14,12 @@ Testsuite: autopkgtest-pkg-perl Package: libpalm-pdb-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} -Description: Parse Palm database files - The Raw PDB handler is a helper class for the Palm::PDB package. It is - intended as a generic handler for any database, or as a fallback default - handler. - . - If you have a standalone program and want it to be able to parse any type of - database, use - . - use Palm::Raw; - . - If you are using Palm::Raw as a parent class for your own database handler, - use - . - use Palm::Raw(); - . - This description was automagically extracted from the module by dh-make-perl. +Breaks: libpalm-perl (<< 1:1.400-1) +Replaces: libpalm-perl (<< 1:1.400-1) +Description: modules to parse Palm database files + The Palm::PDB module provides a framework for reading and writing database + files for use on PalmOS devices such as the PalmPilot. It can read and write + both Palm Database (.pdb) and Palm Resource (.prc) files. It is intended to + be used in conjunction with supplemental modules for specific types of + databases, such as Palm::Raw (also included in this package) or Palm::Memo + (included in libpalm-perl). diff --git a/debian/copyright b/debian/copyright index b30e6fc..7c110b2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,17 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Palm-PDB Upstream-Contact: Christopher J. Madsen <[email protected]> Upstream-Name: Palm-PDB -DISCLAIMER: This copyright info was automatically extracted - from the perl module. It may not be accurate, so you better - check the module sources in order to ensure the module for its - inclusion in Debian or for general legal information. Please, - if licensing information is incorrectly generated, file a bug - on dh-make-perl. - NOTE: Don't forget to remove this disclaimer once you are happy - with this file. Files: * -Copyright: Christopher J. Madsen <[email protected]> +Copyright: 1999, 2000, Andrew Arensburger License: Artistic or GPL-1+ Files: debian/* diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files new file mode 100644 index 0000000..15b585b --- /dev/null +++ b/debian/tests/pkg-perl/smoke-files @@ -0,0 +1,3 @@ +t/ +# needed by t/00-all_prereqs.t +META.json -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpalm-pdb-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
