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 obsolete is-utf8 patch b0104bacff9829243cde82c0d6d66e16bce7673d Nicolas Schier 2018-01-24 19:52:45
releasing package moreutils version 0.62 06b5970631ffbf151893bd3e1e7f03fb76aad4c0 Joey Hess 2017-12-31 16:02:11
clean is_utf8 subdir d8b56c94947d6270ff70740ea0d56134f692eaa2 Joey Hess 2017-12-31 16:01:39
remove #define _BSD_SOURCE b8cddfef1344f7ec196324e9f345ceb45bd6c76d Joey Hess 2017-12-31 15:59:34
changelog f5bf404a9f9d15a61c852c56e1ca3f958486e5ad Joey Hess 2017-12-31 15:57:02
pee: remove buffering of input and outputs. cd95960319cb668e57241db5543eaa0dfa3e382a Tilman Sauerbeck 2017-01-25 15:41:17
vidir: reword man page to more explicit mention 'file' args (Closes: #885221) ab0bda73cdd97fa399bb58856f934c069ccd6596 Nicolas Schier 2017-12-31 14:26:37
chronic: document return value semantics of -e option (Closes: #867167) 6eedaa93d6a1d1430de5238a4101ed8bab0b64c3 Nicolas Schier 2017-12-31 14:26:36
pee: ignore SIGPIPE and write errors (Closes: #697052) 5083c319d130bbf5ef1a071d178f1f30aa049e58 Nicolas Schier 2017-12-31 14:26:35
ts: Added %.T format like %T but with hi-res. 19d1bde3491f737c2d3babd94de0de8eb9d9b1c9 Joey Hess 2017-11-27 21:18:56
make -m start at current time 3d31d550ffc75f7eada0d6cb624a98423b54bbd2 Joey Hess 2017-10-31 17:02:48
document -m c5a0deb4fbca8d95a63374e2b2ef1ac0f87520c1 Joey Hess 2017-10-31 16:58:05
else indent style fix 52e35719dc334da747c543f0da8f2fd0e537b2c6 Joey Hess 2017-10-30 16:51:58
ts: Introduce '-m' option to use CLOCK_MONOTONIC 96809417fcceb13c83caa6b16d8174ea209bce27 Ben Leinweber 2017-10-30 15:24:47
Revert "ts: Introduce '-m' option to use CLOCK_MONOTONIC" b6a010d759c53befdc9755760d28b6647d50f8b0 Joey Hess 2017-10-30 16:50:34
ts: Add -m option to use monotonic clock. Thanks, Ben Leinweber 12845e32adcaa18b83cd8f3f01fddf9189c7ebda Joey Hess 2017-10-30 16:49:36
else indent style fix 5b628493242860cdbec41a23e23bb561c96e4b40 Joey Hess 2017-10-30 16:49:12
ts: Introduce '-m' option to use CLOCK_MONOTONIC d4592ac408f2086a3ed305c3fccf9107763e2be4 Ben Leinweber 2017-10-30 15:24:47
releasing package moreutils version 0.61 01d1b22f22fae647cbfd855dc82f8d9548607ab0 Joey Hess 2017-04-19 14:31:30
Update changelog for 0.60-1 release 2875ec2788ce2b5c0a9988b19cf2605c8ac65fc9 Nicolas Schier 2017-01-01 21:20:44
Commit b0104bacff9829243cde82c0d6d66e16bce7673d - Remove obsolete is-utf8 patch
Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
Author: Nicolas Schier
Author date (UTC): 2018-01-24 19:52
Committer name: Nicolas Schier
Committer date (UTC): 2018-03-25 19:18
Parent(s): bf91aa9150a45a04062c5e8278a2598ce6577ace
Signing key:
Tree: de2a19c8769276cb5ca8db63905c2befd2708b51
File Lines added Lines deleted
debian/changelog 2 1
debian/patches/002-Makefile--call-is-utf8-clean.patch 0 15
debian/patches/series 0 1
File debian/changelog changed (mode: 100644) (index 5937da5..08ce1fb)
... ... moreutils (0.62-1) UNRELEASED; urgency=medium
10 10 + vidir: reword man page to more explicit mention 'file' args. + vidir: reword man page to more explicit mention 'file' args.
11 11 Closes: #885221 Closes: #885221
12 12 + pee: Don't buffer input, bringing behavior into line with tee. + pee: Don't buffer input, bringing behavior into line with tee.
13 * Remove obsolete is-utf8 patch
13 14
14 -- Nicolas Schier <nicolas@fjasle.eu> Mon, 01 Jan 2018 10:45:30 +0100
15 -- Nicolas Schier <nicolas@fjasle.eu> Wed, 24 Jan 2018 21:00:45 +0100
15 16
16 17 moreutils (0.60-1) unstable; urgency=medium moreutils (0.60-1) unstable; urgency=medium
17 18
File debian/patches/002-Makefile--call-is-utf8-clean.patch deleted (index fa9d566..0000000)
1 Description: Makefile: call is_utf8's clean rule
2 Author: Nicolas Schier <nicolas@fjasle.eu>
3 Forwarded: no
4 Last-Update: 2016-01-02
5
6 --- moreutils-0.60.orig/Makefile
7 +++ moreutils-0.60/Makefile
8 @@ -17,6 +17,7 @@ all: $(BINS) $(MANS)
9
10 clean:
11 rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
12 + $(MAKE) -C is_utf8 clean
13
14 isutf8: is_utf8/*.c is_utf8/*.h
15 $(MAKE) -C is_utf8/
File debian/patches/series changed (mode: 100644) (index c495a2c..27648e8)
1 1 001-is-utf8--allow-hardening-flags.patch 001-is-utf8--allow-hardening-flags.patch
2 002-Makefile--call-is-utf8-clean.patch
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