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 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518
|
libassuan (2.5.5-5) unstable; urgency=medium
[ Andreas Metzler ]
* Stop forcing gpg-error-config usage, fixing FTBFS. (Closes: #1022289)
[ Daniel Kahn Gillmor ]
* drop explicit dpkg dependency, part of essential
* reflow text description of win32 linker error patch to
avoid very-long-line-length-in-source-file
* lintian-overrides: rewrite for parameterized tags
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 01 Nov 2022 18:00:16 -0400
libassuan (2.5.5-4) unstable; urgency=medium
* drop disjunctive dependency on install-info (Closes: #1013825)
* Standards-Version: bump to 4.6.1 (no changes needed)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 30 Jun 2022 19:58:34 -0400
libassuan (2.5.5-3) unstable; urgency=medium
* tests: allow stderr for windows builds
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sat, 30 Apr 2022 14:22:49 -0400
libassuan (2.5.5-2) unstable; urgency=medium
* move to DEP-14 branch naming
* Add debian/upstream/metadata
* trim trailing whitespace
* wrap-and-sort -ast
* Standards-Version: drop patch level -- compliance is only relevant to x.y.z
* Only enable wine32 and wine64 tests on i386 and amd64 respectively
* d/libassuan-mingw-w64-dev.lintian-overrides: repair overrides
* d/copyright: clean up, trim down
* d/gbp.conf: filter out doc/assuan.info on next import, it gets regenerated
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sat, 30 Apr 2022 12:27:47 -0400
libassuan (2.5.5-1) unstable; urgency=medium
[ Andreas Metzler ]
* libassuan pkg-config requires libgpg-error > 1.33. - Tighten
(build-)dependencies.
* Fix CI error by linking test binary explicitly against libgpg-error.
Closes: #982170
[ Eric Dorland ]
* New upstream release
* debhelper to v13
* Standards-Version to 4.6.0.0
-- Eric Dorland <eric@debian.org> Thu, 19 Aug 2021 01:33:14 -0400
libassuan (2.5.4-1) unstable; urgency=medium
* New upstream release
* Update signing key from https://gnupg.org/signature_key.html
* Standards-Version to 4.5.1.0
* Drop upstreamed 0003-build-Use-CFLAGS-CPPFLAGS-LDFLAGS-_FOR_BUILD-for-hel.patch
-- Eric Dorland <eric@debian.org> Fri, 15 Jan 2021 23:40:32 -0500
libassuan (2.5.3-7.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/tests/build-windows: updated to fix testsuite flags being
incorrectly passed and to skip a test fail on arch arm64. Thanks
Gianfranco Costamagna. (Closes: #949664)
-- Filipi Souza <filipi.saci@gmail.com> Wed, 10 Jun 2020 06:57:10 -0300
libassuan (2.5.3-7) unstable; urgency=medium
* export CPPFLAGS_FOR_BUILD as well
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 17 Jul 2019 11:09:10 -0400
libassuan (2.5.3-6) unstable; urgency=medium
* libassuan-mingw-w64-dev is Multi-Arch: foreign (thanks, Multi-Arch hinter!)
* make d/tests/build-windows executable (thanks, LocutusOfBorg)
* d/tests/build-windows: export WINESERVER (see #932201)
* d/tests/build-windows: avoid stderr spew from wine initialization
* avoid build log hardening check warnings for helper programs
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 16 Jul 2019 14:02:45 -0400
libassuan (2.5.3-5) unstable; urgency=medium
* d/tests/build-windows: clean up
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 15 Jul 2019 18:36:06 -0400
libassuan (2.5.3-4) unstable; urgency=medium
* correct autopkgtest control
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 15 Jul 2019 13:25:20 -0400
libassuan (2.5.3-3) unstable; urgency=medium
* d/control: fix up Vcs-Git branch
* Standards-Version: bump to 4.4.0 (no changes needed)
* Development packages should depend on corresponding libgpg-error-dev
* libassuan-ming64-w64-dev now Recommends: mingw-w64
* d/tests/build: improve ordering for as-needed linkers
* d/tests/build-windows: add tests for exercising windows builds
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 15 Jul 2019 00:53:15 -0400
libassuan (2.5.3-2) unstable; urgency=medium
* release to unstable
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sun, 07 Jul 2019 21:36:39 -0400
libassuan (2.5.3-1) experimental; urgency=medium
* new upstream release (to experimental due to freeze)
* debian/tests/build: moar pedantry!
* tests/build: use gpgrt all the way down
* split out simple-build.c from debian/tests/build
* d/tests/simple-build.c: use even more gpgrt (no stdio)
* added signing key for NIIBE Yutaka (avoiding #925148)
* standards-version: bump to 4.3.0 (no changes needed)
* move to debhelper 12
* move to DEP-14 branch debian/experimental
* d/rules: debug symbol migration is complete
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 20 Mar 2019 09:53:25 -0400
libassuan (2.5.2-1) unstable; urgency=medium
* new upstream release
* use DEP-14 branch naming
* d/control: add Rules-Requires-Root: no
* refresh patches
* Re-export upstream signing key without extra signatures.
* Standards-Version: bump to 4.2.1 (no changes needed)
* added Build-Dependes-Package to libassuan0.symbols
* ensure that we ship everything upstream wants (or explicitly ignore it)
* initial simple "can i build?" autopkgtest
* ignore files we do not plan to ship
* ship libassuan.pc for pkg-config
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 14 Dec 2018 18:57:26 -0500
libassuan (2.5.1-2) unstable; urgency=medium
* convert to debhelper 11
* Standards-Version: bump to 4.1.3 (no changes needed)
* d/copyright: Format: use https
* use https for fetching upstream tarballs
* d/control: move Vcs to salsa
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 05 Feb 2018 20:32:01 -0500
libassuan (2.5.1-1) unstable; urgency=medium
[ Eric Dorland ]
* New upstream release
* debian/libassuan0.symbols: Add new assuan_sock_set_system_hooks symbol.
[ Daniel Kahn Gillmor ]
* d/changelog: remove trailing whitespace
* d/control: drop duplicate Priority
* Standards-Version: bump to 4.1.2 (no changes needed)
-- Eric Dorland <eric@debian.org> Sat, 09 Dec 2017 00:50:34 -0500
libassuan (2.4.5-1) unstable; urgency=medium
* New upstream release.
-- Eric Dorland <eric@debian.org> Sun, 03 Dec 2017 15:01:32 -0500
libassuan (2.4.4-1) unstable; urgency=medium
* New upstream release.
* debian/control: Mark libassuan-mingw-w64-dev as priority optional.
* debian/control: Standards-Version to 4.1.1.
* debian/patches/*: Refresh patches.
-- Eric Dorland <eric@debian.org> Sat, 25 Nov 2017 00:54:20 -0500
libassuan (2.4.3-3) unstable; urgency=medium
* debian/control, debian/rules: Drop unnecessary dh-autoreconf.
* debian/control: Standards-Version to 4.0.1, no changes.
-- Eric Dorland <eric@debian.org> Thu, 10 Aug 2017 18:28:33 -0400
libassuan (2.4.3-2) unstable; urgency=medium
* updated debian/watch
* wrap-and-sort -ast
* bump to debhelper 10
* clean up debian/copyright
* fix spelling in libassuan-config(1)
* clean up lintian overrides
* add all hardening rules
* avoid self-describing as a beta when build from revision control
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 16 Nov 2016 21:46:56 +0900
libassuan (2.4.3-1) unstable; urgency=medium
* New upstream release.
* bumped standards-version to 3.9.8 (no changes needed)
* fix spelling error (thanks, lintian!)
* clean up URLs in debian/control
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 15 Jul 2016 02:00:30 +0200
libassuan (2.4.2-3) unstable; urgency=medium
* add new libassuan-mingw-w64-dev targeting cross-building for Windows
platforms.
* bumped standards-version to 3.9.7 (no changes needed)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 16 Feb 2016 17:36:26 -0500
libassuan (2.4.2-2) unstable; urgency=medium
* debian/control, debian/rules: Drop libassuan0-dbg in favor of -dbgsym
package.
* debian/control: Standards-Version to 3.9.6.1.
-- Eric Dorland <eric@debian.org> Tue, 29 Dec 2015 03:53:12 -0500
libassuan (2.4.2-1) unstable; urgency=medium
* New upstream release.
* debian/control: Tighten build dependency on libgpg-error-dev.
-- Eric Dorland <eric@debian.org> Fri, 04 Dec 2015 13:52:17 -0500
libassuan (2.4.1-1) unstable; urgency=medium
* New upstream release.
-- Eric Dorland <eric@debian.org> Wed, 02 Dec 2015 01:08:04 -0500
libassuan (2.4.0-1) unstable; urgency=medium
* New upstream release.
* debian/libassuan0.symbols: Add new assuan_sock_connect_byname symbol.
-- Eric Dorland <eric@debian.org> Thu, 12 Nov 2015 11:03:13 -0500
libassuan (2.3.0-1) unstable; urgency=medium
* New upstream release.
* added myself to uploaders
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 08 Sep 2015 01:42:24 -0400
libassuan (2.2.1-1) unstable; urgency=medium
* New upstream release.
* debian/gbp.conf: Use upstream-vcs-tag.
* debian/copyright: Fix non-unique license.
-- Eric Dorland <eric@debian.org> Fri, 22 May 2015 01:32:11 -0400
libassuan (2.2.0-2) unstable; urgency=medium
* debian/control: Standards version to 3.9.6.
* debian/copyright: Update to DEP5 format.
-- Eric Dorland <eric@debian.org> Tue, 05 May 2015 17:20:58 -0400
libassuan (2.2.0-1) experimental; urgency=medium
* New upstream release.
* debian/libassuan0.symbols: Add new 2.2.0 symbol.
*
debian/patches/0001-Use-the-debian-changelog-timestamp-for-BUILD_TIMESTA.patch:
Patch to use the debian/changelog date for BUILD_TIMESTAMP to make
build reproducible.
-- Eric Dorland <eric@debian.org> Mon, 16 Feb 2015 19:15:21 -0500
libassuan (2.1.2-2) unstable; urgency=medium
* debian/control: Switch maintainer to Debian GnuPG-Maintainers.
* debian/control: Move to new pkg-gnupg git repository.
* Run wrap-and-sort on debian directory. Thanks dkg for showing me this
tool.
* debian/gbp.conf: Add git-buildpackage config and turn on pristine-tar.
-- Eric Dorland <eric@debian.org> Sat, 30 Aug 2014 21:52:31 -0400
libassuan (2.1.2-1) unstable; urgency=medium
* New upstream release.
-- Eric Dorland <eric@debian.org> Sat, 23 Aug 2014 22:38:46 -0400
libassuan (2.1.1-2) unstable; urgency=low
* debian/control: Canonicalize Vcs-Browser field.
* debian/watch, debian/upstream/signing-key.asc: Add upstream signing
key for the watch file.
* debian/control: Fix descriptions to be more descriptive.
* debian/control: Upgrade Standards-Version to 3.9.5.
* debian/control, debian/rules: Use dh-autoreconf. (Closes: #752025)
-- Eric Dorland <eric@debian.org> Sat, 23 Aug 2014 22:26:58 -0400
libassuan (2.1.1-1) unstable; urgency=low
* New upstream release.
* debian/control: Fix Vcs-Git to point at the right location.
-- Eric Dorland <eric@debian.org> Sat, 27 Jul 2013 16:08:49 -0400
libassuan (2.1.0-1) unstable; urgency=low
* New upstream release.
* debian/control: Depend on version 9 or later for debhelper.
* debian/control: Update Standards-Version to 3.9.4.
* debian/control, debian/rules: Use autotools-dev to update autotools
helper files.
* debian/libassuan0.symbols: Add new symbols in 2.1.0.
-- Eric Dorland <eric@debian.org> Mon, 06 May 2013 13:34:00 -0400
libassuan (2.0.3-1) unstable; urgency=low
* New upstream release.
* debian/rules, debian/control: Drop hardening-wrapper, now that we have
dpkg-buildflags.
-- Eric Dorland <eric@debian.org> Sat, 04 Feb 2012 20:52:51 -0500
libassuan (2.0.2-1) unstable; urgency=low
* New upstream release.
* debian/compat, debian/control: Update to debhelper v9.
* debian/control, debian/libassuan0.install,
debian/libassuan-dev.install: Add Multi-Arch support.
* debian/libassuan0.symbols: Add new symbols for 2.0.2.
* debian/control: Upgrade Standards-Version to 3.9.2.
-- Eric Dorland <eric@debian.org> Tue, 05 Jul 2011 02:06:16 -0400
libassuan (2.0.1-3) unstable; urgency=low
* debian/rules, debian/libassuan-dev.install: Build static libraries and
install them in the -dev package.
* debian/rules, debian/control: Add -dbg package.
-- Eric Dorland <eric@debian.org> Mon, 14 Feb 2011 04:01:41 -0500
libassuan (2.0.1-2) unstable; urgency=low
* debian/control:
- Upgrade Standards-Version to 3.9.1.
- Add ${misc:Depends} to package Depends.
- Add dependency on dpkg (>= 1.15.4) | install-info for info file.
* debian/libassuan0.symbols: Add a symbols file.
* debian/libassuan-dev.doc-base: Set Section to Programming/C.
-- Eric Dorland <eric@debian.org> Sat, 12 Feb 2011 02:20:15 -0500
libassuan (2.0.1-1) unstable; urgency=low
* New upstream release. (Closes: #568669)
* debian/compat, debian/control, debian/rules: Convert to debhelper 8,
drop cdbs.
* debian/control:
- Add Build Depends on libgpg-error-dev.
- Drop Build Depends on libpth-dev.
- Make libassuan0's section libs.
* debian/control, debian/libassuan-dev.install,
debian/libassuan0.install: New binary package libassuan0 since
libassuan is now built as a shared lib.
* debian/control, debian/rules: Build with hardening-wrapper.
* debian/source/format: Use 3.0 (quilt) source format.
-- Eric Dorland <eric@debian.org> Sat, 12 Feb 2011 01:12:18 -0500
libassuan (1.0.5-1) unstable; urgency=low
* New upstream release.
* debian/control: Standards-Version to 3.8.0.1.
-- Eric Dorland <eric@debian.org> Mon, 16 Jun 2008 02:38:31 -0400
libassuan (1.0.4-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Update Standards-Version to 3.7.3.0.
- Add Vcs-* and Homepage headers.
* debian/watch: Force passive ftp, since ftp.gnupg.org seems unhappy
with active. (Closes: #456478)
-- Eric Dorland <eric@debian.org> Mon, 17 Dec 2007 01:29:48 -0500
libassuan (1.0.3-1) unstable; urgency=low
* New upstream release.
* debian/copyright:
- Add forgotten Copyright line.
- Fix license to be LGPL 2.1 again, as upstream reverted the license change.
-- Eric Dorland <eric@debian.org> Wed, 29 Aug 2007 02:49:19 -0400
libassuan (1.0.2-1) unstable; urgency=low
* New upstream release.
* debian/watch: No more tar.gz, hello tar.bz2.
* debian/copyright: Indicate now licensed under the LGPL3.
-- Eric Dorland <eric@debian.org> Sun, 08 Jul 2007 18:15:31 -0400
libassuan (1.0.1-1) unstable; urgency=low
* New upstream release.
-- Eric Dorland <eric@debian.org> Sat, 9 Dec 2006 20:26:24 -0500
libassuan (1.0.0-1) unstable; urgency=medium
* New upstream release.
* debian/watch: Update ftp location.
* debian/control: Standards-Version to 3.7.2.2.
-- Eric Dorland <eric@debian.org> Thu, 2 Nov 2006 14:25:42 -0500
libassuan (0.9.3-1) unstable; urgency=medium
* New upstream release.
* debian/control: Add depends and build depends on libpth-dev.
-- Eric Dorland <eric@debian.org> Sat, 14 Oct 2006 17:05:06 -0400
libassuan (0.6.10-2) unstable; urgency=low
* debian/watch: Add watch file.
* debian/control:
- Upgrade Standards-Version to 3.7.2.1.
-- Eric Dorland <eric@debian.org> Sun, 23 Jul 2006 01:49:49 -0400
libassuan (0.6.10-1) unstable; urgency=low
* New upstream release.
-- Eric Dorland <eric@debian.org> Wed, 20 Jul 2005 23:59:49 -0400
libassuan (0.6.9-2) unstable; urgency=medium
* The "I'm a dumbass" release.
* debian/libassuan-dev.doc-base: Remove empty line that's confusing
doc-base. (Closes: #292248)
-- Eric Dorland <eric@debian.org> Tue, 25 Jan 2005 19:07:35 -0500
libassuan (0.6.9-1) unstable; urgency=medium
* The "Matthias Urlichs needs to relax" release :)
* New upstream release. (Closes: #292063)
* debian/libassuan-dev.doc-base: Add the info docs to doc-base.
-- Eric Dorland <eric@debian.org> Mon, 24 Jan 2005 23:19:35 -0500
libassuan (0.6.8-1) unstable; urgency=low
* New upstream release. (Closes: #286073)
* debian/control: Build depend on debhelper >= 4.1, since this is
necessary for cdbs.
-- Eric Dorland <eric@debian.org> Sat, 18 Dec 2004 17:52:32 -0500
libassuan (0.6.7-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Replace it's for its. (Closes: #268520)
- Add a missing "is". (Closes: #277226)
-- Eric Dorland <eric@debian.org> Wed, 20 Oct 2004 00:02:56 -0400
libassuan (0.6.6-1) unstable; urgency=low
* New upstream release.
-- Eric Dorland <eric@debian.org> Wed, 21 Jul 2004 20:51:25 -0400
libassuan (0.6.5-1) unstable; urgency=low
* New upstream release. (Closes: #248608)
-- Eric Dorland <eric@debian.org> Wed, 12 May 2004 21:08:59 -0400
libassuan (0.6.4-2) unstable; urgency=low
* debian/rules: Add -fPIC to the CFLAGS since this needs to be PIC to
work with opensc.
-- Eric Dorland <eric@debian.org> Sat, 27 Mar 2004 16:40:30 -0500
libassuan (0.6.4-1) unstable; urgency=low
* New upstream release. (Closes: #238482)
-- Eric Dorland <eric@debian.org> Sat, 20 Mar 2004 01:20:00 -0500
libassuan (0.6.2-1) unstable; urgency=low
* Initial release.
-- Eric Dorland <eric@debian.org> Fri, 12 Sep 2003 00:26:59 -0400
|