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

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

commit 53c27066035a6b2ad9673665ca30289ccdaa733d
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Sat May 10 21:07:49 2014 +0200

    Prepare for release: Update changelog and copyright hints.
---
 debian/changelog       | 21 +++++++++++++++++++--
 debian/copyright_hints |  6 ++++--
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e9a036d..66f8fa1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,26 @@
-libpath-tiny-perl (0.052-2) UNRELEASED; urgency=medium
+libpath-tiny-perl (0.054-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release(s)
+    + The 'is_file' method now does -e && ! -d and not -f because -f is
+      often more restrictive than people intend or expect.
+    + Add 'chmod' method with symbolic chmod support ("a=r,u+rx").
+    + Fix throw error when constructing path with undef or zero-length
+      parts -- e.g. with child().
+    + The 'basename' method now takes a list of suffixes to remove
+      before returning the name.
+    + Add FREEZE/THAW/TO_JSON serialization helpers.
+    + When constructing a Path::Tiny object from another, the original
+      is returned unless it's a temp dir/file.  This significantly
+      speeds up calling path($path) if $path is already a Path::Tiny
+      object.
+
+  [ Jonas Smedegaard ]
   * Fix build-depend on perl (previously missed by CDBS when present
     also as preference to modules).
+  * Have git-buildpackage suppress eventual upstream .gitignore files.
 
- -- Jonas Smedegaard <d...@jones.dk>  Sat, 10 May 2014 20:51:41 +0200
+ -- Jonas Smedegaard <d...@jones.dk>  Sat, 10 May 2014 21:07:24 +0200
 
 libpath-tiny-perl (0.052-1) unstable; urgency=low
 
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 0be0971..35bac34 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -24,6 +24,7 @@ Files: CONTRIBUTING
  t/00-report-prereqs.t
  t/README
  t/basic.t
+ t/data/chmod.txt
  t/filesystem.t
  t/lib/TestUtils.pm
  t/locking.t
@@ -44,7 +45,9 @@ License: UNKNOWN
 
 Files: README
  lib/Path/Tiny.pm
+ t/basename.t
  t/children.t
+ t/chmod.t
  t/digest.t
  t/exception.t
  t/exports.t
@@ -64,9 +67,8 @@ License: UNKNOWN
  FIXME
 
 Files: LICENSE
-Copyright: License. Subject to the terms and conditions of
+Copyright: You must retain, in the Source form of any Derivative Works
   [yyyy
-  license to reproduce, prepare Derivative Works of
 License: Apache-2.0
  FIXME
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpath-tiny-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