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

Jonas Smedegaard dr at jones.dk
Thu Dec 4 14:43:07 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 7ba18eeba68774fc75027e9e33c09def4e35a8ed
Author: Jonas Smedegaard <dr at 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 <kamathvasudev at 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 <dr at 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-maintainers at lists.alioth.debian.org>
-Uploaders: Jonas Smedegaard <dr at jones.dk>,
- Vasudev Kamath <kamathvasudev at gmail.com>
+Uploaders: Jonas Smedegaard <dr at 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, Nicolas-François, 1695-1774,
-  de Sousa, 1922-2010,
+  de Sousa, 1922-2010
 License: UNKNOWN
  FIXME
 

-- 
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