]> err.no Git - moreutils/commitdiff
update
authorjoeyh <joeyh>
Sun, 19 Feb 2006 19:39:42 +0000 (19:39 +0000)
committerjoeyh <joeyh>
Sun, 19 Feb 2006 19:39:42 +0000 (19:39 +0000)
README
debian/control
debian/copyright
debian/rules

diff --git a/README b/README
index 7c4b6c5e5f22ef6c5254a44563747711aa2e4a10..5166bdca99a09fb19764bd3800c2ad0428a3f4d8 100644 (file)
--- 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
index 81396a3f0982d415f4bc7faf7581b4d020c4db7c..a8e93f3c41b2fb8ac373e22e630db703ab60922b 100644 (file)
@@ -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
index 4273bcb0206e2af34d58ac2422c3835abfc9ec5a..9d7c7103fc4ebe1d05fe2809fed593475b5a50ad 100644 (file)
@@ -1,7 +1,7 @@
 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:
@@ -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.
index 63551fcf9e0824c6940fd998eb308faa10bb48f2..1c0a9b730f463f2b1a7581977064b1a1fc9bfe2c 100755 (executable)
@@ -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