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)
Remove non-Debian Vcs-Git URL 2b0fcf270e70bcb80f195b4112530d318fcc7fd2 Nicolas Schier 2015-01-28 07:44:03
Re-create debian/changelog 448ba2ff85574ab9a7f4fd644315fd47e0fd7cdb Nicolas Schier 2015-01-28 07:51:02
Move upstream changelog to changelog.upstream 183d1023cfee5443c6b50e2681e232d7769a2131 Nicolas Schier 2015-01-28 07:47:45
Dummy restore upstream changelog cfc00165ba400820a3ff90c79a3bf2e1c7ac09e1 Nicolas Schier 2015-01-28 07:46:08
update copyright bdb114b8de6fccfb903016fb57aa0c7375bd8afd Joey Hess 2015-01-19 18:03:51
update maintainer 7f13a1a69a3126b6edaffe7a42223a8dd8e24235 Joey Hess 2015-01-19 18:02:08
squash build warning 097ed623cb1bd76722b31bf39bdb538499216abd Joey Hess 2015-01-19 18:01:14
update to debhelper v9 d3135b067bcbd65662fad5adf0d64a65ebd2c369 Joey Hess 2015-01-19 17:59:49
prep release 4a8d84e44b4d4dc97e7864758b861e8d33d4552f Joey Hess 2015-01-19 17:58:14
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
Commit 2b0fcf270e70bcb80f195b4112530d318fcc7fd2 - Remove non-Debian Vcs-Git URL
Signed-off-by: Nicolas Schier <nicolas@hjem.rpa.no>
Author: Nicolas Schier
Author date (UTC): 2015-01-28 07:44
Committer name: Nicolas Schier
Committer date (UTC): 2015-01-28 07:52
Parent(s): 448ba2ff85574ab9a7f4fd644315fd47e0fd7cdb
Signing key:
Tree: eeede7439e334f12936801247a33a130c82cbc4e
File Lines added Lines deleted
debian/control 0 1
File debian/control changed (mode: 100644) (index 6232037..080438f)
... ... Priority: optional
4 4 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0), docbook-xml, docbook-xsl, libxml2-utils, xsltproc Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0), docbook-xml, docbook-xsl, libxml2-utils, xsltproc
5 5 Maintainer: Nicolas Schier <nicolas@hjem.rpa.no> Maintainer: Nicolas Schier <nicolas@hjem.rpa.no>
6 6 Standards-Version: 3.9.6 Standards-Version: 3.9.6
7 Vcs-Git: git://git.joeyh.name/moreutils
8 7 Homepage: http://joeyh.name/code/moreutils/ Homepage: http://joeyh.name/code/moreutils/
9 8
10 9 Package: moreutils Package: moreutils
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