From 98c3874b1b7c27921f0282e98a9b25e95c9fc13d Mon Sep 17 00:00:00 2001 From: joeyh Date: Sun, 19 Feb 2006 19:39:42 +0000 Subject: [PATCH] update --- README | 2 -- debian/control | 12 ++++++++---- debian/copyright | 4 ++-- debian/rules | 11 ----------- 4 files changed, 10 insertions(+), 19 deletions(-) diff --git a/README b/README index 7c4b6c5..5166bdc 100644 --- a/README +++ b/README @@ -4,8 +4,6 @@ free to contribute it for inclusion in this package. 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 diff --git a/debian/control b/debian/control index 81396a3..a8e93f3 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,12 @@ Package: moreutils 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 diff --git a/debian/copyright b/debian/copyright index 4273bcb..9d7c710 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was put together and debianized by Joey Hess , 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: @@ -27,6 +27,6 @@ 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. diff --git a/debian/rules b/debian/rules index 63551fc..1c0a9b7 100755 --- a/debian/rules +++ b/debian/rules @@ -34,16 +34,5 @@ binary-arch: build 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 -- 2.39.5