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

2016-02-08 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 64253a9f793b6c81855a6c0b20c485b30d434968
Author: Jonas Smedegaard 
Date:   Tue Feb 9 06:42:50 2016 +0100

Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog   | 14 ++
 debian/control |  2 +-
 debian/copyright_hints | 25 ++---
 3 files changed, 33 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3283e07..023e3f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libcatmandu-perl (0.9505-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
++ Expand, collapse and vacuum fixes handle large arrays.
++ More pod.
+
+  [ Jonas Smedegaard ]
+  * Declare compliance with Debian Policy 3.9.7.
+  * Update copyright info:
++ Extend copyright of packaging to cover current year.
+
+ -- Jonas Smedegaard   Tue, 09 Feb 2016 06:42:11 +0100
+
 libcatmandu-perl (0.9504-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index efa270d..ac2e20c 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Build-Depends: cdbs,
  perl (>= 5.19.5) | libtest-simple-perl (>= 0.99)
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Git: git://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/
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 3e0feaa..ab80438 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -10,7 +10,9 @@ Files: Build.PL
  META.json
  META.yml
  README
- benchmark/catmandu_util_vs_data_util.pl
+ benchmark/clone.pl
+ benchmark/data.json
+ benchmark/util_vs_data_util.pl
  bin/catmandu
  cpanfile
  debian/README.source
@@ -46,6 +48,7 @@ Files: Build.PL
  lib/Catmandu/Counter.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
@@ -308,8 +311,6 @@ Files: Build.PL
  t/lib/Catmandu/Importer/Values.pm
  t/lib/Catmandu/Serializer/dumper.pm
  t/myfixes.fix
- t/non_ascii.json
- t/non_ascii.yaml
  t/planets.csv
  t/planets.tab
  t/run.fix
@@ -318,6 +319,11 @@ Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
+Files: LICENSE
+Copyright: 2015, Nicolas Steenlant
+License: Artistic-1.0 GPL (vever)
+ FIXME
+
 Files: lib/Catmandu/Introduction.pod
 Copyright: *No copyright*
 License: GPL
@@ -325,12 +331,17 @@ License: GPL
 
 Files: debian/rules
 Copyright: 2013, Vasudev Kamath 
-  2013-2015, Jonas Smedegaard 
+  2013-2016, Jonas Smedegaard 
 License: GPL-3+
  FIXME
 
-Files: LICENSE
-Copyright: 2015, Nicolas Steenlant
-License: GPL-ever
+Files: t/non_ascii.yaml
+Copyright: (1922-2001)
+License: UNKNOWN
+ FIXME
+
+Files: t/non_ascii.json
+Copyright: 
(1922-2001)","key":"BlavierAndrÃ(1922-2001)","nlilat":"000453847","viafid":"84032513","merge":{"source":"viaf","id":"000290adb8fba464410b5466d462565d","type":"document"},"lc":"n83068143","bnf":"11892331"}
+License: UNKNOWN
  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

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

2014-12-04 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

commit 7ba18eeba68774fc75027e9e33c09def4e35a8ed
Author: Jonas Smedegaard d...@jones.dk
Date:   Thu Dec 4 15:01:59 2014 +0100

Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog   | 27 +--
 debian/control |  5 ++---
 debian/copyright_hints | 11 ++-
 3 files changed, 37 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0cb7e8b..b2c78c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,31 @@
-libcatmandu-perl (0.9206-2) UNRELEASED; urgency=medium
+libcatmandu-perl (0.9209-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release(s).
+0.9209:
++ info command.
++ Ignore installed but depreciated commands.
++ Improved retain fix will replace retain_field.
++ Simple emitting fixes required a bit less boilerplate.
++ JSON::XS is now required to avoid bugs in other implementations.
+0.9208:
++ Lazy and more robust fix building in Fix.pm.
+0.9207:
++ greater_than, less_than fix conditions.
++ Fix bug in Paged.
++ Exporter::JSON pod.
++ sort_field fix handles undef values.
+
+  [ Vasudev Kamath ]
   * Drop myself from uploaders.
 
- -- Vasudev Kamath kamathvasu...@gmail.com  Mon, 17 Nov 2014 21:43:03 +0530
+  [ Jonas Smedegaard ]
+  * Stop (build-)depend on libjs-perl, depend on (not recommend)
+libjson-xs-perl (in addition to build-depending), and fix tighten to
+(build-)depend versioned.
+  * Update patch 1001, and simplify header.
+
+ -- Jonas Smedegaard d...@jones.dk  Thu, 04 Dec 2014 15:01:48 +0100
 
 libcatmandu-perl (0.9206-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index d584a72..69aecc9 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: cdbs,
  libapp-cmd-perl (= 0.323),
  libdata-compare-perl (= 0.22),
  libfile-find-rule-perl (= 0.33),
- libjson-perl (= 0.51),
+ libjson-xs-perl (= 2.300),
  liblist-moreutils-perl (= 0.33),
  liblog-any-perl (= 0.15),
  liblog-any-adapter-perl (= 0.11),
@@ -34,8 +34,7 @@ Build-Depends: cdbs,
  libtest-exception-perl (= 0.32),
  libtest-simple-perl (= 1.001003) | perl (= 5.19.6)
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
-Uploaders: Jonas Smedegaard d...@jones.dk,
- Vasudev Kamath kamathvasu...@gmail.com
+Uploaders: Jonas Smedegaard d...@jones.dk
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-perl
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-perl.git
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 98bb88f..f3be863 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -6,6 +6,7 @@ Disclaimer: Autogenerated by CDBS
 
 Files: Build.PL
  Changes
+ Dockerfile
  MANIFEST
  META.json
  META.yml
@@ -37,6 +38,7 @@ Files: Build.PL
  lib/Catmandu/Cmd/delete.pm
  lib/Catmandu/Cmd/export.pm
  lib/Catmandu/Cmd/import.pm
+ lib/Catmandu/Cmd/info.pm
  lib/Catmandu/Cmd/move.pm
  lib/Catmandu/Counter.pm
  lib/Catmandu/Env.pm
@@ -65,12 +67,14 @@ Files: Build.PL
  lib/Catmandu/Fix/Condition/less_than.pm
  lib/Catmandu/Fix/Has.pm
  lib/Catmandu/Fix/Parser.pm
+ lib/Catmandu/Fix/SimpleGetValue.pm
  lib/Catmandu/Fix/add_field.pm
  lib/Catmandu/Fix/add_to_store.pm
  lib/Catmandu/Fix/append.pm
  lib/Catmandu/Fix/array.pm
  lib/Catmandu/Fix/capitalize.pm
  lib/Catmandu/Fix/clone.pm
+ lib/Catmandu/Fix/code.pm
  lib/Catmandu/Fix/collapse.pm
  lib/Catmandu/Fix/copy_field.pm
  lib/Catmandu/Fix/count.pm
@@ -89,6 +93,7 @@ Files: Build.PL
  lib/Catmandu/Fix/reject.pm
  lib/Catmandu/Fix/remove_field.pm
  lib/Catmandu/Fix/replace_all.pm
+ lib/Catmandu/Fix/retain.pm
  lib/Catmandu/Fix/retain_field.pm
  lib/Catmandu/Fix/set_field.pm
  lib/Catmandu/Fix/sort_field.pm
@@ -134,6 +139,7 @@ Files: Build.PL
  t/Catmandu-Cmd-delete.t
  t/Catmandu-Cmd-export.t
  t/Catmandu-Cmd-import.t
+ t/Catmandu-Cmd-info.t
  t/Catmandu-Cmd-move.t
  t/Catmandu-Cmd.t
  t/Catmandu-Counter.t
@@ -163,6 +169,7 @@ Files: Build.PL
  t/Catmandu-Fix-array.t
  t/Catmandu-Fix-capitalize.t
  t/Catmandu-Fix-clone.t
+ t/Catmandu-Fix-code.t
  t/Catmandu-Fix-collapse.t
  t/Catmandu-Fix-copy_field.t
  t/Catmandu-Fix-count.t
@@ -181,6 +188,7 @@ Files: Build.PL
  t/Catmandu-Fix-reject.t
  t/Catmandu-Fix-remove_field.t
  t/Catmandu-Fix-replace_all.t
+ t/Catmandu-Fix-retain.t
  t/Catmandu-Fix-retain_field.t
  t/Catmandu-Fix-set_field.t
  t/Catmandu-Fix-sort_field.t
@@ -196,6 +204,7 @@ Files: Build.PL
  t/Catmandu-Importer-CSV.t
  t/Catmandu-Importer-JSON.t
  t/Catmandu-Importer-Mock.t
+ t/Catmandu-Importer-Modules.t
  t/Catmandu-Importer-YAML.t
  t/Catmandu-Importer.t
  t/Catmandu-Iterable.t
@@ -256,7 +265,7 @@ Copyright: (1883-1944)
   Toribio, 1852-1930,
   de Bercenay, François (1761-ca 1830)
   de Saint-Maur,