[SCM] Debian packaging of libmoosex-singleton-perl branch, master, updated. debian/0.29-1-3-g426706f

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


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

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

diff --git a/debian/control b/debian/control
index 0cbb2c3..9325070 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,33 @@
 Source: libmoosex-singleton-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           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 (>= 1.10),
- libmoosex-strictconstructor-perl (>= 0.16),
- libtest-fatal-perl,
- libtest-requires-perl,
- libtest-warn-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Ansgar Burchardt <ansgar at debian.org>, gregor herrmann <gregoa at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
+                     libmoose-perl (>= 1.10),
+                     libmoosex-strictconstructor-perl (>= 0.16),
+                     libtest-fatal-perl,
+                     libtest-requires-perl,
+                     libtest-warn-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/MooseX-Singleton/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-singleton-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-singleton-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-singleton-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-Singleton/
 
 Package: libmoosex-singleton-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libmoose-perl (>= 1.10)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmoose-perl (>= 1.10)
 Description: Moose extension to turn a class into a singleton
  MooseX::Singleton lets you easily change your Moose class into a singleton,
  which is a class that only has one instance in an application. All you should
  need to do is change your use of "use Moose" to "use MooseX::Singleton". This
  module uses a new class metaclass and instance metaclass, so if you're doing
  metamagic you may not be able to use this.
+

-- 
Debian packaging of libmoosex-singleton-perl



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