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)
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
Create new changelog for 0.54-1 release e4b3eec9ec57e9866fc147b6d45cabfbe9accb99 Nicolas Schier 2014-11-28 10:05:07
Commit 448ba2ff85574ab9a7f4fd644315fd47e0fd7cdb - Re-create debian/changelog
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 07:51
Parent(s): 183d1023cfee5443c6b50e2681e232d7769a2131
Signing key:
Tree: a5dfe0f9df155f963d745c2987b6951759ac4d3b
File Lines added Lines deleted
debian/changelog 12 16
File debian/changelog copied from file debian/changelog.upstream (similarity 97%) (mode: 100644) (index cd39719..009d922)
1 moreutils (0.55) unstable; urgency=medium
2
3 * parallel: serialise output through internal pipe. Closes: #704125
4 Thanks, Nicolas Schier.
5 * sponge: add append option '-a'. Closes: #623197
6 Thanks, Nicolas Schier.
7
8 -- Joey Hess <id@joeyh.name> Mon, 19 Jan 2015 13:58:08 -0400
9
10 moreutils (0.54) unstable; urgency=medium
11
12 * vidir: Fix bug in handling filenames that share a common
13 prefix when renaming. Closes: #654326
14 Thanks, Kushal Kumaran
15
16 -- Joey Hess <id@joeyh.name> Fri, 28 Nov 2014 11:25:32 -0400
1 moreutils (0.54-1) unstable; urgency=medium
2
3 * Set debhelper compat to 9.
4 * Remove unused lines from debian/rules.
5 * New maintainer (Closes: #768529).
6 * Update copyright.
7 * Set source format to '3.0 (quilt)'.
8 * Update Standards-Version to 3.9.6 (no changes required).
9 * New upstream version (0.54).
10 Includes a vidir bug fix (Closes: #654326).
11
12 -- Nicolas Schier <nicolas@hjem.rpa.no> Tue, 2 Dec 2014 04:58:04 +0100
17 13
18 14 moreutils (0.53) unstable; urgency=medium moreutils (0.53) unstable; urgency=medium
19 15
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