This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libmarc-parser-raw-perl.
commit 4287dbe2a43c9d3b2d4d3b4919a996835946fc68 Author: Jonas Smedegaard <[email protected]> Date: Tue Aug 4 13:53:49 2015 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 31 +++++++++++++++++++++++++++---- debian/control | 17 +++++++++-------- debian/copyright_hints | 13 +++++++------ 3 files changed, 43 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9aea5a1..1372412 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,32 @@ -libmarc-parser-raw-perl (0.01-2) UNRELEASED; urgency=medium +libmarc-parser-raw-perl (0.03-1) unstable; urgency=medium - * debian/copyright: Fix wrong Github user name in Upstream-Contact - field. Issue found by DUCK. + [ upstream ] + * New release(s). + + Major refactoring. - -- Axel Beckert <[email protected]> Sun, 31 May 2015 00:59:18 +0200 + [ Axel Beckert ] + * Update copyright info: + + Fix wrong Github user name in Upstream-Contact field. + Issue found by DUCK. + + [ Jonas Smedegaard ] + * Update copyright info: + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend coverage of packaging to include current year. + + Update email of main upstream author. + * Override lintian regarding license in License-Reference field. + See bug#786450. + * Override lintian regarding build-depending unversioned on debhelper. + * Modernize git-buildpackage config: Avoid git- prefix. + * Bump debhelper compatibility level to 9. + * Fix lintian overrides. + * Update short and long description, based on upstream hints. + * Include CDBS perl-build.mk (not perl-makemaker.mk). + Build-depend on libmodule-build-tiny-perl. + Tighten to build-depend versioned on cdbs. + + -- Jonas Smedegaard <[email protected]> Tue, 04 Aug 2015 13:40:25 +0200 libmarc-parser-raw-perl (0.01-1) unstable; urgency=low diff --git a/debian/control b/debian/control index bf703bd..e17ba55 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: libmarc-parser-raw-perl Section: perl Priority: optional -Build-Depends: cdbs, +Build-Depends: cdbs (>= 0.4.122~), devscripts, perl, + libmodule-build-tiny-perl, debhelper, dh-buildinfo, libreadonly-perl @@ -18,10 +19,10 @@ Package: libmarc-parser-raw-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Enhances: ${cdbs:Enhances} -Description: MARC RAW format parser - MARC::Parser::RAW is a lightweight, fault tolerent parser for raw MARC - records. Tags, indicators and subfield codes are not validated against - the MARC standard. Record length from leader and field lengths from - the directory are ignored. Records with a faulty structure will be - skipped with a warning. The resulting data structure is optimized for - usage with the Catmandu data tool kit. +Description: parser for ISO 2709 encoded MARC records + MARC::Parser::RAW is a lightweight, fault tolerant parser for ISO 2709 + encoded MARC records. Tags, indicators and subfield codes are not + validated against the MARC standard. Record length from leader and + field lengths from the directory are ignored. Records with a faulty + structure will be skipped with a warning. The resulting data structure + is optimized for usage with the Catmandu data toolkit. diff --git a/debian/copyright_hints b/debian/copyright_hints index f4efeee..382ad35 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -4,11 +4,11 @@ Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS -Files: CHANGES +Files: Build.PL + Changes MANIFEST META.json META.yml - Makefile.PL cpanfile debian/README.source debian/compat @@ -16,23 +16,25 @@ Files: CHANGES debian/control.in debian/gbp.conf debian/source/format + debian/source/lintian-overrides debian/watch dist.ini t/00-load.t t/01-parser.t t/camel.mrc + t/release-pod-syntax.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/MARC/Parser/RAW.pm -Copyright: 2014, Johann Rolschewski +Copyright: 2014- Johann Rolschewski License: UNKNOWN FIXME Files: debian/rules -Copyright: 2014, Jonas Smedegaard <[email protected]> +Copyright: 2014-2015, Jonas Smedegaard <[email protected]> License: GPL-3+ FIXME @@ -40,9 +42,8 @@ Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy <name of author> - 2014, Johann Rolschewski + 2014- Johann Rolschewski <[email protected]> disclaimer" for the program, if - interest in the the software, and License: GPL-ever FIXME -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmarc-parser-raw-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
