summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-06-04 11:52:01 -0400
committerJoey Hess <joey@kitenet.net>2012-06-04 11:52:01 -0400
commitb2e99d6976f1163e674542c9c9f3a9242ace6ac2 (patch)
treec1523c1d32398fc955f948a1d8324a3710d031ce
parentafe520ed30715628765e6b5f858d57af487358b6 (diff)
errno: New utility that looks up errno numbers or names.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
-rw-r--r--debian/copyright4
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6231155..aa771b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+moreutils (0.47) UNRELEASED; urgency=low
+
+ * errno: New utility that looks up errno numbers or names.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 04 Jun 2012 11:49:52 -0400
+
moreutils (0.46) unstable; urgency=low
* Typo. Closes: #649158
diff --git a/debian/control b/debian/control
index d873205..aa5f025 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Description: additional Unix utilities
So far, it includes the following utilities:
- chronic: runs a command quietly unless it fails
- combine: combine the lines in two files using boolean operations
+ - errno: look up errno names and descriptions
- ifdata: get network interface info without parsing ifconfig output
- ifne: run a program if the standard input is not empty
- isutf8: check if a file or standard input is utf-8
diff --git a/debian/copyright b/debian/copyright
index 2f75df2..56e9c1f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -42,6 +42,10 @@ Files: parallel.c
Copyright: 2008 Tollef Fog Heen <tfheen@err.no>
License: GPL-2
+Files: errno.c errno.docbook
+Copyright: 2012 Lars Wirzenius
+License: GPL-2+
+
Files: physmem.c
Copyright: 2000, 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
License: GPL-2+