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)
releasing version 0.35 b729d870341ae06f9a5a945717eb61c1d60a3af5 Joey Hess 2009-05-05 19:19:37
remove unnecessary quotes b08aeb0570bfd28f29a7708ab65f0f09f89e3883 Joey Hess 2009-05-05 19:09:40
isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301 (Thanks, Jakub Wilk and liw) a250ae89f37849be1caf204a07d2e4e563503390 Joey Hess 2009-05-05 19:06:34
ifdata: Don't assume that all interface names are 6 characters or less, for instance "wmaster0" is longer. Increase the limit to 20 characters. Closes: #526654 (Thanks, Alan Pope) 0aa82b9e712f62170d7f433b9fb181cdc6a60a92 Joey Hess 2009-05-03 00:41:06
releasing version 0.34 3e03d4c45318bb0978e65850ec7f56bbb210d4f1 Joey Hess 2008-12-11 20:12:53
vipe: Avoid dying on empty input. Thanks, Anders Kaseorg Closes: #508491 931de139ed875e6c593d0bdb692fccf181da46bb Joey Hess 2008-12-11 20:11:19
releasing version 0.33 6f2bc6bff8786f96265b170249b4cd4bc3e99247 Joey Hess 2008-10-31 21:03:08
Fix zrun breakage introduced last version. Closes: #504129 0815e5fa8d11ea9bd235d536e02e108ab1cecb43 Joey Hess 2008-10-31 21:01:02
changelog 61290da144f6138269f3050388ed18b17038d580 Joey Hess 2008-10-28 02:41:30
Support installing moreutils into prefixes other than /usr 220a73731d4506912e8ec2ecca2e33abdf4e01fe Evan Broder 2008-10-28 01:58:48
Fix pod error in vidir(1). 1e73fbbb25bc43999320b2c9c5679ab0c8f3b528 Joey Hess 2008-10-27 03:51:00
zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog. 9c2bf6a2f6885d4f6373b5a682d10c40c84b4e66 Joey Hess 2008-09-27 22:05:33
typo 39bc764104ad5268b9312a7ff49ff10d7907dd6b Joey Hess 2008-07-09 17:06:26
releasing version 0.31 8b407b19baf9819f186142653b77ed63977e244e Joey Hess 2008-06-29 03:23:15
ts: Support displaying fractional seconds via a "%.S" conversion specification. Closes: #482789 729a9ec3a9be3b611a180c08daf9191c20506a09 Joey Hess 2008-05-28 18:32:48
pee.1: Document difference with tee in stdout. 478d7c32b226dcdd364a7a669115a0e093545d68 Joey Hess 2008-05-28 17:42:18
releasing version 0.30 8a49d33f795107df284a8ca1a1ad8524c3e88865 Joey Hess 2008-05-14 23:42:14
ifne: If no command is specified, print usage information. 99e7bc2550ca8fc57af19410e28958e46a2d6f15 Joey Hess 2008-05-12 20:04:36
Added -n option to ifne. 4425bfd45edfc4d2be18ce6d2a2eeb7ab80f7a6c Vicho 2008-05-01 10:17:45
update 8c45ad625cf68e210387a08611f775093c3ea49e Joey Hess 2008-05-10 22:05:05
Commit b729d870341ae06f9a5a945717eb61c1d60a3af5 - releasing version 0.35
Author: Joey Hess
Author date (UTC): 2009-05-05 19:19
Committer name: Joey Hess
Committer date (UTC): 2009-05-05 19:19
Parent(s): b08aeb0570bfd28f29a7708ab65f0f09f89e3883
Signer:
Signing key:
Signing status: N
Tree: baf29e214d27db30ed7b9c49373f3c6ec90d7625
File Lines added Lines deleted
debian/changelog 2 2
debian/control 1 1
File debian/changelog changed (mode: 100644) (index 7b638cb..896c260)
1 moreutils (0.35) UNRELEASED; urgency=low
1 moreutils (0.35) unstable; urgency=low
2 2
3 3 * ifdata: Don't assume that all interface names are 6 characters or less, * ifdata: Don't assume that all interface names are 6 characters or less,
4 4 for instance "wmaster0" is longer. Increase the limit to 20 characters. for instance "wmaster0" is longer. Increase the limit to 20 characters.
 
... ... moreutils (0.35) UNRELEASED; urgency=low
6 6 * isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301 * isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301
7 7 (Thanks, Jakub Wilk and liw) (Thanks, Jakub Wilk and liw)
8 8
9 -- Joey Hess <joeyh@debian.org> Sat, 02 May 2009 20:40:23 -0400
9 -- Joey Hess <joeyh@debian.org> Tue, 05 May 2009 15:06:41 -0400
10 10
11 11 moreutils (0.34) unstable; urgency=low moreutils (0.34) unstable; urgency=low
12 12
File debian/control changed (mode: 100644) (index a3495fb..7c3e652)
... ... Section: utils
3 3 Priority: optional Priority: optional
4 4 Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml
5 5 Maintainer: Joey Hess <joeyh@debian.org> Maintainer: Joey Hess <joeyh@debian.org>
6 Standards-Version: 3.8.0
6 Standards-Version: 3.8.1
7 7 Vcs-Git: git://git.kitenet.net/moreutils Vcs-Git: git://git.kitenet.net/moreutils
8 8 Homepage: http://kitenet.net/~joey/code/moreutils/ Homepage: http://kitenet.net/~joey/code/moreutils/
9 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