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

Jonas Smedegaard dr at jones.dk
Tue May 20 16:53:48 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 587b99c31da401e2fd0af6aa4e3e4ca015d13e46
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue May 20 18:45:05 2014 +0200

    Prepare for release: Update changelog, control file and copyright info.
---
 debian/changelog       | 25 +++++++++++++++++++++----
 debian/control         | 14 +++++++++-----
 debian/copyright_hints | 14 ++++++++++++++
 3 files changed, 44 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e14461b..9d6d309 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,27 @@
-libcatmandu-perl (0.9-2) UNRELEASED; urgency=medium
+libcatmandu-perl (0.9102-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release(s).
+    + Add monads in disguise Catmandu::Fix::Bind.
+    + Improve POD coverage.
+    + Add less_than, greater_than conditions.
+
+  [ Jonas Smedegaard ]
   * Tidy comma in build-dependencies.
-  * Update watch file to use (both metacpan.org and) cpan.org/author
-    URL.
+  * Update watch file to use cpan.org/author URL (not search.cpan.org).
+  * Update package relations:
+    + Build-depend on (recent but not too recent perl or) recent
+      libmodule-build-perl (not libmodule-build-tiny), and relax to
+      build-depend unversioned on cdbs.
+    + Depend (not only build-depend) on liblog-any-adapter-perl, and
+      tighten to (build-)depend versioned.
+    + Build-depend on libtest-pod-perl.
+    + Build-depend (explicitly) on recent liblog-any-perl.
+    + Tighten to build-depend versioned on libtest-deep-perl and
+      libtest-exception-perl.
+    + Build-depend on recent libtest-simple-perl (or very recent perl).
 
- -- Jonas Smedegaard <dr at jones.dk>  Tue, 20 May 2014 11:55:13 +0200
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 20 May 2014 18:43:10 +0200
 
 libcatmandu-perl (0.9-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index dcf8e95..06085bd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
 Source: libcatmandu-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs (>= 0.4.122~),
+Build-Depends: cdbs,
  devscripts,
  perl,
- libmodule-build-tiny-perl,
  debhelper,
  dh-buildinfo,
+ perl (>= 5.11.4) | libmodule-build-perl (>= 0.3601),
+ perl (<< 5.19.0) | libmodule-build-perl (>= 0.3601),
  libcgi-expand-perl,
  libclone-perl,
  libconfig-onion-perl,
@@ -21,14 +22,17 @@ Build-Depends: cdbs (>= 0.4.122~),
  libdata-compare-perl (>= 0.22),
  libjson-perl (>= 0.51),
  liblist-moreutils-perl (>= 0.33),
+ liblog-any-adapter-perl (>= 0.11),
  libmoo-perl (>= 1.000008),
  libtext-csv-perl (>= 1.21),
  libthrowable-perl (>= 0.200004),
  libyaml-perl (>= 0.90),
  libnamespace-clean-perl (>= 0.24),
- liblog-any-adapter-perl,
- libtest-deep-perl,
- libtest-exception-perl
+ libtest-pod-perl,
+ liblog-any-perl (>= 0.15),
+ libtest-deep-perl (>= 0.112),
+ 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>
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 2b2f550..b24fa64 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -45,12 +45,19 @@ Files: Build.PL
  lib/Catmandu/Exporter/YAML.pm
  lib/Catmandu/Fix.pm
  lib/Catmandu/Fix/Base.pm
+ lib/Catmandu/Fix/Bind.pm
+ lib/Catmandu/Fix/Bind/benchmark.pm
+ lib/Catmandu/Fix/Bind/identity.pm
+ lib/Catmandu/Fix/Bind/list.pm
+ lib/Catmandu/Fix/Bind/maybe.pm
  lib/Catmandu/Fix/Condition.pm
  lib/Catmandu/Fix/Condition/SimpleAllTest.pm
  lib/Catmandu/Fix/Condition/SimpleAnyTest.pm
  lib/Catmandu/Fix/Condition/all_match.pm
  lib/Catmandu/Fix/Condition/any_match.pm
  lib/Catmandu/Fix/Condition/exists.pm
+ lib/Catmandu/Fix/Condition/greater_than.pm
+ lib/Catmandu/Fix/Condition/less_than.pm
  lib/Catmandu/Fix/Has.pm
  lib/Catmandu/Fix/Parser.pm
  lib/Catmandu/Fix/add_field.pm
@@ -130,7 +137,14 @@ Files: Build.PL
  t/Catmandu-Exporter-YAML.t
  t/Catmandu-Exporter.t
  t/Catmandu-Fix-Base.t
+ t/Catmandu-Fix-Bind-benchmark.t
+ t/Catmandu-Fix-Bind-identity.t
+ t/Catmandu-Fix-Bind-list.t
+ t/Catmandu-Fix-Bind-maybe.t
+ t/Catmandu-Fix-Bind.t
  t/Catmandu-Fix-Condition-exists.t
+ t/Catmandu-Fix-Condition-greater_than.t
+ t/Catmandu-Fix-Condition-less_than.t
  t/Catmandu-Fix-Condition.t
  t/Catmandu-Fix-Parser.t
  t/Catmandu-Fix-add_field.t

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