[SCM] Debian packaging of libmoosex-setonce-perl branch, master, updated. debian/0.200001-1-4-gd2fb0fd

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


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

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

diff --git a/debian/control b/debian/control
index 760ba1e..d096b81 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,27 @@
 Source: libmoosex-setonce-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libmoose-perl (>= 0.90),
- libtest-fatal-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
- libtry-tiny-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ansgar Burchardt <ansgar at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
+                     libmoose-perl,
+                     libtest-fatal-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+                     libtry-tiny-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/MooseX-SetOnce/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-setonce-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-setonce-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-setonce-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-SetOnce/
 
 Package: libmoosex-setonce-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmoose-perl (>= 0.90),
- libtry-tiny-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoose-perl,
+         libtry-tiny-perl
 Enhances: libmoose-perl
 Description: module providing write-once, read-many attributes for Moose
  MooseX::SetOnce provides the SetOnce attribute which lets your class have
@@ -32,3 +33,4 @@ Description: module providing write-once, read-many attributes for Moose
  value, it will throw an exception.
  .
  If the attribute has a clearer, you may clear the attribute and set it again.
+

-- 
Debian packaging of libmoosex-setonce-perl



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