[SCM] Debian packaging of libclass-isa-perl branch, master, updated. debian/0.36-4-5-g6f178cf

gregor herrmann gregoa at debian.org
Sun Nov 11 12:36:47 UTC 2012


The following commit has been merged in the master branch:
commit b5015b90281b062421ee751d2d5fd9ba7d1b1112
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 11 13:34:40 2012 +0100

    Add back ${perl:Depends} in debian/control, use dh_perl -d in debian/rules
    
    instead for avoiding the runtime dependency on perl. Cf. #692885
    
    Thanks: Niko Tyni for the proposal

diff --git a/debian/control b/debian/control
index 893df9a..a5b2bfa 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,7 @@ Homepage: http://search.cpan.org/dist/Class-ISA/
 
 Package: libclass-isa-perl
 Architecture: all
-# Don't add ${perl:Depends} here. Circular dependency, cf. #692885
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: report the search path for a class's ISA tree
  Class::ISA returns the list of classes that the current class inherits
  from, listed in the order that Perl would search for a method not
diff --git a/debian/rules b/debian/rules
index 2d33f6a..7e7f928 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+# Make sure we don't get a dependency on perl, cf. #692885
+override_dh_perl:
+	dh_perl -d
+   

-- 
Debian packaging of libclass-isa-perl



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