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 lines from debian/rules. e8607f00286a270fee322f5c1431769d4240ba86 Nicolas Schier 2014-12-02 04:37:35
Install upstream changelog 00952a551d04f4b037a651693ea927454ca17fa8 Nicolas Schier 2014-12-02 04:04:55
Move debian/changelog to debian/changelog.upstream 6013ad3b2006c66300019b4a297511faaea6ae77 Nicolas Schier 2014-12-02 04:02:09
prep release fe7652adc13d99b8c697bccaff905eed22ef4a0c Joey Hess 2014-11-28 15:25:40
Update Standards-Version to 3.9.6 (no changes required). 5eb59ccb3543c7f06cded608eca1476d94537fe7 Nicolas Schier 2014-11-28 10:35:13
vidir: import patch from upstream (Closes: #654326). 6ce21a13fb05275b2d93aeef185c396371139331 Nicolas Schier 2014-11-27 08:47:52
Set source format to '3.0 (quilt)'. a0b06717b505c17b5448982d01c44bc7836a1c04 Nicolas Schier 2014-11-26 07:16:17
Update copyright. f1931984ae56a20d907c61536259aa188e7c7de0 Nicolas Schier 2014-11-26 07:10:37
New maintainer (Closes: #768529). 96d119a91704d89aa576dc1e8857020825af30ff Nicolas Schier 2014-11-26 07:04:10
Remove unused lines from debian/rules. 6186986de32a7839e269be1b24bbde0d96920bef Nicolas Schier 2014-11-26 06:34:01
Set debhelper compat to 9. 6d1ddde8e7247400a1d52340106a03827ebb4794 Nicolas Schier 2014-11-26 06:32:40
update 5bcbf230bd326d0731b6d7c2b82fc10789b3b004 Joey Hess 2014-11-10 16:19:05
vidir handle items with common prefix (moreutils debian bug 654326) 0aeceb285c9ce53a78c3b2fac8ff4b2015a0965d Kushal Kumaran 2014-11-10 11:23:40
Orphaned the Debian package. 2ac31faaefa940248c1d2818671bc7476661fabc Joey Hess 2014-11-08 04:31:47
prep ab65e3880c57b508b5f4e1ab46872dd797f5c1dd Joey Hess 2014-09-09 18:12:12
Add option to count elapsed time since the start of the program. ae14e19ebb489d4c063ba82ef0247439fc3417c3 Adam Juraszek 2014-09-09 07:00:19
Fix docbook markup for parallel examples. Closes: #756377 10de03e34f78612531f49828b0f32b8fc0152451 Joey Hess 2014-07-29 15:46:00
portability fix 7096a1dc5b014d8fc14477758baf2c8c3b8c9f39 Joey Hess 2014-02-28 19:19:58
sv f0eadf7076dc44bfd439e6199ad46eaeacfe19ec Joey Hess 2014-02-27 16:02:29
prep release 8d7819910267592baf02dae9413b795c15990715 Joey Hess 2014-02-27 16:01:29
Commit e8607f00286a270fee322f5c1431769d4240ba86 - Remove obsolete lines from debian/rules.
Signed-off-by: Nicolas Schier <nicolas@hjem.rpa.no>
Author: Nicolas Schier
Author date (UTC): 2014-12-02 04:37
Committer name: Nicolas Schier
Committer date (UTC): 2014-12-02 04:37
Parent(s): 00952a551d04f4b037a651693ea927454ca17fa8
Signing key:
Tree: 7569e16013d12f557de6f24c8683584018cc109a
File Lines added Lines deleted
debian/rules 0 3
File debian/rules changed (mode: 100755) (index d8c4b8f..172c701)
1 1 #!/usr/bin/make -f #!/usr/bin/make -f
2 2
3 DPKG_EXPORT_BUILDFLAGS=1
4 include /usr/share/dpkg/buildflags.mk
5
6 3 # Prevent the makefile from stripping, in case it's being built in # Prevent the makefile from stripping, in case it's being built in
7 4 # unstripped mode. # unstripped mode.
8 5 export INSTALL_BIN=install export INSTALL_BIN=install
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