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 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561
|
bup (0.33.7-1~deb12u1) bookworm; urgency=medium
* Upstream versions 0.33.3, 0.33.4, 0.33.5, 0.33.6, and 0.33.7 from bup's
stable update branch with various fixes for bugs that affect bookworm.
-- Robert Edmonds <edmonds@debian.org> Sat, 01 Feb 2025 21:59:10 -0500
bup (0.33.7-1) unstable; urgency=medium
* New upstream versions 0.33.6, 0.33.7
* debian/docs: Include upstream release note '0.33.6-from-0.33.5.md'
* debian/docs: Include upstream release note '0.33.7-from-0.33.6.md'
-- Robert Edmonds <edmonds@debian.org> Sat, 11 Jan 2025 16:41:56 -0500
bup (0.33.6~git20241212-1) unstable; urgency=medium
[ Rob Browning ]
* debian/rules: Generate checkout info prior to dh_auto_configure
[ Robert Edmonds ]
* New upstream git snapshot of commit 3cd11d3840b0714820ca5fc540115a339d1ee7fa
due to call for testing
* debian/docs: Include upstream release note '0.33.5-from-0.33.4.md'
* Revert "debian/rules: Relocate bup-config.5 to the correct manpage
directory" (fixed upstream)
-- Robert Edmonds <edmonds@debian.org> Sat, 14 Dec 2024 22:24:03 -0500
bup (0.33.5-1) unstable; urgency=medium
* New upstream version 0.33.5
- Bug fixes for "three issues that could cause a repository to end up
with trees that had dangling references, i.e. missing files, parts of
files, subtrees, etc." if the "bup gc" command is utilized.
(Closes: #1086123)
* debian/rules: Relocate bup-config.5 to the correct manpage directory
-- Robert Edmonds <edmonds@debian.org> Wed, 11 Dec 2024 23:38:00 -0500
bup (0.33.4-1) unstable; urgency=medium
* New upstream version 0.33.4
- "configure.inc: fix main() prototype and other (now) invalid test code"
(Closes: #1074858)
* debian/docs: Include upstream release note '0.33.4-from-0.33.3.md'
-- Robert Edmonds <edmonds@debian.org> Sun, 29 Sep 2024 15:41:36 -0400
bup (0.33.3-1) unstable; urgency=medium
* New upstream version 0.33.3
- "fuse: don't filter output when backgrounding" (Closes: #1050040)
- "test-help: fix dependency on C locale with current pandoc" (Closes:
#1042250)
* debian/docs: Include upstream release note '0.33.3-from-0.33.2.md'
-- Robert Edmonds <edmonds@debian.org> Sat, 27 Jan 2024 00:12:36 -0500
bup (0.33.2-1~deb12u1) bookworm; urgency=medium
* Upstream version 0.33.2, with a fix for a problem that can cause POSIX.1e
ACLs to be restored incorrectly.
-- Robert Edmonds <edmonds@debian.org> Sat, 08 Jul 2023 16:11:59 -0400
bup (0.33.2-1) unstable; urgency=medium
[ Rob Browning ]
* 0.33.2
- Update base_version for 0.33.2 development
- correct_posix1e_v1_delimiters: provide path for error messages
(Closes: #1039089)
- Update docs for 0.33.2 release
- Update base_version for 0.33.2 release
[ Robert Edmonds ]
* New upstream version 0.33.2
* debian/docs: Include upstream release note '0.33.2-from-0.33.1.md'
-- Robert Edmonds <edmonds@debian.org> Sat, 01 Jul 2023 18:51:02 -0400
bup (0.33.1-1) unstable; urgency=medium
[ Rob Browning ]
* 0.33.1
- conftest.py: switch to Path to support pytest 7+
- conftest.py: restore support for pytest < 7
- configure: handle relative MAKE paths
- test_get: remove vestigial debug messages
- configure: allow and prefer python3.11-config; ignore 3.6
- buptest init: get quote from shlex not pipes
- test-comparative-split-join: accommodate varying HEAD names
- cirrus: move to freebsd 12.4 to fix rsync-related test failures
- compare-trees: add --features and disallow args with it and -h
- Restore posix1e default acls as default, not access; improve tests
- Fix ACL metadata format; delimit short form entries with commas
- Update docs for 0.33.1 release
- Update base_version for 0.33.1 release
[ Robert Edmonds ]
* New upstream version 0.33.1 (Closes: #1038609)
* debian/docs: Include upstream release note '0.33.1-from-0.33.md'
-- Robert Edmonds <edmonds@debian.org> Sun, 18 Jun 2023 19:57:44 -0400
bup (0.33-2) unstable; urgency=medium
* Upload to unstable.
-- Robert Edmonds <edmonds@debian.org> Mon, 26 Dec 2022 22:27:53 -0500
bup (0.33-1) experimental; urgency=medium
[ Rob Browning ]
* debian/watch: releases is broken; switch to git mode
* Make some initial changes for 0.33
[ Robert Edmonds ]
* New upstream version 0.33
* debian/rules: Use DEB_CFLAGS_MAINT_APPEND to pass -Wno-error to
./configure
* Revert "rules: override dh_auto_clean, rm files from configure."
* debian/control: Bump Standards-Version to 4.6.2 (no changes)
* debian/control: Remove version constraint for pandoc dependencies
(o-o-stable has 1.17.2~dfsg-3)
* debian/control: Set "Rules-Requires-Root: binary-targets"
* debian/rules: Set DEB_BUILD_MAINT_OPTIONS to enable 'hardening=+all'
* debian/bup.lintian-overrides: Override no-manual-page usr/bin/bup
* debian/bup-doc.lintian-overrides: Override spare-manual-page
* debian/control: Add Vcs-Git, Vcs-Browser for new salsa repository
* debian/README.source: Remove collab-maint note, add note about Debian
branches
-- Robert Edmonds <edmonds@debian.org> Thu, 22 Dec 2022 20:04:49 -0500
bup (0.32-3) unstable; urgency=medium
* debian/watch: Add watch file
* debian/control: Drop python3-pytest-xdist build dependency (don't run
tests in parallel)
-- Robert Edmonds <edmonds@debian.org> Sat, 06 Feb 2021 15:18:16 -0500
bup (0.32-2) unstable; urgency=medium
* Upload to unstable.
-- Robert Edmonds <edmonds@debian.org> Sun, 31 Jan 2021 16:04:39 -0500
bup (0.32-1) experimental; urgency=medium
* New upstream version 0.32
-- Robert Edmonds <edmonds@debian.org> Sat, 30 Jan 2021 21:50:17 -0500
bup (0.32~git20201223-1) experimental; urgency=medium
* New upstream git snapshot of commit
b8e90ee2882c7b93d6c8c8fb1ef4cc6ed00aa2b3 due to call for testing
* debian/control: Add new build dependencies python3-pytest,
python3-pytest-xdist
-- Robert Edmonds <edmonds@debian.org> Mon, 28 Dec 2020 21:10:27 -0500
bup (0.31-2) unstable; urgency=medium
* lib/bup/_helpers.c: Disable the code that calls Py_GetArgcArgv()
(Closes: #972763)
-- Robert Edmonds <edmonds@debian.org> Sat, 31 Oct 2020 15:26:24 -0400
bup (0.31-1) unstable; urgency=medium
* New upstream version 0.31 (Closes: #961447)
-- Robert Edmonds <edmonds@debian.org> Sun, 23 Aug 2020 19:51:37 -0400
bup (0.31~git20200814-1) experimental; urgency=medium
* New upstream git snapshot of commit
3d243e3af895031e4a51113df9b7c51e09792347
-- Robert Edmonds <edmonds@debian.org> Fri, 14 Aug 2020 23:10:19 -0400
bup (0.31~git20200809-1) experimental; urgency=medium
* New upstream git snapshot of commit
07f74364b1854810f814e81e73822f35b7677318
* debian/control: Update bup package's Recommends: python3-fuse,
python3-tornado
-- Robert Edmonds <edmonds@debian.org> Sun, 09 Aug 2020 15:23:24 -0400
bup (0.31~git20200808-1) experimental; urgency=medium
* New upstream git snapshot of commit
ba836360f66ed046be1af98904a36a4ce862ca62
* debian/rules: Exclude py2raise.py from byte-compilation; it is not
syntactically valid Python 3
* debian/control: Bump Standards-Version to 4.5.0 (no changes)
* debian/: Bump debhelper compat level to 13
-- Robert Edmonds <edmonds@debian.org> Sat, 08 Aug 2020 21:28:59 -0400
bup (0.31~git20200728-1) experimental; urgency=medium
* New upstream git snapshot due to call for testing
* debian/: Remove debian/gen_version_py.sh due to upstream changes
* debian/: Update dependencies and build rules for python3
(Closes: #936251, #966723)
* debian/control: Add additional build dependencies acl, libacl1-dev,
libreadline-dev
* debian/: Generate lib/bup/source_info.py
* dev/install-python-script: Use Python 3
-- Robert Edmonds <edmonds@debian.org> Wed, 05 Aug 2020 02:39:00 -0400
bup (0.29.3-2) unstable; urgency=medium
* Upload to unstable.
-- Robert Edmonds <edmonds@debian.org> Mon, 26 Aug 2019 11:24:25 -0400
bup (0.29.3-1) experimental; urgency=medium
* New upstream version 0.29.3
-- Robert Edmonds <edmonds@debian.org> Sun, 25 Aug 2019 23:37:44 -0400
bup (0.29.2-1) experimental; urgency=medium
* New upstream version 0.29.2
- Contains test suite fix for newer versions of git. (Closes: #879213)
* debian/control: Remove Vcs-Browser, Vcs-Git fields pointing to
anonscm.debian.org
* debian/control: Change package priority from extra to optional
* debian/control: Mark bup-doc as "Multi-Arch: foreign"
-- Robert Edmonds <edmonds@debian.org> Sat, 17 Aug 2019 17:34:47 -0400
bup (0.29-3) unstable; urgency=medium
[ Tim Riemenschneider ]
* Safeguard against deleting new pack-file (f.e. with threshold=0)
(Closes: #859295)
-- Robert Edmonds <edmonds@debian.org> Sat, 01 Apr 2017 14:38:19 -0400
bup (0.29-2) unstable; urgency=medium
[ James Cowgill ]
* Build-Depend on tzdata to fix FTBFS. (Closes: #839498)
[ Robert Edmonds ]
* debian/changelog: Acknowledge 0.28.1-1.1 NMU
-- Robert Edmonds <edmonds@debian.org> Sun, 01 Jan 2017 14:42:37 -0500
bup (0.29-1) unstable; urgency=medium
* New upstream version 0.29
* debian/control: Upgrade Vcs-Git URL from git:// to https://
* debian/control: Bump Standards-Version to 3.9.8 (no changes)
-- Robert Edmonds <edmonds@debian.org> Thu, 29 Dec 2016 16:08:15 -0500
bup (0.29~rc1-1) experimental; urgency=medium
[ Rob Browning ]
* test-prune-older: set test git author/committer
[ Robert Edmonds ]
* New upstream version 0.29-rc1
-- Robert Edmonds <edmonds@debian.org> Sat, 24 Dec 2016 14:13:27 -0500
bup (0.28.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Build-Depend on tzdata to fix FTBFS. (Closes: #839498)
-- James Cowgill <jcowgill@debian.org> Thu, 27 Oct 2016 15:22:29 +0100
bup (0.28.1-1) unstable; urgency=medium
* New upstream version 0.28.1
* debian/rules: Generate our own /usr/lib/bup/bup/_release.py
* cmd/version-cmd.py: Disable regex test for tag names
-- Robert Edmonds <edmonds@debian.org> Sun, 02 Oct 2016 17:22:52 -0400
bup (0.28~rc3-1) experimental; urgency=medium
* New upstream release.
-- Robert Edmonds <edmonds@debian.org> Sat, 21 May 2016 23:49:48 -0400
bup (0.27.1-1) unstable; urgency=medium
* New upstream release.
* Upload to unstable.
-- Robert Edmonds <edmonds@debian.org> Wed, 18 May 2016 23:00:17 -0400
bup (0.27.1~rc2-2) experimental; urgency=medium
* Cherry pick 'test_server_split_with_indexes: close packwriter' from
upstream master.
-- Robert Edmonds <edmonds@debian.org> Sun, 15 May 2016 13:39:26 -0400
bup (0.27.1~rc2-1) experimental; urgency=medium
* New upstream release.
-- Robert Edmonds <edmonds@debian.org> Sat, 14 May 2016 18:48:46 -0400
bup (0.27-2) unstable; urgency=medium
[ Chris Lamb ]
* debian/gen_version_py.sh: Make the build reproducible (Closes: #792673)
[ Robert Edmonds ]
* debian/gbp.conf: Add [dch] section
* debian/gbp.conf: Move 'debian-branch' setting into [DEFAULT] section
* debian/: Run "wrap-and-sort -sbt"
* debian/control: Update Vcs-Browser
* debian/control: Add dh-python to Build-Depends
-- Robert Edmonds <edmonds@debian.org> Sat, 19 Dec 2015 15:16:57 -0500
bup (0.27-1) unstable; urgency=medium
* New upstream release. (Closes: #787098)
* Cherry-pick upstream commit cd09571851cd2c1e6e9c7b8195c0bc72ac31ae6a
("Update definition lists for pandoc 1.13").
* Upload to unstable.
-- Robert Edmonds <edmonds@debian.org> Sat, 13 Jun 2015 17:11:02 -0400
bup (0.27~rc4-1) experimental; urgency=medium
* New upstream release.
-- Robert Edmonds <edmonds@debian.org> Sun, 29 Mar 2015 21:12:30 -0400
bup (0.27~rc3-1) experimental; urgency=medium
* New upstream release.
-- Robert Edmonds <edmonds@debian.org> Sat, 14 Mar 2015 15:41:36 -0400
bup (0.26-1) unstable; urgency=medium
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Sat, 23 Aug 2014 08:26:03 -0700
bup (0.26~rc1-1) experimental; urgency=medium
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Wed, 28 May 2014 18:57:12 -0400
bup (0.25-1) unstable; urgency=medium
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Mon, 16 Dec 2013 11:55:58 -0500
bup (0.25~rc5-1) unstable; urgency=medium
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Tue, 10 Dec 2013 14:42:47 -0500
bup (0.25~rc4-1) unstable; urgency=low
* New upstream release.
* Increase debhelper compat level to 9.
* Re-enable python-pylibacl on non-Linux architectures;
tentatively closes: #726727.
-- Robert S. Edmonds <edmonds@debian.org> Fri, 15 Nov 2013 14:31:34 -0500
bup (0.25~rc3-1) unstable; urgency=low
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Tue, 24 Sep 2013 19:08:12 -0400
bup (0.25~rc2-3) unstable; urgency=low
* Build-Depend and Depend on python-pylibacl and python-pyxattr only on
linux-any.
* Build-Depend and Depend on par2 only on !hurd-i386.
* Add Build-Depends-Indep on pandoc-data due to pandoc/pandoc-data binary
package split.
-- Robert S. Edmonds <edmonds@debian.org> Sun, 01 Sep 2013 14:40:26 -0400
bup (0.25~rc2-2) unstable; urgency=low
* Fold bup-fuse and bup-web back into the main 'bup' package at the
suggestion of the Debian FTP Masters.
* Demote the Depends on python-fuse (for 'bup fuse') and python-tornado
(for 'bup web') to Recommends, since these scripts have import guards
and will print a proper error message if these packages aren't installed.
-- Robert S. Edmonds <edmonds@debian.org> Sat, 10 Aug 2013 17:13:36 -0400
bup (0.25~rc2-1) unstable; urgency=low
* New upstream release.
* New binary packages:
- bup-doc
- bup-fuse
- bup-web
* Add dependency on python-pylibacl, python-pyxattr, in order to backup
file metadata.
* Promote dependency on par2 from Recommends to Depends.
-- Robert S. Edmonds <edmonds@debian.org> Thu, 08 Aug 2013 22:00:57 -0400
bup (0.25~git20130505-1) unstable; urgency=low
* Upload to unstable.
* Merge upstream commit 6cf3688.
* Push Debian source package changes to git.debian.org; closes: #704908.
* Don't build docs on mips; closes: #704910.
-- Robert S. Edmonds <edmonds@debian.org> Mon, 06 May 2013 15:35:00 -0400
bup (0.25~git20130303-1) experimental; urgency=low
* New maintainer; closes: #699163.
* Merge upstream commit 7e9005e.
* Convert from python-support to dh_python2.
-- Robert S. Edmonds <edmonds@debian.org> Sun, 03 Mar 2013 19:43:36 -0500
bup (0.25~git2011.11.04-6) experimental; urgency=low
* Add --parallel to dh* calls to support parallel building.
* Depend upon python-pyxattr and python-pylibacl so that "bup
meta" works. Thanks Sascha Silbe. Closes: #692009.
-- Jon Dowland <jmtd@debian.org> Tue, 06 Nov 2012 22:50:59 +0000
bup (0.25~git2011.11.04-5) unstable; urgency=low
* Add 0.22a-1 changelog entry to this file. Remove changelog
entry for 0.21-1 which was never uploaded. Closes: #665650.
* The experimental upload appears to have worked!
Closes: #664185, #668997.
-- Jon Dowland <jmtd@debian.org> Fri, 25 May 2012 11:55:14 +0100
bup (0.25~git2011.11.04-4) experimental; urgency=low
* Bump standards version.
* Skip 'make test' on s390 to avoid FTBFS. This might
resolve #664185.
* Adjust two 'asserts' to be side-effect free, so that
users could run with PYTHONOPTIMIZE adjusted. This might
resolve #668997.
-- Jon Dowland <jmtd@debian.org> Thu, 24 May 2012 09:43:28 +0100
bup (0.25~git2011.11.04-3) unstable; urgency=low
* Add two patches from Gonéri Le Bouder to fix building
on KFreeBSD. Boy, we have a lot of build failures.
Thanks Gonéri! Closes: #651104.
-- Jon Dowland <jmtd@debian.org> Wed, 11 Jan 2012 21:34:48 +0000
bup (0.25~git2011.11.04-2) unstable; urgency=low
* Add bloom-unaligned-bufs to the series file. Oops!
Thanks Jakub Wilk. Closes: #641488.
-- Jon Dowland <jmtd@debian.org> Tue, 03 Jan 2012 20:48:36 +0000
bup (0.25~git2011.11.04-1) unstable; urgency=low
[ Teemu Ikonen ]
* New upstream version.
* Add a proper patch 'no-werror' for the previous NMU, fixing FTBFS
(closes: #643060).
* Refresh patches 'mangle-version' and 'excise-tornado' to work
with the new upstream version.
* rules:
- override dh_auto_configure: Call ./configure without arguments.
- override dh_auto_clean: Remove files generated by configure.
[ Jon Dowland ]
* We've merged upstream commit 8953dc8 (a couple ahead of bup-0.25-rc1)
* Acknowledge NMU. Thanks Julien Cristau!
* Don't use pandoc on architectures where it's missing.
Thanks Julien Cristau. Closes: #641637.
* New package should fix python dependency. Closes: #649351.
* Fix an unaligned-access problem which caused FTBFS on SPARC.
Thanks once again Julien Cristau. Closes: #641488.
-- Jon Dowland <jmtd@debian.org> Mon, 05 Dec 2011 15:44:38 +0000
bup (0.24b-1.1) unstable; urgency=low
* Non-maintainer upload.
* Don't build with -Werror, to fix build failure (closes: #633145)
-- Julien Cristau <jcristau@debian.org> Sat, 20 Aug 2011 19:31:19 +0200
bup (0.24b-1) unstable; urgency=low
* New upstream version.
* bump standards version.
-- Jon Dowland <jmtd@debian.org> Fri, 08 Jul 2011 09:55:48 +0100
bup (0.22a-1) unstable; urgency=low
* New upstream version. Closes: #610690.
-- Jon Dowland <jmtd@debian.org> Mon, 07 Feb 2011 22:40:44 +0000
bup (0.20-2) unstable; urgency=low
* use python-support to tightly version python dependency,
needed due to the binary extensions. Thanks Jakub Wilk.
Closes: #608568.
-- Jon Dowland <jmtd@debian.org> Sun, 02 Jan 2011 20:17:40 +0000
bup (0.20-1) unstable; urgency=low
* new upstream version.
-- Jon Dowland <jmtd@debian.org> Fri, 17 Dec 2010 23:52:43 +0000
bup (0.17b-2) unstable; urgency=low
* add git as a build dependency. Closes: #595949
* bump standards version.
-- Jon Dowland <jmtd@debian.org> Tue, 07 Sep 2010 22:08:48 +0100
bup (0.17b-1) unstable; urgency=low
* New upstream version.
* document package VCS in control file
-- Jon Dowland <jmtd@debian.org> Tue, 07 Sep 2010 17:03:28 +0100
bup (0.14a-1) unstable; urgency=low
* Initial release. Closes: #564600
-- Jon Dowland <jmtd@debian.org> Thu, 01 Apr 2010 10:05:55 +0100
|