nicolas / debian.moreutils (public) (License: GPL-2, GPL-2+, Expat, BSD-2-Clause, Public Domain) (since 2018-09-25) (hash sha1)
Debian packaging of joeyh's moreutils
List of commits:
Subject Hash Author Date (UTC)
* Typo fixes. Closes: #359039, #359040 * pee: don't send a copy of every line sent to every command to stdout. Seems best for it not to output anything to stdout on its on at all. Closes: #359041 67ccef6db58b56bdfed8d1a96d3a7d298f42c625 joeyh 2006-03-27 18:45:08
* ifdata: robustness patch from Adam Lackorzynski, in particular deal with /proc not mounted. Closes: #358930 78133bda9c752e761ae00b6a43d2ddf5c67af53f joeyh 2006-03-25 17:52:25
releasing version 0.8 7e8e057cd10ca3d436f786003c0c34e5074074dd joeyh 2006-03-25 02:01:45
* ifdata: patch from its author to make it behave properly on big endian systems. Closes: #358860 eb2a08e762578bb86e0e6135c5808a0d82e91a8c joeyh 2006-03-25 01:51:39
* tss.1, ifdata.1: typo fix. Closes: #358557, #358556 77f42d643d76d6aa7d884fe9c6eadd7fcc57bc64 joeyh 2006-03-23 08:47:52
* Back to Mithandir's C sponge, now fixed. 5942eb1d3bd089b4f01daab04ca0ad8518e8b2ef joeyh 2006-03-23 07:18:36
* ifdata: Patch from KELEMEN Peter to add support for printing hardware interface. Closes: #357646 824b3e16d5f3962f7bdba0ff3159363afad3cc68 joeyh 2006-03-18 19:17:43
er yeah, let's check in the right stuff fa7787ccb87cc8c47f118c65d5bbada602323a68 joeyh 2006-03-16 17:08:29
* Add pee (pipe tee) contributed by Miek Gieben. 93b625d8288ff9ec522460dac489a170ef130d8c joeyh 2006-03-14 23:08:19
releasing version 0.6 84cc0252d7bf1cc8514ef347e150e9c8b930f0bd joeyh 2006-03-13 17:06:37
typo 7b031cc5149b6558cb5964b8db55538792de3ea6 joeyh 2006-03-10 20:26:29
releasing version 0.5 538cb394703d148130ec9a7f60da677996a4857a joeyh 2006-03-08 04:09:50
* Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart. 4671f67156c1c59c2f9f7c3ead1a2e9141375d41 joeyh 2006-03-08 04:04:34
* README updates based on user feedback. 1530f8ec01fe7e688946203ec19624e1609c221c joeyh 2006-03-08 03:25:58
* Indentation improvements. d8c8aa26cb9f1f4bd411056ad3049ed0357ae3e4 joeyh 2006-03-08 03:19:40
rename c996e056d782796fba098b546f16d7ead1ea9d78 joeyh 2006-03-08 03:03:37
* 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. e50ccc1b36213de52ae78c2703d391ea8941a7b1 joeyh 2006-03-08 02:59:27
releasing version 0.4 6a7f34809e87a940cd30c7e9de160db4ee9e65ca joeyh 2006-03-06 03:33:23
releasing version 0.3 31bab120cc259d70b3706dbd7210159b4667171d joeyh 2006-03-03 23:20:51
better abde923d30e354d96cb6673597fa538cf80476dd joeyh 2006-03-03 22:38:51
Commit 67ccef6db58b56bdfed8d1a96d3a7d298f42c625 - * Typo fixes. Closes: #359039, #359040 * pee: don't send a copy of every line sent to every command to stdout. Seems best for it not to output anything to stdout on its on at all. Closes: #359041
Author: joeyh
Author date (UTC): 2006-03-27 18:45
Committer name: joeyh
Committer date (UTC): 2006-03-27 18:45
Parent(s): 78133bda9c752e761ae00b6a43d2ddf5c67af53f
Signer:
Signing key:
Signing status: N
Tree: 0d9cc0099bec40cbafd19076c687e0bc5f4dc8eb
File Lines added Lines deleted
debian/changelog 4 0
ifdata.docbook 1 1
pee.c 0 1
File debian/changelog changed (mode: 100644) (index ad82f51..73f1704)
... ... moreutils (0.9) UNRELEASED; urgency=low
2 2
3 3 * ifdata: robustness patch from Adam Lackorzynski, in particular deal with * ifdata: robustness patch from Adam Lackorzynski, in particular deal with
4 4 /proc not mounted. Closes: #358930 /proc not mounted. Closes: #358930
5 * Typo fixes. Closes: #359039, #359040
6 * pee: don't send a copy of every line sent to every command to stdout.
7 Seems best for it not to output anything to stdout on its on at all.
8 Closes: #359041
5 9
6 10 -- Joey Hess <joeyh@debian.org> Sat, 25 Mar 2006 12:51:26 -0500 -- Joey Hess <joeyh@debian.org> Sat, 25 Mar 2006 12:51:26 -0500
7 11
File ifdata.docbook changed (mode: 100644) (index a975b13..60ce90d)
... ... with this program; if not, write to the Free Software Foundation, Inc.,
215 215 <term><option>-sim</option></term> <term><option>-sim</option></term>
216 216 <listitem> <listitem>
217 217 <para>Prints the number of input <para>Prints the number of input
218 multicase packets.</para>
218 multicast packets.</para>
219 219 </listitem> </listitem>
220 220 </varlistentry> </varlistentry>
221 221
File pee.c changed (mode: 100644) (index 35ad37d..6ba38f7)
... ... main(int argc, char **argv) {
46 46 close_pipes(pipes, i); close_pipes(pipes, i);
47 47 exit(EXIT_FAILURE); exit(EXIT_FAILURE);
48 48 } }
49 fwrite(buf, sizeof(char), r, stdout);
50 49 } }
51 50 } }
52 51 close_pipes(pipes, argc); close_pipes(pipes, argc);
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/nicolas/debian.moreutils

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/nicolas/debian.moreutils

Clone this repository using git:
git clone git://git.rocketgit.com/user/nicolas/debian.moreutils

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main