[libfile-write-rotate-perl] 05/06: Update packaging to follow upstream changes

Axel Beckert abe at deuxchevaux.org
Mon Apr 27 22:51:09 UTC 2015


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

abe pushed a commit to branch master
in repository libfile-write-rotate-perl.

commit 10643daac77b19318b2ee97abf071fe31fec58d4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Apr 28 00:41:24 2015 +0200

    Update packaging to follow upstream changes
    
    * Add debian/NEWS to highlight incompatible changes
    * Add Breaks against liblog-dispatch-filewriterotate-perl <= 0.03
---
 debian/NEWS      | 18 ++++++++++++++++++
 debian/changelog |  2 ++
 debian/control   |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..b55c5c7
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,18 @@
+libfile-write-rotate-perl (0.28-1) UNRELEASED; urgency=medium
+
+  From the upstream changelog of 0.28:
+
+  - Now check argument to new(), unknown arguments will croak.
+
+  From the upstream changelog of 0.24:
+
+  [INCOMPATIBLE CHANGES]
+
+  - compress() method now avoids compressing files with the latest period.
+    Before, this method avoided compressing files with the period of
+    "_cur_period" private attribute, which was set by _open(). However,
+    "_cur_period" was not set if compress() was called without calling
+    write() beforehand. The new behavior is a little different from the
+    old, but it's the same in most cases.
+
+-- Axel Beckert <abe at debian.org>  Tue, 28 Apr 2015 00:29:11 +0200
diff --git a/debian/changelog b/debian/changelog
index eda93a8..4529de2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libfile-write-rotate-perl (0.28-1) UNRELEASED; urgency=medium
 
   * Add debian/upstream/metadata
   * Import upstream version 0.28
+    + Add debian/NEWS to highlight incompatible changes
+    + Add Breaks against liblog-dispatch-filewriterotate-perl <= 0.03
 
  -- Axel Beckert <abe at debian.org>  Tue, 28 Apr 2015 00:29:11 +0200
 
diff --git a/debian/control b/debian/control
index 5ebbfeb..8a6e971 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Depends: ${misc:Depends},
          libproc-pid-file-perl,
          libsharyanto-file-util-perl,
          libtaint-runtime-perl
+Breaks: liblog-dispatch-filewriterotate-perl (<= 0.03)
 Description: module to deal with files that archive/rotate themselves
  File::Write::Rotate can be used to write to file, usually for logging, that
  can rotate itself. File will be opened in append mode. Locking will be done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-write-rotate-perl.git



More information about the Pkg-perl-cvs-commits mailing list