[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#540398: libnamespace-clean-perl needs libscope-guard-perl in stable



Hi,

libnamespace-clean-perl in stable needs a dependency on
libscope-guard-perl.  It is unusable if the latter package is not
installed.

Is this deemed important enough by the RM to warrant a stable upload?
I have attached a proposed fix.

Regards,
Ansgar
diff -u libnamespace-clean-perl-0.08/debian/control libnamespace-clean-perl-0.08/debian/control
--- libnamespace-clean-perl-0.08/debian/control
+++ libnamespace-clean-perl-0.08/debian/control
@@ -13,7 +13,8 @@
 
 Package: libnamespace-clean-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libfilter-eof-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libfilter-eof-perl,
+ libscope-guard-perl (>= 0.02)
 Description: Keep imports and functions out of the current namespace
  When you define a function, or import one, into a Perl package, it will
  naturally also be available as a method. This does not per se cause problems,
diff -u libnamespace-clean-perl-0.08/debian/changelog libnamespace-clean-perl-0.08/debian/changelog
--- libnamespace-clean-perl-0.08/debian/changelog
+++ libnamespace-clean-perl-0.08/debian/changelog
@@ -1,3 +1,9 @@
+libnamespace-clean-perl (0.08-1+lenny1) stable; urgency=low
+
+  * Add dependency on libscope-guard-perl (>= 0.02). (Closes: #540398)
+
+ -- Ansgar Burchardt <ansgar@43-1.org>  Sun, 31 Jan 2010 20:15:19 +0900
+
 libnamespace-clean-perl (0.08-1) unstable; urgency=low
 
   * New upstream release.

Reply to: