r41297 - in /trunk/libaspect-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 4 03:22:52 UTC 2009


Author: jawnsy-guest
Date: Tue Aug  4 03:22:44 2009
New Revision: 41297

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41297
Log:
Redid all dependencies entirely (thanks gregoa!)

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

Modified: trunk/libaspect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/changelog?rev=41297&op=diff
==============================================================================
--- trunk/libaspect-perl/debian/changelog (original)
+++ trunk/libaspect-perl/debian/changelog Tue Aug  4 03:22:44 2009
@@ -1,26 +1,19 @@
-libaspect-perl (0.21-1) UNRELEASED; urgency=low
+libaspect-perl (0.21-1) unstable; urgency=low
 
-  TODO:
-  - no more perl in B-D-I?
-  - no more perl (>= something) in Depends?
-  (and no documentation for these changes in d/changelog or svn log - 
-  commit 40443)
-
-  - probably list of build dependencies can be trimmed since a few tests were
-    moved from t/ to xt/author/
-
+  [ Jonathan Yu ]
   * Updated copyright information
     + Added M::I copyright
     + Updated copyright (2009, Adam Kennedy, main dist)
     + Fixed copyright for Algorithm::Diff based on version 1.1902
   * Added myself to Uploaders
+  * Redid all dependencies entirely (thanks gregoa!)
 
   [ Ryan Niebur ]
   * New upstream release
   * Add myself to Uploaders
   * TODO is gone, don't install it anymore
 
- -- Jonathan Yu <frequency at cpan.org>  Tue, 21 Jul 2009 19:36:28 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 03 Aug 2009 19:24:40 -0400
 
 libaspect-perl (0.14-2) unstable; urgency=low
 

Modified: trunk/libaspect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/control?rev=41297&op=diff
==============================================================================
--- trunk/libaspect-perl/debian/control (original)
+++ trunk/libaspect-perl/debian/control Tue Aug  4 03:22:44 2009
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-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,
+Build-Depends-Indep: perl (>= 5.8.2), libdevel-symdump-perl (>= 2.04),
+ libtest-cpan-meta-perl, libtest-pod-perl (>= 1.26),
+ libpod-simple-perl (>= 3.07), libtest-class-perl (>= 0.28),
  libperl-minimumversion-perl, libtest-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christoph Berg <myon at debian.org>, Jonathan Yu <frequency at cpan.org>,
@@ -16,8 +16,7 @@
 
 Package: libaspect-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdevel-symdump-perl,
- libtest-class-perl
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.2)
 Suggests: libbenchmark-timer-perl
 Description: Aspect-oriented Programming for Perl
  Aspect-oriented Programming (AOP) is a programming method developed by Xerox




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