[SCM] Debian packaging of libmoosex-has-sugar-perl branch, master, updated. debian/0.05070420-1-2-g26e5856

gregor herrmann gregoa at debian.org
Thu Jul 5 20:41:05 UTC 2012


The following commit has been merged in the master branch:
commit 1e1a6a46286ba56b2a9cc271510dbba12e654a72
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:42:18 2012 -0600

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

diff --git a/debian/control b/debian/control
index 3722849..f796f5c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,36 +1,38 @@
 Source: libmoosex-has-sugar-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
+               perl (>= 5.11.4) | libmodule-build-perl
 Build-Depends-Indep: perl,
- libfile-find-rule-perl-perl,
- libmoose-autobox-perl,
- libmoose-perl (>= 0.84),
- libmoosex-types-perl,
- libnamespace-autoclean-perl,
- libpath-class-perl,
- libsub-exporter-perl,
- libtest-fatal-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
+                     libfile-find-rule-perl-perl,
+                     libmoose-autobox-perl,
+                     libmoose-perl,
+                     libmoosex-types-perl,
+                     libnamespace-autoclean-perl,
+                     libpath-class-perl,
+                     libsub-exporter-perl,
+                     libtest-fatal-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/MooseX-Has-Sugar/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-has-sugar-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-has-sugar-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-has-sugar-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-Has-Sugar/
 
 Package: libmoosex-has-sugar-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libmoose-autobox-perl,
- libmoose-perl (>= 0.84),
- libmoosex-types-perl,
- libnamespace-autoclean-perl,
- libsub-exporter-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmoose-autobox-perl,
+         libmoose-perl,
+         libmoosex-types-perl,
+         libnamespace-autoclean-perl,
+         libsub-exporter-perl
 Description: Moose extension for syntactic sugar in 'has' fields
  MooseX::Has::Sugar is a module that provides a simple way to avoid quoting
  option strings. Normally, Moose accepts parameters in Perl's hash style,
  which requires a list of key/value pairs. This module is convenient for
  boolean options and to prevent errors with mistyping string values, since
  the expressions provided by this module are checked at compile-time.
+

-- 
Debian packaging of libmoosex-has-sugar-perl



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