[SCM] Debian packaging of libclass-isa-perl branch, master, updated. debian/0.36-3-7-g07c249f

Xavier Guimard x.guimard at free.fr
Sat Nov 3 20:47:13 UTC 2012


The following commit has been merged in the master branch:
commit c78340e358306f422e06a88cdfa97e6d54aa0fe8
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Nov 3 19:00:00 2012 +0100

    Change bad description

diff --git a/debian/changelog b/debian/changelog
index 64b488a..041a7cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libclass-isa-perl (0.36-4) UNRELEASED; urgency=low
+
+  * Change package description (Closes: #637772)
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sat, 03 Nov 2012 18:58:21 +0100
+
 libclass-isa-perl (0.36-3) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
diff --git a/debian/control b/debian/control
index d1dfdb3..7f75749 100644
--- a/debian/control
+++ b/debian/control
@@ -12,21 +12,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-isa-
 
 Package: libclass-isa-perl
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${perl: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
- Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses may
- themselves each be derived, via its @ISA, from one or more superclasses (as
- above).
- .
- When, then, you call a method in that class ($fishstick->calories), Perl
- first searches there for that method, but if it's not there, it goes
- searching in its superclasses, and so on, in a depth-first (or maybe
- "height-first" is the word) search. In the above example, it'd first look in
- Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then
- Chemicals.
- .
- This library, Class::ISA, provides functions that return that list -- the
- list (in order) of names of classes Perl would search to find a method, with
- no duplicates.
+ Class::ISA returns the list of classes that inherit the current class, listed
+ in the order that Perl search functions. The list contains no duplicate.

-- 
Debian packaging of libclass-isa-perl



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