[SCM] Debian packaging of Library-CallNumber-LC CPAN distribution branch, master, updated. debian/0.20-1-10-g3630e72

gregor herrmann gregoa at debian.org
Sat May 26 19:22:01 UTC 2012


The following commit has been merged in the master branch:
commit f455631affb7f0e1079d51d54235914e80279d97
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 26 21:20:45 2012 +0200

    Fix formatting of long description.

diff --git a/debian/control b/debian/control
index 6348098..5985f12 100644
--- a/debian/control
+++ b/debian/control
@@ -16,12 +16,16 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: utility functions to deal with Library-of-Congress call numbers
  Library::CallNumber::LC is mostly designed to do call number normalization,
- with the following goals: The normalized call numbers are comparable with each
- other, for proper sorting The normalized call number is a short as possible, so
- left-anchored wildcard searches are possible (e.g., searching on "A11*" should
- give you all the A11 call numbers) A range defined by start_of_range and
- end_of_range should be correct, assuming that the string given for the end of
- the range is, in fact, a left prefix.
+ with the following goals:
+ .
+  * The normalized call numbers are comparable with each other, for proper
+    sorting
+  * The normalized call number is a short as possible, so left-anchored
+    wildcard searches are possible (e.g., searching on "A11*" should give you
+    all the A11 call numbers)
+  * A range defined by start_of_range and end_of_range should be correct,
+    assuming that the string given for the end of the range is, in fact, a
+    left prefix
  .
  That last point needs some explanation. The idea is that if someone gives a
  range of, say, A-AZ, what they really mean is A - AZ9999.99. The end_of_range

-- 
Debian packaging of Library-CallNumber-LC CPAN distribution



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