r25201 - in /trunk/libperl-critic-perl/debian: changelog control examples

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Tue Sep 16 10:33:03 UTC 2008


Author: mxey-guest
Date: Tue Sep 16 10:32:52 2008
New Revision: 25201

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25201
Log:
Releasing 1.092-1

Modified:
    trunk/libperl-critic-perl/debian/changelog
    trunk/libperl-critic-perl/debian/control
    trunk/libperl-critic-perl/debian/examples

Modified: trunk/libperl-critic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-critic-perl/debian/changelog?rev=25201&op=diff
==============================================================================
--- trunk/libperl-critic-perl/debian/changelog (original)
+++ trunk/libperl-critic-perl/debian/changelog Tue Sep 16 10:32:52 2008
@@ -1,8 +1,10 @@
-libperl-critic-perl (1.092-1) UNRELEASED; urgency=low
+libperl-critic-perl (1.092-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release
+  * Restructured long package description
+  * Added tools/ppidump to examples (Closes: #484213)
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 10 Sep 2008 20:48:28 +0200
+ -- Maximilian Gaß <mxey at cloudconnected.org>  Tue, 16 Sep 2008 11:58:38 +0200
 
 libperl-critic-perl (1.088-1) unstable; urgency=low
 

Modified: trunk/libperl-critic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-critic-perl/debian/control?rev=25201&op=diff
==============================================================================
--- trunk/libperl-critic-perl/debian/control (original)
+++ trunk/libperl-critic-perl/debian/control Tue Sep 16 10:32:52 2008
@@ -11,7 +11,7 @@
 Build-Depends: debhelper (>= 7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
- Damyan Ivanov <dmn at debian.org>
+ Damyan Ivanov <dmn at debian.org>, Maximilian Gaß <mxey at cloudconnected.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Perl-Critic/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libperl-critic-perl/
@@ -27,21 +27,11 @@
  libexception-class-perl, perl-modules (>= 5.10) | libversion-perl
 Description: Critique Perl source code for best-practices
  Perl::Critic is an extensible framework for creating and applying
- coding standards to Perl source code. Essentially, it is a static source code
- analysis engine. Perl::Critic is distributed with a number of
- Perl::Critic::Policy modules that attempt to enforce various coding
- guidelines. Most Policy modules are based on Damian Conway's book Perl
- Best Practices. However, Perl::Critic is not limited to PBP and will
- even support Policies that contradict Conway. You can enable, disable,
- and customize those Polices through the Perl::Critic interface. You can
- also create new Policy modules that suit your own tastes.
+ coding standards to Perl source code. 
  .
- A command-line interface to Perl::Critic is included in the perlcritic
- program.
- .
- Coding standards are deeply personal and highly subjective.  The
- goal of Perl::Critic is to help you write code that conforms with a
- set of best practices.  Its primary goal is not to dictate what
- those practices are, but rather, to implement the practices
- discovered by others.  Ultimately, you make the rules --
- Perl::Critic is merely a tool for encouraging consistency.
+ It is distributed with a number of Perl::Critic::Policy modules that attempt
+ to enforce various coding guidelines. Most Policy modules are based on Damian
+ Conway's book Perl Best Practices. However, Perl::Critic is not limited to PBP
+ and will even support Policies that contradict Conway. You can enable,
+ disable, and customize those Polices through the Perl::Critic interface. You
+ can also create new Policy modules that suit your own tastes.

Modified: trunk/libperl-critic-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-critic-perl/debian/examples?rev=25201&op=diff
==============================================================================
--- trunk/libperl-critic-perl/debian/examples (original)
+++ trunk/libperl-critic-perl/debian/examples Tue Sep 16 10:32:52 2008
@@ -1,1 +1,2 @@
 examples/*
+tools/ppidump




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