summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-03-08 04:04:34 +0000
committerjoeyh <joeyh>2006-03-08 04:04:34 +0000
commit4671f67156c1c59c2f9f7c3ead1a2e9141375d41 (patch)
treeb093f645bc936bbf1e5309c82b229afc1ac396ab /debian
parent1530f8ec01fe7e688946203ec19624e1609c221c (diff)
downloadmoreutils-4671f67156c1c59c2f9f7c3ead1a2e9141375d41.tar.gz
* Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
2 files changed, 4 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index e563801..9eeedd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-moreutils (0.5) UNRELEASED; urgency=low
+moreutils (0.5) unstable; urgency=low
* Added ifdata, by Benjamin BAYART (originally called ifcfg).
* Made ifdata -Wall clean.
@@ -6,9 +6,9 @@ moreutils (0.5) UNRELEASED; urgency=low
* Cleaned up ifdata's behavior when asked to print info for nonexistant
devices. Still needs improvement.
* Indentation improvements.
- * README updates based on user feedback.
+ * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
- -- Joey Hess <joeyh@debian.org> Tue, 7 Mar 2006 21:54:45 -0500
+ -- Joey Hess <joeyh@debian.org> Tue, 7 Mar 2006 23:02:14 -0500
moreutils (0.4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 44b6d2d..d0c752e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,5 @@ 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
+ - combine: combine the lines in two files using boolean operations
- ifdata: get network interface info without parsing ifconfig output