r51287 - in /trunk/libmoose-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jan 20 18:03:57 UTC 2010


Author: gregoa
Date: Wed Jan 20 18:03:33 2010
New Revision: 51287

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51287
Log:
* Move to arch:any, the module now contains XS/C code. Add ${shlibs:Depends}
  to Depends. Move all build dependencies to Build-Depends.
* Build depend only on "perl (>= 5.10.1)" for Test::More 0.88's done_testing
  feature. Ideally this would be "perl (>= 5.10.1) | libtest-simple-perl (>=
  0.88)" but we can't do that until #541342 is sorted out.

Modified:
    trunk/libmoose-perl/debian/changelog
    trunk/libmoose-perl/debian/control

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=51287&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Wed Jan 20 18:03:33 2010
@@ -7,6 +7,11 @@
   [ gregor herrmann ]
   * debian/copyright: update years for upstream and packaging copyright, add
     info about a new third-party file.
+  * Move to arch:any, the module now contains XS/C code. Add ${shlibs:Depends}
+    to Depends. Move all build dependencies to Build-Depends.
+  * Build depend only on "perl (>= 5.10.1)" for Test::More 0.88's done_testing
+    feature. Ideally this would be "perl (>= 5.10.1) | libtest-simple-perl (>=
+    0.88)" but we can't do that until #541342 is sorted out.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 18 Jan 2010 16:23:42 -0500
 

Modified: trunk/libmoose-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/control?rev=51287&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/control (original)
+++ trunk/libmoose-perl/debian/control Wed Jan 20 18:03:33 2010
@@ -1,15 +1,14 @@
 Source: libmoose-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl (>= 5.10), libsub-exporter-perl (>= 0.980),
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7),
+ perl (>= 5.10.1), libsub-exporter-perl (>= 0.980),
  libclass-mop-perl (>= 0.98), libtest-exception-perl (>= 0.27), liburi-perl,
  libtest-pod-coverage-perl, libsub-name-perl (>= 0.02), libio-string-perl,
  libregexp-common-perl, liblocale-us-perl, libdatetime-format-mysql-perl,
  libmodule-refresh-perl, liblist-moreutils-perl (>= 0.12), libtest-pod-perl,
  libtest-warn-perl, libtest-deep-perl, libdbm-deep-perl, libdata-optlist-perl,
- libtest-output-perl (>= 0.09), libtry-tiny-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+ libtest-output-perl (>= 0.09), libtry-tiny-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>,
@@ -24,8 +23,8 @@
 Homepage: http://search.cpan.org/dist/Moose/
 
 Package: libmoose-perl
-Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsub-name-perl (>= 0.02),
+Architecture: any
+Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsub-name-perl (>= 0.02),
  libclass-mop-perl (>= 0.98), libsub-exporter-perl (>= 0.980),
  liblist-moreutils-perl (>= 0.12), libdata-optlist-perl, libtry-tiny-perl
 Breaks: libfey-orm-perl (<< 0.23+), libmoosex-attributehelpers-perl (<< 0.21+),




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