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)
Run xmllint as part of DocBook build f0fb1db1f524d51503ebc757828c7d2f3874cebf Peter Eisentraut 2013-11-02 21:04:58
Use pattern rule for building man pages from DocBook aba6afa8e508f78c02ed50691d01eb8837046592 Peter Eisentraut 2013-11-02 21:04:22
Fix invalid DocBook markup aa6bbfff0bc300dc096bb324f011b90f428e213e Peter Eisentraut 2013-11-02 21:02:03
Use http system identifiers 75383286c0bb03da8b97283fe8fc7acdbfac414e Peter Eisentraut 2013-11-02 20:24:37
Fix ifdata to build on OS X. Thanks, Peter Eisentraut Closes: #575294 052a77f216ce5980851b74068e29ab2e78b30f7c Joey Hess 2013-11-04 16:28:29
releasing version 0.50 323e2f7a120823806156c6afe9d4158904802b0e Joey Hess 2013-08-26 17:05:00
Fix build on Hurd. Closes: #716653 (Thanks, Pino Toscano) 051b613dc1aaf34b435e47acdb24ae59be6d250c Joey Hess 2013-07-11 14:56:21
releasing version 0.49 d3510311c1b0130b00912c1bbaec82fcd8f3b74e Joey Hess 2013-07-10 21:43:05
moreutils (0.49) unstable; urgency=low 48ca6c6dab953dc0915cda78ac6c3c5bd4bd95ca Joey Hess 2013-07-10 20:21:41
errno, isutf8: Fix zero-termination of option list, which could lead to getopt crash. Closes: #715867 (Thanks, Mayhem Team) 8ba4087b31aef2225681da0f011002f8053be61c Joey Hess 2013-07-10 20:21:36
ts: Fix timezone used with -i c18babad60373c4aada08074a0de62c0e44a80d9 Joey Hess 2013-05-05 15:23:12
releasing version 0.48 337a7415b11bb2b3a5f47a1aa96b571a40da8762 Joey Hess 2013-05-05 04:02:10
sponge: Check fclose to detect certian short reads. Closes: #704453 6684c636fd26eab49eec25d0538b2fc4b5542924 Joey Hess 2013-04-02 05:34:50
ts: Support single-digit day dates. Thanks, Peter Lunicks 132b2771bbf29083ab51d8735de672cb530bc7af Joey Hess 2013-03-27 15:47:45
fix for syslog-style single-digit day dates, e.g. 'Feb 3' 2f3cfb73023da1a57cdc397e86e10163ebe9cb38 Peter Lunicks 2013-03-26 22:50:17
ts: -i enables incremental timestamping. Thanks, Thomas Vander Stichele d87032d88689177d6d1bae551fe21527d7df93f6 Joey Hess 2013-01-24 21:12:41
add support for incremental timestamping ac2b4e3fbf63a6fcd3be8b01e431eaa05295d1ec Thomas Vander Stichele 2013-01-24 16:11:52
Typo. Closes: #697113 68d871805878cd2452778d7ddd92e6791a9bcf86 Joey Hess 2013-01-01 15:56:26
Allow overriding PREFIX and CFLAGS to make the build more flexible (Thanks, Ben Walton) bc63fc28f8d5a2899e31acb6c7cbae1c042b1583 Joey Hess 2012-07-26 03:40:00
Allow overriding PREFIX and CFLAGS to make the build more flexible 9aebcfaa8b9cf1715e346e219db5eae590f568f5 Ben Walton 2012-07-26 01:25:28
Commit f0fb1db1f524d51503ebc757828c7d2f3874cebf - Run xmllint as part of DocBook build
This will verify that the DocBook markup is valid before building
anything from it. The actual build tools don't do that and might
produce garbage if the markup is not valid.
Author: Peter Eisentraut
Author date (UTC): 2013-11-02 21:04
Committer name: Joey Hess
Committer date (UTC): 2013-11-06 02:35
Parent(s): aba6afa8e508f78c02ed50691d01eb8837046592
Signing key:
Tree: 5c2f356121d61c33e18ca9225ba8ee0ba90b755d
File Lines added Lines deleted
Makefile 1 0
debian/control 1 1
File Makefile changed (mode: 100644) (index 865942d..4272d93)
... ... check: isutf8
24 24 ./check-isutf8 ./check-isutf8
25 25
26 26 %.1: %.docbook %.1: %.docbook
27 xmllint --noout --valid $<
27 28 $(DOCBOOK2XMAN) $< $(DOCBOOK2XMAN) $<
28 29
29 30 errno.o: errnos.h errno.o: errnos.h
File debian/control changed (mode: 100644) (index aa5f025..bf34038)
1 1 Source: moreutils Source: moreutils
2 2 Section: utils Section: utils
3 3 Priority: optional Priority: optional
4 Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml
4 Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml, libxml2-utils
5 5 Maintainer: Joey Hess <joeyh@debian.org> Maintainer: Joey Hess <joeyh@debian.org>
6 6 Standards-Version: 3.9.2 Standards-Version: 3.9.2
7 7 Vcs-Git: git://git.kitenet.net/moreutils Vcs-Git: git://git.kitenet.net/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