File tree 9 files changed +158
-103
lines changed
9 files changed +158
-103
lines changed Original file line number Diff line number Diff line change 4
4
retry.spec
5
5
6
6
build-aux
7
+ debian /.debhelper
8
+ debian /retry
9
+ debian /retry.debhelper.log
7
10
8
11
# http://www.gnu.org/software/automake
9
12
Original file line number Diff line number Diff line change 1
1
2
+ Changes with v1.0.2
3
+
4
+ *) Add help2man to debian packaging build dependencies.
5
+ [Graham Leggett]
6
+
2
7
Changes with v1.0.1
3
8
4
9
*) Add the --times option to repeat at most N times.
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ EXTRA_DIST = retry.spec debian/changelog debian/compat debian/control debian/cop
6
6
dist_man_MANS = retry.1
7
7
8
8
retry.1 : retry.c $(top_srcdir ) /configure.ac
9
- which help2man && help2man ./retry > retry.1 || true
9
+ which help2man && help2man -n " Repeat command until a criteria is met, usually success. " ./retry > retry.1 || true
10
10
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- retry (1.0.0) stable; urgency=low
1
+ retry (1.0.2) bionic; urgency=low
2
+
3
+ * Bugfix/Feature Release
4
+
5
+ -- Graham Leggett <minfrin@sharp.fm> Wed, 15 Jan 2020 00:00:00 +0000
6
+ retry (1.0.1) bionic; urgency=low
7
+
8
+ * Bugfix/Feature Release
9
+
10
+ -- Graham Leggett <minfrin@sharp.fm> Tue, 14 Jan 2020 00:00:00 +0000
11
+ retry (1.0.0) bionic; urgency=low
2
12
3
13
* Initial Release.
4
14
Original file line number Diff line number Diff line change 1
1
Source: retry
2
- Priority: extra
2
+ Priority: optional
3
3
Maintainer: Graham Leggett <minfrin@sharp.fm>
4
- Build-Depends: debhelper (>= 8.0.0), autotools-dev
5
- Standards-Version: 3.9 .4
4
+ Build-Depends: debhelper (>= 8.0.0), autotools-dev, help2man
5
+ Standards-Version: 4.1 .4
6
6
Section: utils
7
7
Homepage: https://github.com/minfrin/retry
8
8
9
9
Package: retry
10
10
Section: utils
11
11
Architecture: any
12
12
Depends: ${shlibs:Depends}, ${misc:Depends}
13
- Description: Retry a command until the command succeeds.
13
+ Description: Keep retrying a command until the command meets
14
+ a specific criteria, usually success.
14
15
Original file line number Diff line number Diff line change @@ -21,5 +21,3 @@ License: Apache-2.0
21
21
On Debian systems, the complete text of the Apache version 2.0 license
22
22
can be found in "/usr/share/common-licenses/Apache-2.0".
23
23
24
- # Please also look if there are files or directories which have a
25
- # different copyright/license attached and list them here.
Original file line number Diff line number Diff line change
1
+ retry-dbgsym_1.0.2_amd64.ddeb debug optional
2
+ retry_1.0.2_amd64.buildinfo utils optional
3
+ retry_1.0.2_amd64.deb utils optional
Original file line number Diff line number Diff line change
1
+ shlibs:Depends=libc6 (>= 2.4)
2
+ misc:Depends=
3
+ misc:Pre-Depends=
You can’t perform that action at this time.
0 commit comments