[SCM] Debian packaging of libclass-isa-perl branch, master, updated. 52bcc56f74cde6cc83bf745b03153cc9a8a7f311

Dominic Hargreaves dom at earth.li
Thu Nov 24 17:46:03 UTC 2011


The following commit has been merged in the master branch:
commit 52bcc56f74cde6cc83bf745b03153cc9a8a7f311
Author: Dominic Hargreaves <dom at earth.li>
Date:   Thu Nov 24 17:44:24 2011 +0000

    don't depend on perl-base, since it's essential

diff --git a/debian/changelog b/debian/changelog
index 5cf17bb..64b488a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,10 +5,9 @@ libclass-isa-perl (0.36-3) unstable; urgency=low
     svn.debian.org to anonscm.debian.org URL.
 
   [ Dominic Hargreaves ]
-  * Remove use of 'use if' so that this package can depend on perl-base
-    rather than perl
-  * Depend on perl-base rather than perl, to break a circular Depends
-    (closes: #649101)
+  * Remove use of 'use if' so that this package doesn't need to depend on
+    perl
+  * Don't depend on perl, to break a circular Depends (closes: #649101)
 
  -- Dominic Hargreaves <dom at earth.li>  Thu, 24 Nov 2011 17:33:33 +0000
 
diff --git a/debian/control b/debian/control
index 121650a..d1dfdb3 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-isa-
 
 Package: libclass-isa-perl
 Architecture: all
-Depends: ${misc:Depends}, perl-base
+Depends: ${misc:Depends}
 Description: report the search path for a class's ISA tree
  Suppose you have a class (like Food::Fish::Fishstick) that is derived, via
  its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from

-- 
Debian packaging of libclass-isa-perl



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