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)
Release debian version 0.55-1 3c51d99eb90cbac23bd97807b1459abfce13e7ae Nicolas Schier 2015-01-28 07:51:11
Add prelimary debian/watch (download does not work). b016ecb08bbffcc67fc30645be0281d4639e04fa Nicolas Schier 2015-01-08 12:06:46
Add .gitignore 59ebfdb967be326f760b25c7ceb8f59222b86b18 Nicolas Schier 2015-01-13 11:41:29
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
Commit 3c51d99eb90cbac23bd97807b1459abfce13e7ae - Release debian version 0.55-1
Signed-off-by: Nicolas Schier <nicolas@hjem.rpa.no>
Author: Nicolas Schier
Author date (UTC): 2015-01-28 07:51
Committer name: Nicolas Schier
Committer date (UTC): 2015-01-28 10:21
Parent(s): b016ecb08bbffcc67fc30645be0281d4639e04fa
Signer:
Signing key:
Signing status: N
Tree: eecc05b4c5517570eadc8edb7b6b71bc2e22fb93
File Lines added Lines deleted
debian/changelog 12 0
File debian/changelog changed (mode: 100644) (index 009d922..19927cf)
1 moreutils (0.55-1) experimental; urgency=medium
2
3 * New upstream release:
4 * parallel: serialise output through internal pipe (Closes: #704125).
5 * sponge: add append option '-a' (Closes: #623197),
6 thanks, Michael Stummvoll.
7 * sponge: make '-a' atomically, if possible.
8 * copyright and URL updates.
9 * Add preliminary watch file (download does not work).
10
11 -- Nicolas Schier <nicolas@hjem.rpa.no> Wed, 28 Jan 2015 08:48:55 +0100
12
1 13 moreutils (0.54-1) unstable; urgency=medium moreutils (0.54-1) unstable; urgency=medium
2 14
3 15 * Set debhelper compat to 9. * Set debhelper compat to 9.
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