File: changelog

package info (click to toggle)
dub 1.27.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,944 kB
  • sloc: sh: 1,789; xml: 37; makefile: 20; ansic: 11
file content (193 lines) | stat: -rw-r--r-- 6,006 bytes parent folder | download
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
dub (1.27.0-3) unstable; urgency=medium

  * Team upload.
  * Replace deprecated body keyword with do (Closes: #1012914)
  * Add in annotate-esacping-ref.patch

 -- Nilesh Patra <nilesh@debian.org>  Sat, 13 Aug 2022 16:11:10 +0530

dub (1.27.0-2) unstable; urgency=medium

  * Explicitly make binary package depend on a curl library variant, as dub
    stopped linking against libcurl explicitly with its build system changes
    - This fixes the autopkgtest failures

 -- Matthias Klumpp <mak@debian.org>  Mon, 08 Nov 2021 21:14:06 +0100

dub (1.27.0-1) unstable; urgency=medium

  * New upstream version: 1.27.0
    - Fixes FTBFS with GDC >= 11 (Closes: #922782, #994559)
    - Resolves autopkg test failure, package fetching
      seems to work reliably now (Closes: #981229)

 -- Matthias Klumpp <mak@debian.org>  Sun, 07 Nov 2021 18:46:58 +0100

dub (1.24.0-1) unstable; urgency=medium

  * New upstream version: 1.24.0
  * Build using the build.d script with gdmd instead of using
    the old Debian-specific shell script

 -- Matthias Klumpp <mak@debian.org>  Tue, 26 Jan 2021 22:48:42 +0100

dub (1.22.0-1) unstable; urgency=medium

  * New upstream version 1.22.0
  * Bump standards version: No changes needed
  * Ensure GDC 10+ is used for building

 -- Matthias Klumpp <mak@debian.org>  Sat, 08 Aug 2020 19:32:26 +0200

dub (1.19.0-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add a needs-internet restriction to the autopkgtest.
    (Closes: #959507)

 -- Adrian Bunk <bunk@debian.org>  Tue, 16 Jun 2020 09:55:55 +0300

dub (1.19.0-1) unstable; urgency=medium

  [ Matthias Klumpp ]
  * New upstream version: 1.19.0
  * Set Rules-Requires-Root: no

  [ Nilesh ]
  * Bump standards version (no changes needed)

 -- Matthias Klumpp <mak@debian.org>  Sun, 12 Jan 2020 10:56:10 +0100

dub (1.16.0-1) unstable; urgency=medium

  * New upstream version: 1.16.0
  * Rebuild dub and add very simple autopkgtest
    so we catch issues early next time (Closes: #931825)
  * Bump dependency on GDC
  * Bump dh compat level and standards version: No changes needed
  * Simplify d/watch

 -- Matthias Klumpp <mak@debian.org>  Sat, 31 Aug 2019 20:54:34 +0200

dub (1.12.1-1) unstable; urgency=medium

  * New upstream version: 1.12.1

 -- Matthias Klumpp <mak@debian.org>  Fri, 21 Dec 2018 22:30:18 +0100

dub (1.10.0-1) unstable; urgency=medium

  * New upstream version: 1.10.0
  * Bump standards version: No changes needed
  * Drop all patches: Applied upstream
  * Use HTTPS version of homepage URL

 -- Matthias Klumpp <mak@debian.org>  Wed, 29 Aug 2018 15:45:24 +0200

dub (1.8.0-3) unstable; urgency=medium

  * Update maintainer address to tracker.d.o
  * Build with the default GDC (if >= 8) again
  * Drop add-gdc-8-as-valid-compiler.patch: No longer needed

 -- Matthias Klumpp <mak@debian.org>  Sun, 06 May 2018 22:28:22 +0200

dub (1.8.0-2) unstable; urgency=medium

  * gen_man-Add-missing-lz-linker-flag.patch: Add no-as-needed linker flag
    - This is needed in some configurations, like Ubuntu.
      Omitting it will result in not linking the binary to ZLib properly.

 -- Matthias Klumpp <mak@debian.org>  Mon, 26 Mar 2018 23:52:24 +0200

dub (1.8.0-1) unstable; urgency=medium

  * New upstream version: 1.8.0
  * Update Vcs-* URLs for Salsa switch
  * Display GDC command used for building dub in log
  * Ensure we build with the latest, fixed GDC 8 (Closes: #891147)
    - This resolves a nasty issue which made dub not being able to
      download any dependency.
  * add-gdc-8-as-valid-compiler.patch: Make dub recognize gdc-8
    as version of GDC by default.
  * Replace existing manpage with dub's own manual pages
    - gen_man-Fix-build-with-gdc-8.patch: Adjust to older Phobos
    - gen_man-Add-missing-lz-linker-flag.patch: Link manpage
      generator against zlib
  * Install shell completion
  * Switch to dh compat level 11

 -- Matthias Klumpp <mak@debian.org>  Sun, 25 Mar 2018 21:56:54 +0200

dub (1.7.2-1) unstable; urgency=medium

  * New upstream version: 1.7.2
  * Enforce building with GDC 8 (Closes: #890366)

 -- Matthias Klumpp <mak@debian.org>  Fri, 16 Feb 2018 14:11:28 +0100

dub (1.7.0-2) unstable; urgency=medium

  * Fix typo in build script to set the right version number

 -- Matthias Klumpp <mak@debian.org>  Wed, 03 Jan 2018 21:54:56 +0100

dub (1.7.0-1) unstable; urgency=medium

  * New upstream version: 1.7.0
  * dub: Depend on default-d-compiler
  * Add back no-as-needed GDC linker hack
    - Certain configurations still need it (Closes: #884701)

 -- Matthias Klumpp <mak@debian.org>  Wed, 03 Jan 2018 21:34:18 +0100

dub (1.6.0-1) unstable; urgency=medium

  * New upstream version 1.6.0
  * Bump standards version: No changes needed

 -- Matthias Klumpp <mak@debian.org>  Sun, 17 Dec 2017 17:34:45 +0100

dub (1.2.0-1) unstable; urgency=medium

  * New upstream version: 1.2.0
  * Remove no-as-needed GDC linker hack

 -- Matthias Klumpp <mak@debian.org>  Tue, 24 Jan 2017 22:35:46 +0100

dub (1.1.1-1) unstable; urgency=medium

  * New upstream version: 1.1.1
  * Update debian/watch file

 -- Matthias Klumpp <mak@debian.org>  Thu, 22 Dec 2016 19:16:48 +0100

dub (1.0.0-2) unstable; urgency=medium

  * Prefer LDC over GDC in binary package dependencies

 -- Matthias Klumpp <mak@debian.org>  Mon, 24 Oct 2016 21:11:00 +0200

dub (1.0.0-1) unstable; urgency=medium

  * Transfer package to the D team
  * New upstream release: 1.0.0
  * Bump standards version (no changes needed)
  * Update debian/copyright
  * Build in the build target

 -- Matthias Klumpp <mak@debian.org>  Tue, 12 Jul 2016 12:04:46 +0200

dub (0.9.24-2) unstable; urgency=medium

  * Tighten dependency on GDC
  * Fix build failure with Curl linked with --as-needed
    - Thanks to Matthias Klose for the patch! (Closes: #819569)

 -- Matthias Klumpp <mak@debian.org>  Thu, 31 Mar 2016 21:36:18 +0200

dub (0.9.24-1) unstable; urgency=medium

  * Initial release (Closes: #818482)

 -- Matthias Klumpp <mak@debian.org>  Sun, 20 Mar 2016 18:38:42 +0100