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 b476e18a943d7455550c757bf695a02b6e4acddc
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Sat Aug 1 16:05:48 2015 +0200

    Prepare for release: Update changelog and copyright hints.
---
 debian/changelog       | 39 +++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 20 +++++++++++++-------
 2 files changed, 52 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 45783ce..f1075a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,42 @@
+libpath-tiny-perl (0.072-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+
+    + Fix precedence bug in the check for Unicode::UTF8.
+    + Add 'truncate' option to append for in-place replacement of file
+      contents.
+    + Fix append_utf8 and append_raw with 'truncate' option.
+    + Add 'assert' method.
+    + Add 'visit' method.
+    + Add support for a negative count for 'lines' to get the last lines
+      of a file.
+    + Fix tilde expansion if path has spaces.
+    + Make realpath non-fatal if the parent path exists and only the
+      final path component does not.
+    + Remove rendundant locking on tempfile use for spewing.
+    + Work around File::Temp bugs on older ActiveState Windows Perls.
+    + Fix SYNOPSIS example.
+    + Add exclusive locking option to filehandle opens; spew now
+      exclusively locks tempfile used for atomic writes.
+    + The 'copy' method now returns the object for the copied file.
+    + The 'visit' method only dereferences the callback return value for
+      scalar refs, avoiding some common bugs.
+    + Fix incorrect error argument for File::Path functions.
+
+  [ Jonas Smedegaard ]
+  * Update copyright info:
+    + Bump (yes, oddly not extend) coverage for main upstream author to
+      include current year.
+    + Use License-Grant and License-Reference fields.
+      Thanks to Ben Finney.
+    + Extend coverage of packaging to include current year.
+  * Add lintian overrides regarding license in License-Reference field.
+    See bug#786450.
+  * Modernize git-buildpackage config: Avoid git- prefix.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Sat, 01 Aug 2015 16:04:23 +0200
+
 libpath-tiny-perl (0.058-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 00164db..9898bcc 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -30,23 +30,23 @@ Files: CONTRIBUTING.mkdn
  t/lib/TestUtils.pm
  t/locking.t
  t/mutable_tree_while_iterating.t
+ t/visit.t
+ t/zz-atomic.t
  tidyall.ini
  xt/author/00-compile.t
  xt/author/critic.t
  xt/author/pod-spell.t
+ xt/author/test-version.t
  xt/release/distmeta.t
  xt/release/minimum-version.t
  xt/release/pod-coverage.t
  xt/release/pod-syntax.t
  xt/release/portability.t
- xt/release/test-version.t
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
-Files: README
- lib/Path/Tiny.pm
- t/basename.t
+Files: t/basename.t
  t/children.t
  t/chmod.t
  t/digest.t
@@ -63,13 +63,19 @@ Files: README
  t/subsumes.t
  t/temp.t
  t/zzz-spec.t
-Copyright: 2013, David Golden
+Copyright: 2014, David Golden
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/Path/Tiny.pm
+Copyright: 2014, David Golden
+  AND LICENSE
 License: UNKNOWN
  FIXME
 
 Files: LICENSE
-Copyright: [yyyy
-  license to reproduce, prepare Derivative Works of
+Copyright: 2014, David Golden
 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