X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=2667511f720fb73bf15f2135ee95809773a50748;hb=HEAD;hp=11ebde379197fffd9e06d954620c16bf0c1b777c;hpb=e4098159566cf249d306e89cc0e6a3953499ea14;p=class_modular.git%2F.git diff --git a/debian/control b/debian/control index 11ebde3..2667511 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: libclass-modular-perl Section: perl -Priority: optional -Build-Depends: debhelper (>= 4.0.2) -Build-Depends-Indep: perl (>= 5.8.0-7) -Maintainer: Don Armstrong +Priority: extra +Build-Depends: debhelper (>= 4) +Build-Depends-Indep: perl (>= 5.6.0-16) +Maintainer: Don Armstrong Standards-Version: 3.6.1 Package: libclass-modular-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, +Depends: ${perl:Depends} Description: Class::Modular -- Modular class generation superclass Class::Modular is a superclass for generating modular classes, where methods can be added into the class from the perspective of the @@ -22,5 +22,3 @@ Description: Class::Modular -- Modular class generation superclass It fills the middle ground between traditional class based OOP and classless OOP. Class::Mutator and Sex are similar to Class::Modular but less manic. - . - This description was automagically extracted from the module by dh-make-perl.