[SCM] Packaging for padre-plugin-perlcritic branch, master, updated. upstream/0.12-27-gd381d6b

Dominique Dumont dod at debian.org
Sun Jan 22 13:21:18 UTC 2012


The following commit has been merged in the master branch:
commit 16380e16d7496caea14e3723f1a303609b14a96d
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Jan 22 14:05:53 2012 +0100

    cleanup before release

diff --git a/debian/changelog b/debian/changelog
index c82a5b8..40a616d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
-libpadre-plugin-perlcritic-perl (0.12-1) UNRELEASED; urgency=low
-
-    NOTE: possibly too small for a separate package
+libpadre-plugin-perlcritic-perl (0.12-1) unstable; urgency=low
 
   * Initial Release. (Closes: #531252)
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 17 Jun 2009 21:37:42 -0700
+ -- Dominique Dumont <dod at debian.org>  Sun, 22 Jan 2012 14:05:24 +0100
diff --git a/debian/control b/debian/control
index 0263b7d..57293e8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,26 @@
 Source: libpadre-plugin-perlcritic-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), libmodule-build-perl
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- liblocale-msgfmt-perl,
- libperl-critic-perl,
- padre-plugin-api-2,
- xauth,
- xfonts-base,
- xvfb
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+                     liblocale-msgfmt-perl,
+                     libperl-critic-perl,
+                     xauth,
+                     xfonts-base,
+                     xvfb
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Padre-Plugin-PerlCritic/
-Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpadre-plugin-perlcritic-perl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libpadre-plugin-perlcritic-perl.git
+Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpadre-plugin-perlcritic-perl.git
+Homepage: http://search.cpan.org/dist/Padre-Plugin-PerlCritic/
 
 Package: libpadre-plugin-perlcritic-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
-  libperl-critic-perl,
-  padre-plugin-api-2
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libperl-critic-perl
 Enhances: padre
 Description: Padre plugin to analyze perl files with Perl::Critic
  This is a simple plugin to run Perl::Critic on your source code.
@@ -28,3 +28,4 @@ Description: Padre plugin to analyze perl files with Perl::Critic
  Currently there is no configuration for this plugin, so you have to rely
  on the default .perlcriticrc configuration. See Perl::Critic for
  details.
+
diff --git a/debian/copyright b/debian/copyright
index b72c3d6..2cbb765 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,28 +1,33 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Kaare Rasmussen <kaare at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Padre-Plugin-PerlCritic/
+Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: Padre-Plugin-PerlCritic
+Upstream-Contact: Kaare Rasmussen <kaare at cpan.org>
+                  Ahmad M. Zawawi <ahmad.zawawi at gmail.com>
+Source: http://search.cpan.org/dist/Padre-Plugin-PerlCritic/
 
 Files: *
-Copyright: Copyright 2010 by Kaare Rasmussen
+Copyright: 2010 by Kaare Rasmussen
+           2010 Ahmad M. Zawawi <ahmad.zawawi at gmail.com>
+License: Artistic or GPL-1+
 License-Alias: Perl
-License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
-License: Artistic | GPL-1+
+           2012, Dominique Dumont <dod at debian.org>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in '/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+

-- 
Packaging for padre-plugin-perlcritic



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