This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libmoox-configfromfile-perl.
commit a7332073a71012264ce8d1a620d9cb1750b0da4f Author: Jonas Smedegaard <[email protected]> Date: Wed Aug 5 13:46:27 2015 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 24 ++++++++++++++++++++++++ debian/control | 3 ++- debian/copyright_hints | 16 +++++++++------- 3 files changed, 35 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 217b2be..acdf071 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +libmoox-configfromfile-perl (0.007-1) unstable; urgency=medium + + [ upstream ] + * Ne release. + + Separate loading and merging of configfile content. + + Ensure order of multiple loaded config files. + + Add support for merging deep structures in config files. + + Eval all test-libraries to be aware of mistakes. + + [ Jonas Smedegaard ] + * Modernize git-buildpackage config: Avoid git- prefix. + * Bump debhelper compatibility level to 9. + * Update copyright info: + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend coverage of packaging to include current year. + * Override lintian regarding license in License-Reference field. + See bug#786450. + * Override lintian regarding build-depending unversioned on debhelper. + * Update package relations: + + Build-depens on and suggest libhash-merge-perl. + + -- Jonas Smedegaard <[email protected]> Wed, 05 Aug 2015 13:45:21 +0200 + libmoox-configfromfile-perl (0.006-1) unstable; urgency=medium [ upstream ] diff --git a/debian/control b/debian/control index 66d0a64..ac057cf 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: cdbs, libmoox-file-configdir-perl, libmoo-perl (>= 1.003), libjson-perl, - libmoose-perl + libmoose-perl, + libhash-merge-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> Standards-Version: 3.9.6 diff --git a/debian/copyright_hints b/debian/copyright_hints index 6e1af22..87230c5 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -4,7 +4,8 @@ Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS -Files: MANIFEST +Files: Changes + MANIFEST MANIFEST.SKIP META.json META.yml @@ -18,7 +19,10 @@ Files: MANIFEST debian/control.in debian/gbp.conf debian/source/format + debian/source/lintian-overrides debian/watch + etc/MooXCmdTest-test-this-hashmerged.json + etc/MooXCmdTest-test-this.json etc/MooXCmdTest-test.json etc/MooXCmdTest.json etc/MooXCmdTest.test.this.json @@ -30,6 +34,7 @@ Files: MANIFEST t/lib/MooXCmdTest.pm t/lib/MooXCmdTest/Cmd/Test.pm t/lib/MooXCmdTest/Cmd/Test/Cmd/This.pm + t/lib/MooXCmdTest/Cmd/Test/Cmd/This/Cmd/HashMerged.pm t/lib/MooXCmdTest/Cmd/Tested.pm t/testerr.pm t/testlib.pm @@ -42,18 +47,15 @@ License: UNKNOWN Files: README.md lib/MooX/ConfigFromFile.pm lib/MooX/ConfigFromFile/Role.pm + lib/MooX/ConfigFromFile/Role/HashMergeLoaded.pm Copyright: 2013-2014, Jens Rehsack 2013-2015, Jens Rehsack + 2015, Jens Rehsack License: UNKNOWN FIXME Files: debian/rules -Copyright: 2014, Jonas Smedegaard <[email protected]> +Copyright: 2014-2015, Jonas Smedegaard <[email protected]> License: GPL-3+ FIXME -Files: Changes -Copyright: year to 2015 -License: UNKNOWN - FIXME - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-configfromfile-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
