summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-03-08 02:59:27 +0000
committerjoeyh <joeyh>2006-03-08 02:59:27 +0000
commite50ccc1b36213de52ae78c2703d391ea8941a7b1 (patch)
treeb8c9f373f3c57c461ffac551a0926c23bf3757e7 /debian
parent6a7f34809e87a940cd30c7e9de160db4ee9e65ca (diff)
downloadmoreutils-e50ccc1b36213de52ae78c2703d391ea8941a7b1.tar.gz
* Added ifinfo, by Benjamin BAYART (originally called ifcfg).
* Made ifinfo -Wall clean. * Made ifinfo support -h and print usage on unknown options. * Cleaned up ifinfo's behavior when asked to print info for nonexistant devices. Still needs improvement.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rw-r--r--debian/copyright4
3 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7777952..f40b9b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+moreutils (0.5) UNRELEASED; urgency=low
+
+ * Added ifdata, by Benjamin BAYART (originally called ifcfg).
+ * Made ifdata -Wall clean.
+ * Made ifdata support -h and print usage on unknown options.
+ * Cleaned up ifdata's behavior when asked to print info for nonexistant
+ devices. Still needs improvement.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 7 Mar 2006 21:54:45 -0500
+
moreutils (0.4) unstable; urgency=low
* Added versions of and(1) and not(1) that support arbitrary numbers of
diff --git a/debian/control b/debian/control
index 1a98b9e..44b6d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,4 +20,4 @@ Description: additional unix utilities
- 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
-
+ - ifdata: get network interface info without parsing ifconfig output
diff --git a/debian/copyright b/debian/copyright
index 6718bac..1f3a9a4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,6 +7,10 @@ the GPL.
spong 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
+the GPL. It was originally called ifcfg and has a web page here:
+http://edgard.dyn.fdn.fr/developpements/ifcfg.shtml
+
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.