[SCM] Debian packaging of libmousex-getopt-perl branch, master, updated. debian/0.34-1-2-g28dc3dc

gregor herrmann gregoa at debian.org
Thu Jul 5 20:42:18 UTC 2012


The following commit has been merged in the master branch:
commit 95be6975fa7b4e2e547d707d3791b866b6b79380
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:43:40 2012 -0600

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

diff --git a/debian/control b/debian/control
index 86c33c3..7c322c8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,26 @@
 Source: libmousex-getopt-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libgetopt-long-descriptive-perl (>= 0.091),
- libmouse-perl,
- libtest-exception-perl,
- libtest-warn-perl (>= 0.21),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>,
- gregor herrmann <gregoa at debian.org>
+                     libgetopt-long-descriptive-perl (>= 0.091),
+                     libmouse-perl,
+                     libtest-exception-perl,
+                     libtest-warn-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/MouseX-Getopt/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmousex-getopt-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-getopt-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmousex-getopt-perl.git
+Homepage: http://search.cpan.org/dist/MouseX-Getopt/
 
 Package: libmousex-getopt-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libgetopt-long-descriptive-perl (>= 0.091),
- libmouse-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libgetopt-long-descriptive-perl (>= 0.091),
+         libmouse-perl
 Description: Mouse role for processing command line options
  MouseX::Getopt is a role which provides an alternate constructor for creating
  objects using parameters passed in from the command line.
@@ -37,3 +37,4 @@ Description: Mouse role for processing command line options
  You can use the trait MouseX::Getopt::Meta::Attribute::Trait::NoGetopt or the
  attribute metaclass MouseX::Getopt::Meta::Attribute::NoGetopt to have
  MouseX::Getopt ignore your attribute in the commandline options.
+

-- 
Debian packaging of libmousex-getopt-perl



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