summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-09-08 00:33:43 +0000
committerjoeyh <joeyh>2006-09-08 00:33:43 +0000
commit7b6c6008e0e3f2a88c974cf8bea0545037626d2c (patch)
treef51ed58d764704a56c9da05c73508d0e90378c05 /debian
parent79881487962d274e73b475458b6a1847789ca562 (diff)
downloadmoreutils-7b6c6008e0e3f2a88c974cf8bea0545037626d2c.tar.gz
* Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,
returning the exit status of the first.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control1
-rw-r--r--debian/copyright5
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 99643c8..3ae051e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
moreutils (0.17) UNRELEASED; urgency=low
* Add missing \n to sponge usage. Closes: #383944
+ * Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,
+ returning the exit status of the first.
- -- Joey Hess <joeyh@debian.org> Sun, 20 Aug 2006 18:36:04 -0400
+ -- Joey Hess <joeyh@debian.org> Thu, 7 Sep 2006 20:20:26 -0400
moreutils (0.16) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ced07eb..3dd98df 100644
--- a/debian/control
+++ b/debian/control
@@ -23,3 +23,4 @@ Description: additional unix utilities
- ifdata: get network interface info without parsing ifconfig output
- pee: tee standard input to pipes
- zrun: automatically uncompress arguments to command
+ - mispipe: pipe two commands, returning the exit status of the first
diff --git a/debian/copyright b/debian/copyright
index b53bfaf..22e443e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ This package was put together and debianized by Joey Hess
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
+sponge is Copyright (C) 2006 by Tollef Fog Heen, under the terms of
the GPL version 2. Name and concept by Colin Watson.
ifdata is Copyright (C) 2002 by Benjamin BAYART, under the terms of
@@ -16,6 +16,9 @@ pee is Copyright (c) Miek Gieben, 2006, under the terms of the GPL.
zrun is Copyright (c) Chung-chieh Shan, under the terms of the GPL, version
2 or later.
+mispipe is Copyright (c) Nathanael Nerode, under the terms of the GPL,
+version 2 or later. (It's also dual-licensed under the MIT/Expat licence.)
+
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.