[SCM] Packaging of MooseX::Has::Options in Debian branch, master, updated. 409bd1762a95fad432f4fe9a1ea694ea187a7439

gregor herrmann gregoa at debian.org
Sun Dec 16 13:10:57 UTC 2012


The following commit has been merged in the master branch:
commit 2065e575b7c42138cbc695f07fe2d19d2383b490
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 16 13:33:56 2012 +0100

    update (build)deps

diff --git a/debian/changelog b/debian/changelog
index c713383..8e2e7e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,13 +2,8 @@ libmoosex-has-options-perl (0.002-1) UNRELEASED; urgency=low
 
   TODO:
   - debian/control:
-    + why is libmoosex-nonmoose-perl in Build-Depends-Indep?
-      shouldn't that be libmoose.perl?
-      (and shouldn't libmoose-perl also be in Depends?)
-    + libpackage-stash-perl is also needed in Depends
     + the long description should mention the module name, not the package
       name, so s/libmoosex-has-options-perl/MooseX::Has::Options/
-    + useless empty line at the end
 
   * Initial Release. Closes: #675927
 
diff --git a/debian/control b/debian/control
index 6cfe442..432fcbc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,11 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: matanya <matanya.moses at gmail.com>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libpackage-stash-perl, libmoosex-nonmoose-perl, libtest-most-perl, libnamespace-autoclean-perl 
+Build-Depends-Indep: perl,
+ libmoose-perl,
+ libnamespace-autoclean-perl,
+ libpackage-stash-perl (>= 0.18),
+ libtest-most-perl
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-has-options-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-has-options-perl.git
@@ -12,9 +16,10 @@ Homepage: http://search.cpan.org/dist/MooseX-Has-Options/
 
 Package: libmoosex-has-options-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends} 
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmoose-perl,
+ libpackage-stash-perl (>= 0.18)
 Description: module for succinct options for Moose
  libmoosex-has-options-perl provides a succinct syntax for declaring options for
  Moose attributes. It hijacks the has function imported by Moose and replaces
  it with one that understands the options syntax.
- 

-- 
Packaging of MooseX::Has::Options in Debian



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