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

Dominic Hargreaves dom at earth.li
Thu Nov 24 17:41:12 UTC 2011


The following commit has been merged in the master branch:
commit 1286b139b5bf38f899fa2c8fc16dcb2a520fc581
Author: Dominic Hargreaves <dom at earth.li>
Date:   Thu Nov 24 16:56:30 2011 +0000

    Depend on perl-base rather than perl, to break a circular Depends (closes: #649101)

diff --git a/debian/changelog b/debian/changelog
index 81d5b2e..495c0db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ libclass-isa-perl (0.36-3) UNRELEASED; urgency=low
   [ 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)
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 07 Aug 2011 16:35:08 +0200
 
diff --git a/debian/control b/debian/control
index c4f83db..121650a 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:Depends}
+Depends: ${misc:Depends}, perl-base
 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