r40443 - in /trunk/libaspect-perl/debian: control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 22 03:19:31 UTC 2009


Author: jawnsy-guest
Date: Wed Jul 22 03:19:22 2009
New Revision: 40443

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40443
Log:
added modules for author tests to B-D

Modified:
    trunk/libaspect-perl/debian/control
    trunk/libaspect-perl/debian/rules

Modified: trunk/libaspect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/control?rev=40443&op=diff
==============================================================================
--- trunk/libaspect-perl/debian/control (original)
+++ trunk/libaspect-perl/debian/control Wed Jul 22 03:19:22 2009
@@ -2,11 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl (>= 5.8.200), libtest-compile-perl,
-  libtest-class-perl, libdevel-symdump-perl, libbenchmark-timer-perl,
-  libtest-pod-perl, libtest-perl-critic-perl
+Build-Depends-Indep: libtest-perl-critic-perl, libbenchmark-timer-perl,
+ libtest-compile-perl, libtest-class-perl, libdevel-symdump-perl,
+ libtest-pod-perl, libpod-simple-perl (>= 3.07), libtest-cpan-meta-perl,
+ libperl-minimumversion-perl (>= 1.20)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Christoph Berg <myon at debian.org>,
+Uploaders: Christoph Berg <myon at debian.org>, Jonathan Yu <frequency at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Aspect/
@@ -15,18 +16,17 @@
 
 Package: libaspect-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.200),
-  libtest-class-perl, libdevel-symdump-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libdevel-symdump-perl,
+ libtest-class-perl
 Suggests: libbenchmark-timer-perl
 Description: Aspect-oriented Programming for Perl
- Aspect-oriented Programming (AOP) is a programming method developed by
- Xerox PARC and others. The basic idea is that in complex class systems
- there are certain aspects or behaviors that cannot normally be expressed
- in a coherent, concise and precise way. One example of such aspects are
- design patterns, which combine various kinds of classes to produce a
- common type of behavior. Another is logging. See http://www.aosd.net
- for more info.
+ Aspect-oriented Programming (AOP) is a programming method developed by Xerox
+ PARC and others. The basic idea is that in complex class systems there are
+ certain aspects or behaviors that cannot normally be expressed in a coherent,
+ concise and precise way. One example of such aspects are design patterns,
+ which combine various kinds of classes to produce a common type of behavior.
+ Another is logging. See http://www.aosd.net for more info.
  .
- The Perl Aspect module is focused on subroutine matching and wrapping.
- It allows you to select collections of subroutines using a flexible
- pointcut language, and modify their behavior in any way you want.
+ The Perl Aspect module is focused on subroutine matching and wrapping. It
+ allows you to select collections of subroutines using a flexible pointcut
+ language, and modify their behavior in any way you want.

Modified: trunk/libaspect-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/rules?rev=40443&op=diff
==============================================================================
--- trunk/libaspect-perl/debian/rules (original)
+++ trunk/libaspect-perl/debian/rules Wed Jul 22 03:19:22 2009
@@ -8,4 +8,4 @@
 	chmod -x debian/libaspect-perl/usr/share/doc/libaspect-perl/examples/*/README
 
 override_dh_auto_test:
-	TEST_AUTHOR=1 dh_auto_test
+	AUTOMATED_TESTING=1 dh_auto_test




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