[SCM] Debian packaging of libaspect-perl branch, master, updated. debian/1.02-1-2-gf4f22f3

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


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

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

diff --git a/debian/control b/debian/control
index 69edd7d..bf3d8a2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,32 +1,33 @@
 Source: libaspect-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Angel Abad <angel at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libparams-util-perl (>= 1.00),
- libsub-install-perl,
- libsub-uplevel-perl (>= 0.2002),
- libtask-weaken-perl,
- libtest-class-perl (>= 0.33),
- libtest-exception-perl (>= 0.29),
- libtest-nowarnings-perl,
- perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Ryan Niebur <ryan at debian.org>,
- Angel Abad <angel at debian.org>
+Build-Depends-Indep: libparams-util-perl,
+                     libsub-install-perl,
+                     libsub-uplevel-perl,
+                     libtask-weaken-perl,
+                     libtest-class-perl,
+                     libtest-exception-perl,
+                     libtest-nowarnings-perl,
+                     perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Aspect/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libaspect-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libaspect-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libaspect-perl.git
+Homepage: http://search.cpan.org/dist/Aspect/
 
 Package: libaspect-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libparams-util-perl (>= 1.00),
- libsub-install-perl,
- libsub-uplevel-perl (>= 0.2002),
- libtask-weaken-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libparams-util-perl,
+         libsub-install-perl,
+         libsub-uplevel-perl,
+         libtask-weaken-perl
 Suggests: libbenchmark-timer-perl
 Description: module for Aspect-Oriented Programming in Perl
  Aspect-oriented Programming (AOP) is a programming method developed by Xerox
@@ -39,3 +40,4 @@ Description: module for Aspect-Oriented Programming in Perl
  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.
+

-- 
Debian packaging of libaspect-perl



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