1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
config-links (2.0.3-2) unstable; urgency=medium
* debian: disable build system auto-detection
-- Egor Tensin <Egor.Tensin@gmail.com> Sat, 04 Feb 2023 12:36:48 +0000
config-links (2.0.3-1) unstable; urgency=medium
* debian/README: update
* accomodate older bash-es
* add Docker tests for older bash-es
* move unit tests to test/unit/
* test/unit: fix path to links-* tools
* fix Docker tests
* properly rebuild Docker images
* README: update
* README: update
* Makefile: add a comment
* add an "integration" test
* db.sh: fix Xenial tests
* t/i: call links-update twice, just in case
-- Egor Tensin <Egor.Tensin@gmail.com> Sat, 04 Feb 2023 11:42:19 +0000
config-links (2.0.2-1) unstable; urgency=medium
* workflows/ci: upgrade actions
* workflows: upgrade actions
* fix .gitattributes
* workflows/ci: test on macOS
* os.sh: no need to use uname here
* test: fix macOS runs
* README: update
-- Egor Tensin <Egor.Tensin@gmail.com> Tue, 24 Jan 2023 11:18:40 +0100
config-links (2.0.1-3) unstable; urgency=medium
* debian/Makefile: export NAME and EMAIL
* debian/Makefile: add commit target
-- Egor Tensin <Egor.Tensin@gmail.com> Sat, 30 Apr 2022 00:35:34 +0200
config-links (2.0.1-2) unstable; urgency=medium
* debian/README: rearrange items
* debian/Makefile: consistent prelude
-- Egor Tensin <Egor.Tensin@gmail.com> Wed, 06 Apr 2022 08:22:28 +0000
config-links (2.0.1-1) unstable; urgency=medium
* test: refactoring
* test: add a test case
* bash best practices & linting
* README: update
* test: update comments
-- Egor Tensin <Egor.Tensin@gmail.com> Tue, 05 Apr 2022 19:19:52 +0000
config-links (2.0-1) unstable; urgency=medium
* db.sh: consistent logging
* db.sh: add parse_mode function
* links-chmod: mode parameter is mandatory
-- Egor Tensin <Egor.Tensin@gmail.com> Thu, 06 Jan 2022 17:32:23 +0000
config-links (1.1-2) unstable; urgency=medium
* debian: add links-chmod
-- Egor Tensin <Egor.Tensin@gmail.com> Thu, 25 Nov 2021 19:13:59 +0000
config-links (1.1-1) unstable; urgency=medium
* update script names in comments
* add links-chmod
* links-chmod: tweak the help message
* db.sh: add more logging
* test/test.sh: best practices
* links-update: add --mode parameter
* README: update
-- Egor Tensin <Egor.Tensin@gmail.com> Thu, 25 Nov 2021 19:07:06 +0000
config-links (1.0.1-1) unstable; urgency=medium
* README: update
* workflows/test: tweak step names
* workflows/test: use ubuntu-latest
* workflows/test -> workflows/ci
* workflows/ci: rename to "CI"
* .ci/ -> test/
* debian/Makefile: apt scripting best practices
* debian/README: update
-- Egor Tensin <Egor.Tensin@gmail.com> Sun, 03 Oct 2021 16:20:54 +0000
config-links (1.0-2) unstable; urgency=medium
* debian: fix package description
-- Egor Tensin <Egor.Tensin@gmail.com> Thu, 29 Apr 2021 10:15:54 +0000
config-links (1.0-1) unstable; urgency=medium
* debian: require bash 4 or higher
* rename the scripts
* README: add more badges
* README: update
* README: add "Installation"
* rename the project
* debian: scripts were renamed
-- Egor Tensin <Egor.Tensin@gmail.com> Thu, 29 Apr 2021 08:35:34 +0000
config-links (0.2-1) unstable; urgency=medium
* debian: add GitHub workflows
* blacklist aux files for `git archive`
-- Egor Tensin <Egor.Tensin@gmail.com> Thu, 29 Apr 2021 00:30:39 +0000
config-links (0.1-1) unstable; urgency=medium
* Initial release.
-- Egor Tensin <Egor.Tensin@gmail.com> Wed, 28 Apr 2021 21:14:04 +0000
|