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)
include licence text 29f0d5b620d63de94c066d50e4e468b51037c543 Joey Hess 2016-07-19 01:03:25
add dependency e1a2473fff49f7caee1561bff38ee43ba5a97507 Joey Hess 2016-07-19 01:02:15
Merge is_utf8 from https://github.com/julienpalard/is_utf8. 089fa36ad806246278b43df8dadb9a7882d39e54 Julien Palard 2016-07-18 22:48:55
changelog ccf04c19111b1a2ccae7a16bb07a38a528a34a64 Joey Hess 2016-07-15 20:20:10
cygwin support dee9b5042951795cd7abc415f1c4f4becc6363d3 StalkR 2016-07-15 08:48:35
releasing package moreutils version 0.59 f891e8d7aafa336b89d0252e31bf52e1510de6b8 Joey Hess 2016-04-02 19:23:51
style cleanup 411d6d3c6a8912c83cfc8a77747d4e68ed66cb4f Joey Hess 2016-04-02 19:22:55
stderr trigger and verbose mode 5394ef715c4550a627bb2b212de55008f58302b1 Tomas Mudrunka 2016-03-31 15:01:35
changelog 166ba94a0ead7e6cda383fe77ddfe2f682521e7d Joey Hess 2016-03-23 15:48:58
parallel: include signal.h to fix warning when building with clang 181124dc64d3bb3eb5f6bbf8529a147d5e7db45b Kevin Bullock 2016-03-22 16:10:30
allow specifying alternate path to docbook-xsl stylesheets 6d8329a424db3f8f3251a58fe581c94f33aa0fd6 Kevin Bullock 2016-03-22 16:10:29
releasing package moreutils version 0.58 415a2fecc251895b12351b5d21288ecb41516ca6 Joey Hess 2016-02-23 21:12:58
ts: disable utf8 warnings 43996b2796d942bcd9b4bc9c8a06f18a735decda Nicolas Schier 2016-02-05 21:01:10
changelog 2909df57e0f714806752fd9b3dedf20fd20f4518 Joey Hess 2016-01-07 22:28:32
ifdata.c: Fix compilation on OpenBSD 2929eeaf06c42e1f3a3fc07831d585e637432ad3 Michael Reed 2016-01-06 20:24:30
releasing package moreutils version 0.57 b92196912d363683f24e71b0b2351324d50f5375 Joey Hess 2015-07-13 22:29:11
Avoid using non-portable error() in ifdata, a portability reversion introduced in 0.56. 081bc9d2ffcd4356ab4ad2ae7ca9499452d1bbee Joey Hess 2015-07-13 20:33:32
releasing package moreutils version 0.56 7be6572532be02c03653f33dbf87c03b01e2bb26 Joey Hess 2015-06-03 16:04:42
changelog 503f59be52c424a41b548a1460fb0e03beb5692c Joey Hess 2015-06-03 16:01:52
vidir: Create missing target directories (Closes: #728688) 22203bef0b52f44cae45958ac57cb93d7edb9a13 Nicolas Schier 2015-04-08 06:05:35
Commit 29f0d5b620d63de94c066d50e4e468b51037c543 - include licence text
Author: Joey Hess
Author date (UTC): 2016-07-19 01:03
Committer name: Joey Hess
Committer date (UTC): 2016-07-19 01:03
Parent(s): e1a2473fff49f7caee1561bff38ee43ba5a97507
Signing key: C910D9222512E3C7
Tree: 81efd71f931b318f67f07302b18ffd47a3e14575
File Lines added Lines deleted
debian/copyright 24 1
File debian/copyright changed (mode: 100644) (index 9c5432a..49e1c7e)
... ... License: GPL-2+
7 7
8 8 Files: is_utf8/* Files: is_utf8/*
9 9 Copyright: 2016 Julien Palard Copyright: 2016 Julien Palard
10 License: FreeBSD License
10 License: BSD-2-Clause
11 11
12 12 Files: sponge.* Files: sponge.*
13 13 Copyright: 2006 Tollef Fog Heen Copyright: 2006 Tollef Fog Heen
 
... ... License: Expat
76 76 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77 77 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
78 78 * THE SOFTWARE. * THE SOFTWARE.
79
80 License: BSD-2-clause
81 # All rights reserved.
82 #
83 # Redistribution and use in source and binary forms, with or without
84 # modification, are permitted provided that the following conditions
85 # are met:
86 # 1. Redistributions of source code must retain the above copyright
87 # notice, this list of conditions and the following disclaimer.
88 # 2. Redistributions in binary form must reproduce the above copyright
89 # notice, this list of conditions and the following disclaimer in the
90 # documentation and/or other materials provided with the distribution.
91 #
92 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
93 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
94 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
95 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
96 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97 # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
98 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
99 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
100 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
101 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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