From b2e99d6976f1163e674542c9c9f3a9242ace6ac2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Jun 2012 11:52:01 -0400 Subject: [PATCH] errno: New utility that looks up errno numbers or names. --- debian/changelog | 6 ++++++ debian/control | 1 + debian/copyright | 4 ++++ 3 files changed, 11 insertions(+) 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 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 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+ -- 2.39.5