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)
is_utf8: fix allow-hardening-flags patch 387b29608e395386dae6ba221cfb6c3f5992cf75 Nicolas Schier 2018-03-31 08:12:12
Use https in homepage URI 899f7dcbcb9398849219916fbbe8c4f595f89ffe Nicolas Schier 2018-03-27 03:01:11
parallel: fix minor typo (patch) f1f1956027de8d9bf95d0a43152dc3454b53b1d8 Nicolas Schier 2018-03-26 03:57:18
debian/rules: use dpkg-buildflags for hardening 0b67f5a93046f1b9d53cdbafa2e8e98884f167ca Nicolas Schier 2018-03-26 03:56:40
Use debhelper 11 60f2907f696db2c9f8074ba5b2b792598add6d0d Nicolas Schier 2018-03-25 20:36:56
Bump standards to 4.1.3 (no changes required) f833efdb14de5c3945edf0f1ead22f956fdcb9b1 Nicolas Schier 2018-03-25 20:30:52
debian/copyright: update URI: http → https 25a83492471cdd9d7a664141f22cad92d1499772 Nicolas Schier 2018-03-25 20:27:15
Mark moreutils Multi-Arch: foreign (Closes: #893880) 09bcd3705a15db0439f5bfc046e415a36dbbfad5 Nicolas Schier 2018-03-25 18:11:35
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
Commit 387b29608e395386dae6ba221cfb6c3f5992cf75 - is_utf8: fix allow-hardening-flags patch
CFLAGS have to be overridden by Debian build systems as well. This
somehow did not work even though CFLAGS have been exported from
debian/rules and successfully forwarded to moreutils' Makefile.
During(?) the sub-make call to is_utf8/Makefile, the CFLAGS got lost (or
were no more "powerful enough" to override is_utf8's CFLAGS).

Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
Author: Nicolas Schier
Author date (UTC): 2018-03-31 08:12
Committer name: Nicolas Schier
Committer date (UTC): 2018-03-31 08:15
Parent(s): 899f7dcbcb9398849219916fbbe8c4f595f89ffe
Signing key:
Tree: 689bfc74dfcceb21464703b7e04bb25c28a7738b
File Lines added Lines deleted
debian/changelog 2 1
debian/patches/001-is-utf8--allow-hardening-flags.patch 10 4
File debian/changelog changed (mode: 100644) (index c4d58b8..bf832ff)
... ... moreutils (0.62-1) UNRELEASED; urgency=medium
19 19 * debian/rules: use dpkg-buildflags for hardening * debian/rules: use dpkg-buildflags for hardening
20 20 * parallel: fix minor typo (patch) * parallel: fix minor typo (patch)
21 21 * Use https in homepage URI * Use https in homepage URI
22 * is_utf8: fix allow-hardening-flags patch
22 23
23 -- Nicolas Schier <nicolas@fjasle.eu> Tue, 27 Mar 2018 05:03:37 +0200
24 -- Nicolas Schier <nicolas@fjasle.eu> Sat, 31 Mar 2018 10:15:41 +0200
24 25
25 26 moreutils (0.60-1) unstable; urgency=medium moreutils (0.60-1) unstable; urgency=medium
26 27
File debian/patches/001-is-utf8--allow-hardening-flags.patch changed (mode: 100644) (index 253e2b3..848aac1)
... ... Author: Nicolas Schier <nicolas@fjasle.eu>
5 5 Forwarded: no Forwarded: no
6 6 Last-Update: 2016-01-02 Last-Update: 2016-01-02
7 7
8 --- moreutils-0.60.orig/is_utf8/Makefile
9 +++ moreutils-0.60/is_utf8/Makefile
10 @@ -41,7 +41,7 @@ CC = gcc
11 CFLAGS = -O3 -Wextra -Wall -ansi -Wstrict-prototypes
8 Index: master/is_utf8/Makefile
9 ===================================================================
10 --- master.orig/is_utf8/Makefile
11 +++ master/is_utf8/Makefile
12 @@ -38,10 +38,10 @@ SONAME = $(LINKERNAME).$(VERSION)
13 REALNAME = $(SONAME).$(MINOR).$(RELEASE)
14
15 CC = gcc
16 -CFLAGS = -O3 -Wextra -Wall -ansi -Wstrict-prototypes
17 +CFLAGS ?= -O3 -Wextra -Wall -ansi -Wstrict-prototypes
12 18
13 19 $(NAME): $(OBJ) $(NAME): $(OBJ)
14 20 - $(CC) $(CFLAGS) -o $(NAME) $(OBJ) - $(CC) $(CFLAGS) -o $(NAME) $(OBJ)
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