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 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
|
iwyu (8.23-1) unstable; urgency=medium
* New upstream release
* Update of standard version to 4.7
* Update llvm/clang from 18 to 19
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 14 Nov 2024 13:53:02 +0100
iwyu (8.22-1) unstable; urgency=medium
* New upstream release
* Update llvm/clang from 17 to 18
* Remove empty debian/patches/series.
* Fix build-depends-on-obsolete-package Build-Depends:
libncurses5-dev => libncurses-dev
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 23 Apr 2024 21:54:22 +0200
iwyu (8.21-1) unstable; urgency=low
Remove patches GlobalSourceManager.patch, PrintableStmt.patch that are missing from debian/patches/series.
* new upstream release
* Remove old Build-Conflicts
* upgrade to llvm/clang 17
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 06 Jan 2024 20:21:18 +0100
iwyu (8.19-1) unstable; urgency=medium
* New upstream release
* Update llvm/clang from 14 to 15
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Nov 2022 22:58:13 +0100
iwyu (8.18-2) unstable; urgency=medium
* Build using release.
Thanks to Steven Trabert
(Closes: #1016949)
* Force the usage of clang-14 (Closes: #1014003, #1010495, #1003487)
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 10 Aug 2022 22:36:00 +0200
iwyu (8.18-1) unstable; urgency=medium
* New upstream release
* Update llvm/clang from 13 to 14
* Bump debhelper from old 12 to 13.
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 08 Apr 2022 13:05:36 +0200
iwyu (8.17-1) unstable; urgency=medium
* New upstream release
* Update llvm/clang from 12 to 13
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 09 Dec 2021 13:25:46 +0100
iwyu (8.16-1) unstable; urgency=medium
* New upstream release
* Update llvm/clang from 11 to 12
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 20 Jun 2021 18:51:18 +0200
iwyu (8.15-2) unstable; urgency=medium
* Do not fail the testsuite on some arch (only a test is failing)
(Closes: #981061)
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 03 Feb 2021 09:15:49 +0100
iwyu (8.15-1) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
[ Sylvestre Ledru ]
* New upstream release 0.15
* Move to clang-11 (Closes: #974814)
* Add clang-{11,12} in the depends
* Upstream updated their versioning on github. it was called
clang_8.0, it is now 0.14; Called this version 8.14 as we cannot
go back to 0.14. Update watch
* Update watch file format version to 4.
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 26 Nov 2020 15:39:04 +0100
iwyu (8.0-3) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Use secure URI in Homepage field.
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Repository, Repository-Browse.
* Rely on pre-initialized dpkg-architecture variables.
[ Sylvestre Ledru ]
* Move to llvm/clang 9 (instead of 8)
* Move dep to python 3 (Closes: #945688)
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 01 Jan 2020 13:51:01 +0100
iwyu (8.0-2) unstable; urgency=medium
* Cherry-pick the upstream patch to address
the struct issue (Closes: #929492)
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Nov 2019 11:52:50 +0100
iwyu (8.0-1) unstable; urgency=medium
* Upload to unstable
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Jul 2019 09:58:08 +0200
iwyu (8.0-1~exp1) experimental; urgency=medium
* New upstream release
* Uses clang-8
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 28 Apr 2019 11:24:24 +0200
iwyu (7.0-3) unstable; urgency=medium
* Link against latomic on armhf to workaround a FTBFS
Thanks to Adrian Bunk (Closes: #918060)
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Jan 2019 16:01:39 +0100
iwyu (7.0-2) unstable; urgency=medium
* chrpath -d was enough to be able to remove my bad workaround
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 27 Dec 2018 12:12:15 +0100
iwyu (7.0-1) unstable; urgency=medium
* New upstream release
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 27 Dec 2018 11:22:19 +0100
iwyu (6.0-2) unstable; urgency=medium
* Switch to llvm/clang 7
- debian/patches/clang-7-build.diff needed
* Standards-Version updated to 4.2.1
* Fix space-in-std-shortname-in-dep5-copyright
* Also ship a manpage for iwyu_tool
* Refresh manpage for fix_include
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 23 Sep 2018 22:12:33 +0100
iwyu (6.0-1) unstable; urgency=medium
* New upstream release
- Switched to llvm/clang 6
* Package moved to salsa & git
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Apr 2018 10:20:19 +0200
iwyu (5.0-1) unstable; urgency=medium
* New upstream release
* Switch to llvm/clang 5
* Add clang-7 as part of the options
* Standards-Version updated to 4.1.3
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 07 Feb 2018 20:56:47 +0100
iwyu (4.0-2) unstable; urgency=medium
* Cleanup the list of dependencies to add clang and remove
old clang versionc
* Standards-Version updated to 4.1.1
* fix priority-extra-is-replaced-by-priority-optional
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 21 Nov 2017 12:03:26 +0100
iwyu (4.0-1) unstable; urgency=medium
* New upstream release
* Standards-Version updated to 4.0.0
* bump llvm deps to 4.0
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Aug 2017 11:10:20 +0200
iwyu (3.9-2) unstable; urgency=medium
* Rebuild to manage clang 3.9.1 (Closes: #849402)
yes, this needs to be properly fixed and managed at runtime
* Remove usr/bin/fix_includes.py to fix script-with-language-extension
(was already shipped under fix_includes anyway)
* Rename usr/bin/iwyu_tool.py to usr/bin/iwyu_tool
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 26 Dec 2016 18:49:23 +0100
iwyu (3.9-1) unstable; urgency=medium
* New upstream release
(Closes: #828734)
* Fix FTBFS on mips64el (Closes: #775435)
Thanks to James Cowgill
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 10 Nov 2016 12:49:29 +0100
iwyu (3.8-1) unstable; urgency=medium
* New upstream release
* Switch to clang 3.8
* Standards-Version to 3.9.8
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 25 Jun 2016 20:16:19 +0200
iwyu (3.7-1) unstable; urgency=medium
* New upstream release
* Remove old dep from the list (clang-3.3 | clang-3.4)
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 26 Dec 2015 23:56:01 +0100
iwyu (3.6-2) unstable; urgency=medium
* Fix the FTBFS under kfreebsd
Thanks to Steven Chamberlain for the patch
(Closes: #794563)
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 08 Sep 2015 08:48:51 +0200
iwyu (3.6-1) unstable; urgency=low
* Team upload (Sylvestre prepared the upload)
* New upstream release (Closes: #795499)
-- Michael Vogt <mvo@debian.org> Fri, 14 Aug 2015 20:00:47 +0200
ciwyu (3.5-1) unstable; urgency=medium
* Upload to unstable
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 16 Jun 2015 11:14:00 +0200
iwyu (3.5-1~exp1) experimental; urgency=medium
* New upstream release
* Switch to llvm/clang 3.5
* Standards-Version updated to 3.9.6
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 30 Dec 2014 14:32:11 +0100
iwyu (3.4-1) unstable; urgency=medium
* New upstream release
* Add libncurses5-dev as a build deps
* Add a watch file
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 May 2014 17:11:05 +0200
iwyu (3.3-4) unstable; urgency=medium
* Make iwyu co-installable with clang 3.5 (Closes: #734900)
* Standards-Version updated to 3.9.5
* Switch the default clang to 3.4
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 15 Jan 2014 10:14:58 +0100
iwyu (3.3-3) unstable; urgency=low
* Remove the trailing debian/ from debian/control
* Also ship fix_include in iwyu. It applies the changes (Closes: #728590)
* Fix the clean of the package
* Remove the "SEE ALSO" section from the manpage (Closes: #722225)
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 04 Nov 2013 09:02:17 +0100
iwyu (3.3-2) unstable; urgency=low
* clang is a mandatory dependency (Closes: #722132)
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Sep 2013 12:33:59 +0200
iwyu (3.3-1) unstable; urgency=low
* Initial release (Closes: #721267)
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Aug 2013 17:16:23 +0200
|