diff options
author | joeyh <joeyh> | 2006-04-02 22:32:24 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-04-02 22:32:24 +0000 |
commit | 830a7b56d7c03e6819e2ccdd65b5015a2606ebd1 (patch) | |
tree | bc3f9289a4a439c666b99d34ef2dd98259b64958 /debian | |
parent | 64f0d162b040d66fd21c4ec8c7b5e9792866febc (diff) | |
download | moreutils-830a7b56d7c03e6819e2ccdd65b5015a2606ebd1.tar.gz |
* ifdata: patch from Adam Lackorzynski to translate French error messages
to English and to convert some #defines to enums.
* ifdata: patch from Adam Lackorzynski to avoid printing info for
bogus interface. Closes: #360433
* Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to
"z").
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/copyright | 3 | ||||
-rwxr-xr-x | debian/rules | 4 |
4 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3470b9c..df19875 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +moreutils (0.10) UNRELEASED; urgency=low + + * ifdata: patch from Adam Lackorzynski to translate French error messages + to English and to convert some #defines to enums. + * ifdata: patch from Adam Lackorzynski to avoid printing info for + bogus interface. Closes: #360433 + * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to + "z"). + + -- Joey Hess <joeyh@debian.org> Sun, 2 Apr 2006 16:15:35 -0400 + moreutils (0.9) unstable; urgency=low * ifdata: robustness patch from Adam Lackorzynski, in particular deal with diff --git a/debian/control b/debian/control index 176a10e..2b2dde0 100644 --- a/debian/control +++ b/debian/control @@ -21,3 +21,4 @@ Description: additional unix utilities - combine: combine the lines in two files using boolean operations - ifdata: get network interface info without parsing ifconfig output - pee: tee standard input to pipes + - zrun: automatically uncompress arguments to command diff --git a/debian/copyright b/debian/copyright index 53ecc6c..b53bfaf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,6 +13,9 @@ http://edgard.dyn.fdn.fr/developpements/ifcfg.shtml 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. + 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. diff --git a/debian/rules b/debian/rules index 1c0a9b7..10f0e79 100755 --- a/debian/rules +++ b/debian/rules @@ -34,5 +34,9 @@ binary-arch: build dh_md5sums dh_builddeb +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/joeywiki/code/moreutils/news + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary |