[libcatmandu-perl] 06/06: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Fri Jun 13 11:37:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcatmandu-perl.

commit 6373dfda04d02668743936c5e1435cfd2a6b5d02
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 13 13:25:59 2014 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 31 +++++++++++++++++++++++++++++++
 debian/control         |  8 +++++---
 debian/copyright_hints | 16 +++++++++++++++-
 3 files changed, 51 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a2649a..0b7f828 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+libcatmandu-perl (0.9204-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+    + catmandu debug flag and more informative error messages.
+    + more pod.
+    + bump required version of Moo.
+    + require YAML::XS to avoid YAML weirdness.
+    + fix CLI include path load order.
+    + MooX::Log::Any replaced by Catmandu::Logger because it doesn't set
+      the correct category.
+    + config command can use any Exporter.
+    + Importer::JSON multiline is more robust.
+    + Exporter::JSON supports canonical, indent, space_before,
+      space_after options.
+    + info commands and matching importers.
+
+  [ Jonas Smedegaard ]
+  * Update package relations:
+    + (Build-)depend on recent libyaml-libyaml-perl (not build-depend on
+      libyaml-perl or recommend unversioned libyaml-libyaml-perl).
+    + (Build-)depend on recent liblog-any-perl (not
+      libmoox-log-any-perl).
+    + Recommend liblog-any-adapter-log4perl-perl, and recent
+      liblog-log4perl-perl.
+    + (Build-)depend on libmodule-info-perl, and on recent
+      libfile-find-rule-perl.
+    + Tighten (build-)dependency on libmoo-perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 13 Jun 2014 13:25:56 +0200
+
 libcatmandu-perl (0.9103-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 06085bd..e3ef1cf 100644
--- a/debian/control
+++ b/debian/control
@@ -15,18 +15,20 @@ Build-Depends: cdbs,
  libdata-util-perl,
  libio-handle-util-perl,
  libmarpa-r2-perl,
- libmoox-log-any-perl,
+ libmodule-info-perl,
  libsub-exporter-perl,
  libtry-tiny-byclass-perl,
  libapp-cmd-perl (>= 0.323),
  libdata-compare-perl (>= 0.22),
+ libfile-find-rule-perl (>= 0.33),
  libjson-perl (>= 0.51),
  liblist-moreutils-perl (>= 0.33),
+ liblog-any-perl (>= 0.15),
  liblog-any-adapter-perl (>= 0.11),
- libmoo-perl (>= 1.000008),
+ libmoo-perl (>= 1.004006),
  libtext-csv-perl (>= 1.21),
  libthrowable-perl (>= 0.200004),
- libyaml-perl (>= 0.90),
+ libyaml-libyaml-perl (>= 0.41),
  libnamespace-clean-perl (>= 0.24),
  libtest-pod-perl,
  liblog-any-perl (>= 0.15),
diff --git a/debian/copyright_hints b/debian/copyright_hints
index b24fa64..c65bd80 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -10,7 +10,6 @@ Files: Build.PL
  META.json
  META.yml
  README
- TODO
  bin/catmandu
  cpanfile
  debian/README.source
@@ -33,8 +32,13 @@ Files: Build.PL
  lib/Catmandu/Cmd/data.pm
  lib/Catmandu/Cmd/delete.pm
  lib/Catmandu/Cmd/export.pm
+ lib/Catmandu/Cmd/exporter_info.pm
+ lib/Catmandu/Cmd/fix_info.pm
  lib/Catmandu/Cmd/import.pm
+ lib/Catmandu/Cmd/importer_info.pm
+ lib/Catmandu/Cmd/module_info.pm
  lib/Catmandu/Cmd/move.pm
+ lib/Catmandu/Cmd/store_info.pm
  lib/Catmandu/Counter.pm
  lib/Catmandu/Env.pm
  lib/Catmandu/Error.pm
@@ -75,6 +79,7 @@ Files: Build.PL
  lib/Catmandu/Fix/from_json.pm
  lib/Catmandu/Fix/hash.pm
  lib/Catmandu/Fix/join_field.pm
+ lib/Catmandu/Fix/log.pm
  lib/Catmandu/Fix/lookup.pm
  lib/Catmandu/Fix/lookup_in_store.pm
  lib/Catmandu/Fix/move_field.pm
@@ -96,11 +101,17 @@ Files: Build.PL
  lib/Catmandu/Hits.pm
  lib/Catmandu/Importer.pm
  lib/Catmandu/Importer/CSV.pm
+ lib/Catmandu/Importer/ExporterInfo.pm
+ lib/Catmandu/Importer/FixInfo.pm
+ lib/Catmandu/Importer/ImporterInfo.pm
  lib/Catmandu/Importer/JSON.pm
  lib/Catmandu/Importer/Mock.pm
+ lib/Catmandu/Importer/ModuleInfo.pm
+ lib/Catmandu/Importer/StoreInfo.pm
  lib/Catmandu/Importer/YAML.pm
  lib/Catmandu/Iterable.pm
  lib/Catmandu/Iterator.pm
+ lib/Catmandu/Logger.pm
  lib/Catmandu/Paged.pm
  lib/Catmandu/Pluggable.pm
  lib/Catmandu/Plugin/Datestamps.pm
@@ -162,6 +173,7 @@ Files: Build.PL
  t/Catmandu-Fix-from_json.t
  t/Catmandu-Fix-hash.t
  t/Catmandu-Fix-join_field.t
+ t/Catmandu-Fix-log.t
  t/Catmandu-Fix-lookup.t
  t/Catmandu-Fix-lookup_in_store.t
  t/Catmandu-Fix-move_field.t
@@ -185,6 +197,7 @@ Files: Build.PL
  t/Catmandu-Importer-CSV.t
  t/Catmandu-Importer-JSON.t
  t/Catmandu-Importer-Mock.t
+ t/Catmandu-Importer-ModuleInfo.t
  t/Catmandu-Importer-YAML.t
  t/Catmandu-Importer.t
  t/Catmandu-Iterable.t
@@ -203,6 +216,7 @@ Files: Build.PL
  t/Catmandu-Validator.t
  t/Catmandu.t
  t/catmandu.yml
+ t/lib/Catmandu/Fix/undef_error.pm
  t/lib/Catmandu/Importer/Values.pm
  t/lib/Catmandu/Serializer/dumper.pm
  t/nothing.fix

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git



More information about the Pkg-perl-cvs-commits mailing list