summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-02 15:16:26 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-07-02 15:16:26 -0400
commit2cf23588d768fa8b632d80354cb8501a97426af0 (patch)
tree47a660a62c4fd7cd4a6b442bce7f87fb723990fa /debian
parente608a0284a84bb37a5a621eae72b0a456ec5484b (diff)
downloadmoreutils-2cf23588d768fa8b632d80354cb8501a97426af0.tar.gz
parallel: New program, contributed by Tollef Fog Heen, that can run multiple jobs in parallel, optionally checking load average.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control1
-rw-r--r--debian/copyright4
3 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 896c260..bcdebf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+moreutils (0.36) UNRELEASED; urgency=low
+
+ * parallel: New program, contributed by Tollef Fog Heen,
+ that can run multiple jobs in parallel, optionally checking
+ load average.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 02 Jul 2009 14:57:12 -0400
+
moreutils (0.35) unstable; urgency=low
* ifdata: Don't assume that all interface names are 6 characters or less,
diff --git a/debian/control b/debian/control
index 7c3e652..2dbf2b2 100644
--- a/debian/control
+++ b/debian/control
@@ -30,3 +30,4 @@ Description: additional unix utilities
- mispipe: pipe two commands, returning the exit status of the first
- isutf8: check if a file or standard input is utf-8
- lckdo: execute a program with a lock held
+ - parallel: run multiple jobs at once
diff --git a/debian/copyright b/debian/copyright
index c689a57..ebe3ee7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -39,6 +39,10 @@ Files: ifne.c, ifne.docbook
Copyright: 2008 Javier Merino
License: GPL-2+
+Files: parallel.c
+Copyright: 2008 Tollef Fog Heen <tfheen@err.no>
+License: GPL-2
+
Files: physmem.c
Copyright: 2000, 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
License: GPL-2+