r39235 - in /trunk/libaspect-perl/debian: changelog control
myon at users.alioth.debian.org
myon at users.alioth.debian.org
Fri Jul 3 13:29:07 UTC 2009
Author: myon
Date: Fri Jul 3 13:28:59 2009
New Revision: 39235
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39235
Log:
* Add missing Build-Dependency on libbenchmark-timer-perl.
* Suggest libbenchmark-timer-perl for the optional profiler feature.
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=39235&op=diff
==============================================================================
--- trunk/libaspect-perl/debian/changelog (original)
+++ trunk/libaspect-perl/debian/changelog Fri Jul 3 13:28:59 2009
@@ -1,3 +1,10 @@
+libaspect-perl (0.14-2) UNRELEASED; urgency=low
+
+ * Add missing Build-Dependency on libbenchmark-timer-perl.
+ * Suggest libbenchmark-timer-perl for the optional profiler feature.
+
+ -- Christoph Berg <myon at debian.org> Fri, 03 Jul 2009 15:27:09 +0200
+
libaspect-perl (0.14-1) unstable; urgency=low
* Initial Release.
Modified: trunk/libaspect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/control?rev=39235&op=diff
==============================================================================
--- trunk/libaspect-perl/debian/control (original)
+++ trunk/libaspect-perl/debian/control Fri Jul 3 13:28:59 2009
@@ -3,7 +3,7 @@
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.200), perl-modules, libtest-compile-perl,
- libtest-class-perl, libdevel-symdump-perl
+ libtest-class-perl, libdevel-symdump-perl, libbenchmark-timer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Christoph Berg <myon at debian.org>
Standards-Version: 3.8.2
@@ -15,6 +15,7 @@
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.200),
libtest-class-perl, libdevel-symdump-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
More information about the Pkg-perl-cvs-commits
mailing list