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
|
ipcalc-ng (1.0.3-1) unstable; urgency=medium
* New upstream release. (LP: #1983602)
* debian/control: bumped Standards-Version to 4.6.2.
* debian/copyright: updated year in packaging block.
* debian/patches/:
- All patches refreshed.
- Patches metadata updated the Author and Last-Update fields.
- Patches not forwarded upstream because it's not upstream issues, but
packaging issues.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Mon, 12 Jun 2023 08:48:40 -0300
ipcalc-ng (1.0.2-1) unstable; urgency=medium
* New upstream release.
* Not providing a manpage anymore since manpage generation is fixed.
Consequently:
- debian/manpage/ipcalc-ng.1: removed.
- debian/manpages: removed.
- debian/rules: override_dh_installman updated.
- debian/source/lintian-overrides: removed.
* debian/control: bumped Standards-Version to 4.6.1.
* debian/patches/:
- 010_new-name-adjustments.patch: updated.
- 020_disable-few-tests.patch: refreshed.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Sun, 27 Nov 2022 12:00:11 -0300
ipcalc-ng (1.0.1-3) unstable; urgency=medium
[ Debian Janitor ]
* debian/control: bumped Standards-Version to 4.6.0.
* debian/upstream/metadata: fixed Repository-Browse field.
[ Fabio Augusto De Muzio Tobich ]
* debian/copyright: updated year in packaging block.
* debian/salsa-ci.yml: use Debian recipe for salsa CI.
* debian/upstream/metadata: removed unknown Homepage field.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Mon, 11 Apr 2022 11:27:38 -0300
ipcalc-ng (1.0.1-2) unstable; urgency=medium
* Upload to unstable.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Mon, 16 Aug 2021 09:15:09 -0300
ipcalc-ng (1.0.1-1) experimental; urgency=medium
* New upstream release.
* debian/control: changed my email in Maintainer field.
* debian/copyright:
- Changed my email in packaging block.
- Updated some years.
* debian/manpage/ipcalc-ng.1: fixed groff sequences which should generate
apostrophes but it was generating acute accents in the manpage instead.
* debian/patches/010_new-name-adjustments.patch: refreshed.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Tue, 08 Jun 2021 13:29:04 -0300
ipcalc-ng (1.0.0-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Added ronn in Build-Depends field to build manpages from markdown,
upstream writes manpage in markdown now.
- Bumped Standards-Version to 4.5.1.
* debian/manpage/ipcalc-ng.1: created to provide a manpage since Debian's
ruby-ronn broke upstream manpage.
* debian/manpages: created to install the manpage.
* debian/patches/:
- 010_new-name-adjustments.patch: updated.
- 020_disable-few-tests.patch: renamed from 030 to 020 and updated.
- 020_fix-random-private-description.patch: removed, fixed upstream.
* debian/rules: override_dh_installman was updated to remove the upstream
manpage and install the one we provided.
* debian/source/lintian-overrides: created to explain why upstream manpage
was replaced.
-- Fabio Augusto De Muzio Tobich <ftobich@gmail.com> Mon, 14 Dec 2020 12:45:08 -0300
ipcalc-ng (0.4.1-2) unstable; urgency=medium
* Upload to unstable.
* debian/control: updated the long description.
* debian/copyright: added GPL-2 license paragraph, keeping both, GPL-2 and
GPL-2+, separated.
* debian/patches/030_disable-few-tests.patch: fixed a spelling error on
long Description in the patch header.
* debian/tests/:
- control: Separated json test to add dependency of jq package.
- json: Changed tests validating the output json with jq.
-- Fabio Augusto De Muzio Tobich <ftobich@gmail.com> Tue, 21 Jul 2020 13:19:40 -0300
ipcalc-ng (0.4.1-1) experimental; urgency=medium
* Initial release. (Closes: #892752)
-- Fabio Augusto De Muzio Tobich <ftobich@gmail.com> Thu, 18 Jun 2020 14:24:50 -0300
|