[SCM] Debian packaging of libcriticism-perl branch, master, updated. upstream/1.02-10-g7ebc17f

Onur Aslan onuraslan at gmail.com
Tue Nov 8 21:17:43 UTC 2011


The following commit has been merged in the master branch:
commit 7ebc17fd74e2fa84be77b8d56c2fdc3ccb1c2f5f
Author: Onur Aslan <onuraslan at gmail.com>
Date:   Tue Nov 8 23:08:46 2011 +0200

    TODO done. Ready for review.
    
      * debian/changelog: Upstream copyright year changed to 2006-2008
      * debian/control:
        - Added version for libperl-critic-perl in Build-Depends-Indep
        - Exdended description is now starting with 'The cristism pragma'
      * debian/changelog: TODO removed, release changed to unstable

diff --git a/debian/changelog b/debian/changelog
index d725c9f..76d4023 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,4 @@
-libcriticism-perl (1.02-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: upstream years of copyright seem to be 2006-2007
-  - d/control: libperl-critic-perl should have (>= 1.089) (META.yml requires
-    1.089, and oldstable only has 1.088-1)
-  - d/control: I'd suggest to use "The criticism pragma" instead of "This
-    pragma" in the long description
+libcriticism-perl (1.02-1) unstable; urgency=low
 
   * Initial Release. (Closes: #548991)
 
diff --git a/debian/control b/debian/control
index 67eb7c9..6541e7b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Onur Aslan <onur at onur.im>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libio-string-perl, libperl-critic-perl
+Build-Depends-Indep: perl, libio-string-perl, libperl-critic-perl (>= 1.089)
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/criticism/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcriticism-perl.git
@@ -15,8 +15,8 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: libperl-critic-perl
 Description: Perl pragma to enforce coding standards and best-practices
- This pragma enforces coding standards and promotes best-practices by
- running your file through Perl::Critic before every execution. In a
+ The cristicism pragma enforces coding standards and promotes best-practices
+ by running your file through Perl::Critic before every execution. In a
  production system, this usually isn't feasible because it adds a lot of
  overhead at start-up. If you have a separate development environment,
  you can effectively bypass the "criticism" pragma by not installing
diff --git a/debian/copyright b/debian/copyright
index b8fa143..61098da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: http://search.cpan.org/dist/criticism/
 Name: criticism
 
 Files: *
-Copyright: 2008, Jeffrey Thalhammer <thaljef at cpan.org>
+Copyright: 2006-2008, Jeffrey Thalhammer <thaljef at cpan.org>
 License: GPL-1+ or Artistic
 
 Files: debian/*

-- 
Debian packaging of libcriticism-perl



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