[med-svn] [libdisorder] 01/01: Narrow the description down to what the library actually does.

Guus Sliepen guus at moszumanska.debian.org
Mon Jun 27 21:45:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

guus pushed a commit to branch master
in repository libdisorder.

commit 891d81f2d6d074a4212e56f06b86950af2f18582
Author: Guus Sliepen <guus at debian.org>
Date:   Mon Jun 27 23:41:04 2016 +0200

    Narrow the description down to what the library actually does.
    
    The library implements a function to calculate the Shannon index only
    on byte streams, not on any other type of data. This value is not a
    measure of theoretical maximum compressibility as one would normally
    think of.
---
 debian/control | 26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index bfb457b..19ade80 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,9 @@ Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: library for entropy measurement of byte streams and other data
- The library's primary function reports entropy in bits: essentially,
- this is the number of bits necessary to encode the actual level of
- information contained in the data passed to the library: it is the
- theoretical maximum amount of compression possible.
+Description: library for entropy measurement of byte streams
+ This library provides a function to calculate the Shannon index (H)
+ of byte streams.
  .
  This package contains the dynamic library.
 
@@ -30,11 +28,9 @@ Section: libdevel
 Depends: libdisorder0 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
-Description: library for entropy measurement of byte streams and other data (devel)
- The library's primary function reports entropy in bits: essentially,
- this is the number of bits necessary to encode the actual level of
- information contained in the data passed to the library: it is the
- theoretical maximum amount of compression possible.
+Description: library for entropy measurement of byte streams (devel)
+ This library provides a function to calculate the Shannon index (H)
+ of byte streams.
  .
  This is the development package containing the statically linked
  library and the header files.
@@ -44,10 +40,6 @@ Architecture: any
 Section: misc
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: entropy measurement of byte streams and other data 
- The library's primary function reports entropy in bits: essentially,
- this is the number of bits necessary to encode the actual level of
- information contained in the data passed to the library: it is the
- theoretical maximum amount of compression possible.
- .
- This package contains a tool to test the library.
+Description: entropy measurement of byte streams
+ This package provides a tool to calculate the Shannon index (H)
+ of the bytes in a file.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libdisorder.git



More information about the debian-med-commit mailing list