summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
-rw-r--r--debian/copyright2
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cbec1db..7777952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+moreutils (0.4) unstable; urgency=low
+
+ * Added versions of and(1) and not(1) that support arbitrary numbers of
+ input files.
+
+ -- Joey Hess <joeyh@debian.org> Sun, 5 Mar 2006 22:28:13 -0500
+
moreutils (0.3) unstable; urgency=low
* Switch sponge to a C implementation by mithandir.
diff --git a/debian/control b/debian/control
index 4685379..1a98b9e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,3 +18,6 @@ Description: additional unix utilities
- ts: timestamp standard input
- vidir: edit a directory in your text editor
- vipe: edit a pipe using your text editor
+ - and: print lines that are present in one file and another
+ - not: print lines that are present in one file but not another
+
diff --git a/debian/copyright b/debian/copyright
index dc62378..6718bac 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ isutf8 is Copyright (C) 2005 by Lars Wirzenius, under the terms of
the GPL.
spong is Copyright (C) 2006 by Tollef Fog Heen, under the terms of
-the GPL version 2.
+the GPL version 2. Name and concept by Colin Watson.
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