r29324 - in /trunk/libb-hooks-endofscope-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jan 5 14:34:03 UTC 2009


Author: gregoa
Date: Mon Jan  5 14:34:00 2009
New Revision: 29324

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29324
Log:
NEEDS Variable::Magic

* debian/control: replace libscope-guard-perl with libvariable-magic-perl.

Modified:
    trunk/libb-hooks-endofscope-perl/debian/changelog
    trunk/libb-hooks-endofscope-perl/debian/control

Modified: trunk/libb-hooks-endofscope-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/debian/changelog?rev=29324&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/debian/changelog (original)
+++ trunk/libb-hooks-endofscope-perl/debian/changelog Mon Jan  5 14:34:00 2009
@@ -1,8 +1,11 @@
 libb-hooks-endofscope-perl (0.05-1) UNRELEASED; urgency=low
 
+  NEEDS Variable::Magic
+  
   * New upstream release.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+  * debian/control: replace libscope-guard-perl with libvariable-magic-perl.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:55 +0100
 

Modified: trunk/libb-hooks-endofscope-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/debian/control?rev=29324&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/debian/control (original)
+++ trunk/libb-hooks-endofscope-perl/debian/control Mon Jan  5 14:34:00 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0), libscope-guard-perl, libsub-exporter-perl
+Build-Depends-Indep: perl (>= 5.8.0), libvariable-magic-perl, libsub-exporter-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>
 Standards-Version: 3.8.0
@@ -12,7 +12,7 @@
 
 Package: libb-hooks-endofscope-perl
 Architecture: all
-Depends: perl (>= 5.8.0), ${misc:Depends}, libscope-guard-perl, libsub-exporter-perl
+Depends: perl (>= 5.8.0), ${misc:Depends}, libvariable-magic-perl, libsub-exporter-perl
 Description: Execute code after a scope finished compilation
  B::Hooks::EndOfScope allows you to execute code when perl finished compiling 
  the surrounding scope.




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