[med-svn] [SCM] filo branch, master, updated. aa1cde5d67fced6b2a06b3b97a8e443f09acd6fb

Charles Plessy plessy at debian.org
Fri Aug 12 06:38:43 UTC 2011


The following commit has been merged in the master branch:
commit 1d45c2cac7b289ba41bd432444372438bccf9d88
Author: Charles Plessy <plessy at debian.org>
Date:   Wed Aug 3 13:23:02 2011 +0900

    Relocated shuffle and stats to /usr/bin/filo.

diff --git a/debian/control b/debian/control
index 654bbba..b27ee36 100644
--- a/debian/control
+++ b/debian/control
@@ -11,5 +11,15 @@ Homepage: https://github.com/arq5x/filo
 Package: filo
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Useful FILe and stream Operations
- <insert long description, indented with spaces>
+Description: FILe and stream Operations
+ The following tools are available as part of the filo package:
+ .
+ groupBy – mimics the “groupBy” clause in database systems.
+ .
+ shuffle – randomize the order of lines in a file.
+ .
+ stats – computes descriptive statistic on a given column of a tab-delimited
+ file or stream.
+ .
+ Because their name is too generic, ‘shuffle’ and ‘stats’ are relocated in
+ /usr/lib/filo.
diff --git a/debian/install b/debian/install
index 6652812..87e3bb2 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-bin/*	usr/bin
+bin/*	usr/lib/filo
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..ada40a6
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/lib/filo/groupBy	usr/bin/groupBy

-- 
useful FILe and stream Operations



More information about the debian-med-commit mailing list