Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Commit ba72cd4

Browse files
committed
v0.6.0 - update package
1 parent bef46e6 commit ba72cd4

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Martin Simon
1+
Copyright (c) 2020-2021 Martin Simon
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
99
```bash
1010
user@hostname$ ./build.sh
1111
```
12-
By default this will build delta 0.5.0 on Debian Buster.
12+
By default this will build delta 0.6.0 on Debian Buster.
1313
Since v0.1.1-2 , the package has been renamed `delta-diff` (see discussion in [issue #1](https://github.com/barnumbirr/delta-debian/issues/1)).
1414
The executable is still called `delta` however.
1515

1616
If you want to customize the build at runtime, use the following:
1717

1818
```bash
19-
user@hostname$ ./build.sh -i debian:unstable-slim -v 0.1.1
19+
user@hostname$ ./build.sh -i debian:unstable-slim -v 0.5.0
2020
```
2121
Don't forget to update `debian/changelog` so your package is generated with the correct version.
2222

@@ -30,7 +30,7 @@ To publish a new package version to Github, follow these steps:
3030
## License
3131

3232
```
33-
Copyright (c) 2020 Martin Simon
33+
Copyright (c) 2020-2021 Martin Simon
3434
3535
Permission is hereby granted, free of charge, to any person obtaining a copy
3636
of this software and associated documentation files (the "Software"), to deal

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
IMAGE="debian:buster-slim"
66
TARGET="$(dirname "$0" | xargs realpath)"
7-
VERSION="0.5.0"
7+
VERSION="0.6.0"
88

99
while getopts "v:i:h" opt
1010
do

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
delta-diff (0.6.0-1) unstable; urgency=medium
2+
3+
* Version 0.6.0
4+
5+
-- Martin Simon <[email protected]> Fri, 05 Feb 2021 00:00:00 +0000
6+
17
delta-diff (0.5.0-1) unstable; urgency=medium
28

39
* Version 0.5.0

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Copyright: 2020 Dan Davison
77
License: MIT License
88

99
Files: debian/*
10-
Copyright: 2020 Martin Simon <[email protected]>
10+
Copyright: 2020-2021 Martin Simon <[email protected]>
1111
License: MIT License
1212

1313
License: MIT License
1414

15-
Copyright (c) 2020 Martin Simon
15+
Copyright (c) 2020-2021 Martin Simon
1616

1717
Permission is hereby granted, free of charge, to any person obtaining a copy
1818
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)