isutf8
check if a file or standard input is utf-8
-mime
- determine MIME type of a file
sponge
soak up standard input and write to a file
ts
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: additional unix utilities
- This is a collection of the unix tools that nobody thought to write
- thirty years ago.
+ This is a growing collection of the unix tools that nobody thought
+ to write thirty years ago.
.
- Includes the following utilities:
- isutf8 sponge ts vidir vipe
+ So far, it includes the following utilities:
+ - isutf8: check if a file or standard input is utf-8
+ - sponge: soak up standard input and write to a file
+ - ts: timestamp standard input
+ - vidir: edit a directory in your text editor
+ - vipe: edit a pipe using your text editor
This package was put together and debianized by Joey Hess
<joeyh@debian.org>, using sources from all over.
-isutf8 and mime are Copyright (C) 2005 Lars Wirzenius, under terms of
+isutf8 is Copyright (C) 2005 by Lars Wirzenius, under the terms of
the GPL.
sponge:
# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-Everything else is copyright 1999-2005 by Joey Hess, under the terms of GPL.
+Everything else is copyright 2006 by Joey Hess, under the terms of GPL.
The full text of the GNU GPL can be found in /usr/share/common-licenses/GPL
on Debian systems.
dh_md5sums
dh_builddeb
-VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)')
-
-# Update the web page. Not intended for use by anyone except the
-# author.
-DIR=/home/web/kitenet.net/programs/moreutils
-installhook:
- cp debian/changelog $(DIR)/CHANGES
- echo -n $(VERSION) > $(DIR)/LATEST-VERSION-IS
- rm -f $(DIR)/*.tar.gz
- ln -s /home/joey/lib/debian/unstable/moreutils_$(VERSION).tar.gz $(DIR)/moreutils-$(VERSION).tar.gz
-
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary