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

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

commit 0dcf2d5d2a469ad6a1f6127eef5e43a7f0b280a0
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Tue Feb 23 14:37:28 2016 +0100

    Update changelog, control file and copyright hints.
---
 debian/changelog       | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/control         | 13 +++++++++++--
 debian/copyright_hints | 27 ++++++++++++++++++++++++---
 3 files changed, 78 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 023e3f3..2874aef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,46 @@
+libcatmandu-perl (1.00-1) UNRELEASED; urgency=medium
+
+  [ upstream ]
+  * New release.
+    + Fix os-dependent paths in tests.
+    + Throw an error if an Importer file path doesn't exist.
+    + Nump required version of URI::Template because we need variable
+      names returned in order.
+    + Pod fixes.
+    + Lots of pod.
+    + Lots of tests.
+    + New Exporter::Mock.
+    + New Importer::TSV and Exporter::TSV.
+    + New 'uri_decode' and 'uri_encode' fixes.
+    + New Droppable and Transactional roles for stores.
+    + New 'drop' command.
+    + Switch to MooX::Role::Logger for logging.
+    + Smarter CSV::Importer.
+    + New specialized TabularExporter base role.
+    + Fix bug in 'array_to_sentence' helper function.
+    + Fix $append bug in 'data_at' helper function.
+    + The 'data' command is deprecated. All it's functionality is now
+      provided by the 'import', 'export', 'convert' and 'copy' commands.
+    + Rename the 'move' command to the more accurate 'copy'.
+    + Line delimited JSON is no longer the default for Importer::JSON
+      and Exporter:JSON.
+
+  [ Jonas Smedegaard ]
+  * Modernize Vcs-* fields: Use https protocol.
+  * Update package relations:
+    + Build-depend on libtest-lwp-useragent-perl.
+    + (Build-)depend on libmoox-role-logger.
+    + Build-depend on and recommend perltidy.
+    + Build-depend on and suggest liblog-any-adapter-log4perl-perl
+      liblog-log4perl-perl, and mention in long description when those
+      are needed.
+    + Tighten to (build-)depend versioned on liburi-template-perl.
+  * Update copyright info:
+    + Bump (yes, not extend) coverage for main upstream author, and drop
+      no longer listed co-author.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Tue, 23 Feb 2016 14:35:49 +0100
+
 libcatmandu-perl (0.9505-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index ac2e20c..89d59d2 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,10 @@ Build-Depends: cdbs,
  libmarpa-r2-perl,
  libmodule-info-perl,
  libmoox-aliases-perl,
+ libmoox-role-logger-perl,
  libsub-exporter-perl,
  libtry-tiny-byclass-perl,
  liburi-perl,
- liburi-template-perl,
  libapp-cmd-perl (>= 0.330),
  libdata-compare-perl (>= 0.22),
  libfile-find-rule-perl (>= 0.33),
@@ -31,8 +31,13 @@ Build-Depends: cdbs,
  libmoo-perl (>= 1.004006),
  libtext-csv-perl (>= 1.21),
  libthrowable-perl (>= 0.200004),
+ liburi-template-perl (>= 0.22),
  libyaml-libyaml-perl (>= 0.41),
  libnamespace-clean-perl (>= 0.24),
+ perltidy,
+ liblog-any-adapter-log4perl-perl,
+ liblog-log4perl-perl,
+ libtest-lwp-useragent-perl,
  libtest-pod-perl,
  libtest-deep-perl (>= 0.112),
  libtest-exception-perl (>= 0.32),
@@ -40,7 +45,7 @@ Build-Depends: cdbs,
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <d...@jones.dk>
 Standards-Version: 3.9.7
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-perl
+Vcs-Git: https://anonscm.debian.org/pkg-perl/packages/libcatmandu-perl
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-perl.git
 Homepage: http://librecat.org/Catmandu/
 
@@ -48,6 +53,7 @@ Package: libcatmandu-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
 Description: metadata toolkit
  Catmandu provides a suite of Perl modules to ease the import, storage,
  retrieval, export and transformation of metadata records.
@@ -57,3 +63,6 @@ Description: metadata toolkit
  indexes as ElasticSearch or Solr to create a rapid development
  environment for digital library services such as institutional
  repositories and search engines.
+ .
+ Use of the debug option requires the packages
+ liblog-any-adapter-log4perl-perl and liblog-log4perl-perl.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index ab80438..6cbcfbb 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -36,24 +36,28 @@ Files: Build.PL
  lib/Catmandu/Cmd.pm
  lib/Catmandu/Cmd/config.pm
  lib/Catmandu/Cmd/convert.pm
+ lib/Catmandu/Cmd/copy.pm
  lib/Catmandu/Cmd/count.pm
  lib/Catmandu/Cmd/data.pm
  lib/Catmandu/Cmd/delete.pm
+ lib/Catmandu/Cmd/drop.pm
  lib/Catmandu/Cmd/export.pm
  lib/Catmandu/Cmd/help.pm
  lib/Catmandu/Cmd/import.pm
  lib/Catmandu/Cmd/info.pm
- lib/Catmandu/Cmd/move.pm
  lib/Catmandu/Cmd/run.pm
  lib/Catmandu/Counter.pm
+ lib/Catmandu/Droppable.pm
  lib/Catmandu/Env.pm
  lib/Catmandu/Error.pm
  lib/Catmandu/Expander.pm
  lib/Catmandu/Exporter.pm
  lib/Catmandu/Exporter/CSV.pm
  lib/Catmandu/Exporter/JSON.pm
+ lib/Catmandu/Exporter/Mock.pm
  lib/Catmandu/Exporter/Multi.pm
  lib/Catmandu/Exporter/Null.pm
+ lib/Catmandu/Exporter/TSV.pm
  lib/Catmandu/Exporter/Text.pm
  lib/Catmandu/Exporter/YAML.pm
  lib/Catmandu/Fix.pm
@@ -114,6 +118,7 @@ Files: Build.PL
  lib/Catmandu/Fix/move_field.pm
  lib/Catmandu/Fix/nothing.pm
  lib/Catmandu/Fix/parse_text.pm
+ lib/Catmandu/Fix/paste.pm
  lib/Catmandu/Fix/perlcode.pm
  lib/Catmandu/Fix/prepend.pm
  lib/Catmandu/Fix/reject.pm
@@ -134,6 +139,8 @@ Files: Build.PL
  lib/Catmandu/Fix/trim.pm
  lib/Catmandu/Fix/uniq.pm
  lib/Catmandu/Fix/upcase.pm
+ lib/Catmandu/Fix/uri_decode.pm
+ lib/Catmandu/Fix/uri_encode.pm
  lib/Catmandu/Fix/vacuum.pm
  lib/Catmandu/Fixable.pm
  lib/Catmandu/Hits.pm
@@ -147,6 +154,7 @@ Files: Build.PL
  lib/Catmandu/Importer/Modules.pm
  lib/Catmandu/Importer/Multi.pm
  lib/Catmandu/Importer/Null.pm
+ lib/Catmandu/Importer/TSV.pm
  lib/Catmandu/Importer/Text.pm
  lib/Catmandu/Importer/YAML.pm
  lib/Catmandu/Interactive.pm
@@ -167,6 +175,8 @@ Files: Build.PL
  lib/Catmandu/Store/Hash/Bag.pm
  lib/Catmandu/Store/Multi.pm
  lib/Catmandu/Store/Multi/Bag.pm
+ lib/Catmandu/TabularExporter.pm
+ lib/Catmandu/Transactional.pm
  lib/Catmandu/Util.pm
  lib/Catmandu/Validator.pm
  lib/Catmandu/Validator/Simple.pm
@@ -177,6 +187,7 @@ Files: Build.PL
  t/Catmandu-CLI.t
  t/Catmandu-Cmd-config.t
  t/Catmandu-Cmd-convert.t
+ t/Catmandu-Cmd-copy.t
  t/Catmandu-Cmd-count.t
  t/Catmandu-Cmd-data.t
  t/Catmandu-Cmd-delete.t
@@ -184,7 +195,6 @@ Files: Build.PL
  t/Catmandu-Cmd-help.t
  t/Catmandu-Cmd-import.t
  t/Catmandu-Cmd-info.t
- t/Catmandu-Cmd-move.t
  t/Catmandu-Cmd-run.t
  t/Catmandu-Cmd.t
  t/Catmandu-Counter.t
@@ -192,8 +202,10 @@ Files: Build.PL
  t/Catmandu-Error.t
  t/Catmandu-Exporter-CSV.t
  t/Catmandu-Exporter-JSON.t
+ t/Catmandu-Exporter-Mock.t
  t/Catmandu-Exporter-Multi.t
  t/Catmandu-Exporter-Null.t
+ t/Catmandu-Exporter-TSV.t
  t/Catmandu-Exporter-Text.t
  t/Catmandu-Exporter-YAML.t
  t/Catmandu-Exporter.t
@@ -248,6 +260,7 @@ Files: Build.PL
  t/Catmandu-Fix-move_field.t
  t/Catmandu-Fix-nothing.t
  t/Catmandu-Fix-parse_text.t
+ t/Catmandu-Fix-paste.t
  t/Catmandu-Fix-perlcode.t
  t/Catmandu-Fix-prepend.t
  t/Catmandu-Fix-reject.t
@@ -268,6 +281,9 @@ Files: Build.PL
  t/Catmandu-Fix-trim.t
  t/Catmandu-Fix-uniq.t
  t/Catmandu-Fix-upcase.t
+ t/Catmandu-Fix-uri_decode.t
+ t/Catmandu-Fix-uri_encode.t
+ t/Catmandu-Fix-uri_encode_decode.t
  t/Catmandu-Fix-vacuum.t
  t/Catmandu-Fix.t
  t/Catmandu-Fixable.t
@@ -280,6 +296,7 @@ Files: Build.PL
  t/Catmandu-Importer-Mock.t
  t/Catmandu-Importer-Modules.t
  t/Catmandu-Importer-Multi.t
+ t/Catmandu-Importer-TSV.t
  t/Catmandu-Importer-Text.t
  t/Catmandu-Importer-YAML.t
  t/Catmandu-Importer.t
@@ -310,17 +327,21 @@ Files: Build.PL
  t/lib/Catmandu/Fix/undef_error.pm
  t/lib/Catmandu/Importer/Values.pm
  t/lib/Catmandu/Serializer/dumper.pm
+ t/log4perl.conf
  t/myfixes.fix
  t/planets.csv
  t/planets.tab
  t/run.fix
+ t/russian.txt
  t/script.pl
+ t/small.json
+ t/small.yaml
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
 Files: LICENSE
-Copyright: 2015, Nicolas Steenlant
+Copyright: 2016, Nicolas Steenlant
 License: Artistic-1.0 GPL (vever)
  FIXME
 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to