[libconvert-ascii85-perl] 01/01: release unstable

Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 daxim at cpan.org
Fri Oct 11 15:27:04 UTC 2013


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

daxim-guest pushed a commit to branch master
in repository libconvert-ascii85-perl.

commit 94975c97816f4023f63ca12a73051f39ce6e2cce
Author: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 <daxim at cpan.org>
Date:   Fri Oct 11 17:04:47 2013 +0200

    release unstable
---
 debian/changelog |   18 +-----------------
 debian/compat    |    2 +-
 debian/control   |    8 +++-----
 debian/copyright |    2 +-
 4 files changed, 6 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd342a8..6c05309 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,4 @@
-libconvert-ascii85-perl (0.01-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: upstream year of copyright seems to be 2011 (not 2013)
-  - d/control:
-    + short decription should start with a small letter
-    + short description should be a noun phrase and work in a sentence like
-      <package> is (a) <short description>
-      like "module to encode ..."
-    + long description: still contains dh-make-perl boilerplate at the bottom
-      [this is also detected by lintian]
-    + I'd add libtest-pod-perl and libtest-pod-coverage-perl to
-      Build-Depends-Indep in order to enable the additional tests
-  - debhelper: d/compat 9 and debhelper >= 9.20120312 is needed for arch:any
-    packages, in order to pass all hardening flags; for arch:all packages,
-    compat 8 and debhelper >=8 is enough; not that this hurts, but having the
-    lower version makes backporting easier.
+libconvert-ascii85-perl (0.01-1) unstable; urgency=low
 
   * Initial Release. (Closes: #726042)
 
diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/control b/debian/control
index b82be95..36918e0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) <daxim at cpan.org>
-Build-Depends: debhelper (>= 9.20120312)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconvert-ascii85-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-ascii85-perl.git
@@ -13,7 +13,7 @@ Homepage: https://metacpan.org/release/Convert-Ascii85
 Package: libconvert-ascii85-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Encoding and decoding of ascii85/base85 strings
+Description: module for encoding and decoding of ascii85/base85 strings
  Convert::Ascii85 implements the Ascii85 (also known as Base85) algorithm for
  encoding binary data as text. This is done by interpreting each group of four
  bytes as a 32-bit integer, which is then converted to a five-digit base-85
@@ -21,5 +21,3 @@ Description: Encoding and decoding of ascii85/base85 strings
  .
  This is similar to MIME::Base64 but more space efficient: The overhead is
  only 1/4 of the original data (as opposed to 1/3 for Base64).
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 4d94189..054b34a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Lukas Mai <l.mai at web.de>
 Upstream-Name: Convert-Ascii85
 
 Files: *
-Copyright: 2013, Lukas Mai <l.mai at web.de>
+Copyright: 2011, Lukas Mai <l.mai at web.de>
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconvert-ascii85-perl.git



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