The following commit has been merged in the master branch:
commit 1d45c2cac7b289ba41bd432444372438bccf9d88
Author: Charles Plessy <[email protected]>
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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to