[med-svn] [libdisorder] 01/01: Install ropy test tool (it does not really work unfortunately)

Andreas Tille tille at debian.org
Mon Jun 27 20:24:42 UTC 2016


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

tille pushed a commit to branch master
in repository libdisorder.

commit c3fc9b4fd4b0d6dc4987634d4a1a32a55b9f8298
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jun 27 22:24:14 2016 +0200

    Install ropy test tool (it does not really work unfortunately)
---
 debian/control                   | 22 ++++++++++++++++++++++
 debian/libdisorder-tools.install |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/control b/debian/control
index b509241..31fdee2 100644
--- a/debian/control
+++ b/debian/control
@@ -56,3 +56,25 @@ Description: library for entropy measurement of byte streams and other data (dev
  .
  This is the development package containing the statically linked
  library and the header files.
+
+Package: libdisorder-tools
+Architecture: any
+Section: misc
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: entropy measurement of byte streams and other data 
+ libdisorder is a small, simple C library for use by programmers in
+ other programs. There is a small test program included that opens
+ /dev/urandom and calls libdisorder in the `test/' directory. There is
+ also a command-line tool, `ropy' in the `tool/' directory for reporting
+ on the entropy of normal files.
+ .
+ You will probably want to pipe the output of libdisorder to some other
+ math analysis or graphing environment (e.g., gnuplot).
+ .
+ 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.
diff --git a/debian/libdisorder-tools.install b/debian/libdisorder-tools.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/libdisorder-tools.install
@@ -0,0 +1 @@
+usr/bin

-- 
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