[SCM] Debian packaging of libcolor-palette-perl branch, master, updated. debian/0.100002-1-2-g3ac7c6b

gregor herrmann gregoa at debian.org
Thu Jul 5 20:17:11 UTC 2012


The following commit has been merged in the master branch:
commit 22e6e4a0277642a6d8d9879211722b3160720126
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:20:36 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 7b40a58..f39c30c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,29 @@
 Source: libcolor-palette-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libgraphics-color-perl, liblist-moreutils-perl,
- libmoosex-types-perl, libmoose-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends-Indep: perl,
+                     libgraphics-color-perl,
+                     liblist-moreutils-perl,
+                     libmoosex-types-perl,
+                     libmoose-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Color-Palette/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcolor-palette-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcolor-palette-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcolor-palette-perl.git
+Homepage: http://search.cpan.org/dist/Color-Palette/
 
 Package: libcolor-palette-perl
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-types-perl,
- libgraphics-color-perl, liblist-moreutils-perl, libmoose-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmoosex-types-perl,
+         libgraphics-color-perl,
+         liblist-moreutils-perl,
+         libmoose-perl
+Pre-Depends: dpkg
 Description: module to manipulate sets of named colours
  Color::Palette is a framework of Perl modules designed to construct and
  manipulate sets of named colours. This makes it easy to write applications
@@ -23,3 +31,4 @@ Description: module to manipulate sets of named colours
  specified using a Graphics::Color object, a CSS-style hex triple (#RRGGBB),
  an arrayref of RGB values, or as the name of another colour that appears in
  the palette.
+

-- 
Debian packaging of libcolor-palette-perl



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