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)
update to joeyh.name 6c4c74649423eede3548e54bd1dbe0d230f4acba Joey Hess 2015-01-19 17:57:05
mention that sponge cannot always atomically rename a temp file 6e5678c3a8a4ab3b6128bcf1e37fabf3a592c69e Joey Hess 2015-01-19 17:48:25
make -a create the file atomically 6b4ac073da1c091329974132625acac19599df72 Joey Hess 2015-01-19 17:43:37
document that -a should be atomic (it's not implemented as such yet) de5a08fca9dfe0f847e81214af81064c2aaa77ae Joey Hess 2015-01-19 17:23:48
switch to getopt 843154d7f3fc592b6bca110384e501e8f6df47bc Joey Hess 2015-01-19 17:21:47
changelog 9828d3257691a52d9c3e084e5e77f7eb84452a48 Joey Hess 2015-01-19 17:02:36
reword 5fc75ad5d7a2e1594a78d46715f3f01c48b1372c Joey Hess 2015-01-19 17:01:58
sponge: add append option '-a' (Closes: #623197) 51c6514da433a54a70b49bc928113119a08440a6 Nicolas Schier 2015-01-14 05:47:19
changelog 5f0360ae33d21d8ba35679dc5c1dd3af9e36dab4 Joey Hess 2015-01-19 16:58:25
rewording f44acae28d10d153c7b8cca5c72ebfb1ed4c3be5 Joey Hess 2015-01-19 16:57:44
parallel: serialise output through internal pipe (Closes: #704125) 823b5754d2275b5b17bd03d94200946789ccf28c Nicolas Schier 2015-01-15 08:15:17
prep release fe7652adc13d99b8c697bccaff905eed22ef4a0c Joey Hess 2014-11-28 15:25:40
update 5bcbf230bd326d0731b6d7c2b82fc10789b3b004 Joey Hess 2014-11-10 16:19:05
vidir handle items with common prefix (moreutils debian bug 654326) 0aeceb285c9ce53a78c3b2fac8ff4b2015a0965d Kushal Kumaran 2014-11-10 11:23:40
Orphaned the Debian package. 2ac31faaefa940248c1d2818671bc7476661fabc Joey Hess 2014-11-08 04:31:47
prep ab65e3880c57b508b5f4e1ab46872dd797f5c1dd Joey Hess 2014-09-09 18:12:12
Add option to count elapsed time since the start of the program. ae14e19ebb489d4c063ba82ef0247439fc3417c3 Adam Juraszek 2014-09-09 07:00:19
Fix docbook markup for parallel examples. Closes: #756377 10de03e34f78612531f49828b0f32b8fc0152451 Joey Hess 2014-07-29 15:46:00
portability fix 7096a1dc5b014d8fc14477758baf2c8c3b8c9f39 Joey Hess 2014-02-28 19:19:58
sv f0eadf7076dc44bfd439e6199ad46eaeacfe19ec Joey Hess 2014-02-27 16:02:29
Commit 6c4c74649423eede3548e54bd1dbe0d230f4acba - update to joeyh.name
The old kitenet.net urls etc still work, but I prefer the new .name.
Author: Joey Hess
Author date (UTC): 2015-01-19 17:57
Committer name: Joey Hess
Committer date (UTC): 2015-01-19 17:57
Parent(s): 6e5678c3a8a4ab3b6128bcf1e37fabf3a592c69e
Signing key:
Tree: d24aa52c16ca6853a1217a121e2b831cacc02971
File Lines added Lines deleted
README 2 2
chronic 1 1
combine 1 1
debian/control 2 2
mispipe.docbook 1 1
parallel.docbook 1 1
pee.docbook 2 2
ts 1 1
vidir 1 1
vipe 1 1
File README changed (mode: 100644) (index c60df6c..1bb90af)
... ... vidir: edit a directory in your text editor
17 17 vipe: insert a text editor into a pipe vipe: insert a text editor into a pipe
18 18 zrun: automatically uncompress arguments to command zrun: automatically uncompress arguments to command
19 19
20 Its web page is here: http://kitenet.net/~joey/code/moreutils/
20 Its web page is here: http://joeyh.name/code/moreutils/
21 21
22 22 Your suggestions of additional tools to add to this collection are Your suggestions of additional tools to add to this collection are
23 23 appreciated. The web page lists some that are under consideration but appreciated. The web page lists some that are under consideration but
24 24 have not yet been included, I also welcome feedback on which of these to have not yet been included, I also welcome feedback on which of these to
25 25 include. include.
26 26
27 -- Joey Hess <id@joeyh.name>
File chronic changed (mode: 100755) (index fe012f6..f70091a)
... ... the successful output.
24 24
25 25 =head1 AUTHOR =head1 AUTHOR
26 26
27 Copyright 2010 by Joey Hess <joey@kitenet.net>
27 Copyright 2010 by Joey Hess <id@joeyh.name>
28 28
29 29 Original concept and "chronic" name by Chuck Houpt. Original concept and "chronic" name by Chuck Houpt.
30 30
File combine changed (mode: 100755) (index 99a4de6..7f311d7)
... ... join(1)
66 66
67 67 =head1 AUTHOR =head1 AUTHOR
68 68
69 Copyright 2006 by Joey Hess <joey@kitenet.net>
69 Copyright 2006 by Joey Hess <id@joeyh.name>
70 70
71 71 Licensed under the GNU GPL. Licensed under the GNU GPL.
72 72
File debian/control changed (mode: 100644) (index a64b8e6..4b569c3)
... ... Priority: optional
4 4 Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook-xml, docbook-xsl, libxml2-utils, xsltproc Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook-xml, docbook-xsl, libxml2-utils, xsltproc
5 5 Maintainer: Debian QA Group <packages@qa.debian.org> Maintainer: Debian QA Group <packages@qa.debian.org>
6 6 Standards-Version: 3.9.5 Standards-Version: 3.9.5
7 Vcs-Git: git://git.kitenet.net/moreutils
8 Homepage: http://kitenet.net/~joey/code/moreutils/
7 Vcs-Git: git://git.joeyh.name/moreutils
8 Homepage: http://joeyh.name/code/moreutils/
9 9
10 10 Package: moreutils Package: moreutils
11 11 Architecture: any Architecture: any
File mispipe.docbook changed (mode: 100644) (index cc966c8..d65d1a4)
2 2
3 3 <!-- <!--
4 4
5 Copyright 2006 Joey Hess <joey@kitenet.net>
5 Copyright 2006 Joey Hess <id@joeyh.name>
6 6
7 7 This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
8 8 under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
File parallel.docbook changed (mode: 100644) (index 4be9578..87e5878)
... ... Written by Joey Hess
13 13 <refentry> <refentry>
14 14 <refentryinfo> <refentryinfo>
15 15 <address> <address>
16 <email>joey@kitenet.net</email>
16 <email>id@joeyh.name</email>
17 17 </address> </address>
18 18 <author> <author>
19 19 <firstname>Joey</firstname> <firstname>Joey</firstname>
File pee.docbook changed (mode: 100644) (index 239f17f..f554ad0)
2 2
3 3 <!-- <!--
4 4
5 Copyright 2006 Joey Hess <joey@kitenet.net>
5 Copyright 2006 Joey Hess <id@joeyh.name>
6 6
7 7 This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
8 8 under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
 
... ... with this program; if not, write to the Free Software Foundation, Inc.,
27 27 <refentry> <refentry>
28 28 <refentryinfo> <refentryinfo>
29 29 <address> <address>
30 <email>joey@kitenet.net</email>
30 <email>id@joeyh.name</email>
31 31 </address> </address>
32 32 <author> <author>
33 33 <firstname>Joey</firstname> <firstname>Joey</firstname>
File ts changed (mode: 100755) (index 554a330..3ce73c9)
... ... are assumed to be in, if a timezone is not specified as part of the date.
40 40
41 41 =head1 AUTHOR =head1 AUTHOR
42 42
43 Copyright 2006 by Joey Hess <joey@kitenet.net>
43 Copyright 2006 by Joey Hess <id@joeyh.name>
44 44
45 45 Licensed under the GNU GPL. Licensed under the GNU GPL.
46 46
File vidir changed (mode: 100755) (index be245ef..75e46aa)
... ... Also supported to determine what editor to use.
70 70
71 71 =head1 AUTHOR =head1 AUTHOR
72 72
73 Copyright 2006 by Joey Hess <joey@kitenet.net>
73 Copyright 2006 by Joey Hess <id@joeyh.name>
74 74
75 75 Licensed under the GNU GPL. Licensed under the GNU GPL.
76 76
File vipe changed (mode: 100755) (index adc44a0..2bf640d)
... ... Also supported to determine what editor to use.
31 31
32 32 =head1 AUTHOR =head1 AUTHOR
33 33
34 Copyright 2006 by Joey Hess <joey@kitenet.net>
34 Copyright 2006 by Joey Hess <id@joeyh.name>
35 35
36 36 Licensed under the GNU GPL. Licensed under the GNU GPL.
37 37
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