summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* upload 2.0.0b4-3 to unstabledebian/2.0.0b4-3Helmut Grohne2023-01-20
|
* Actually export TZ for the test target. Thanks to Enrico Zini.Helmut Grohne2023-01-19
|
* Added comments to document the intentions of debian/rules snippetsEnrico Zini2023-01-19
|
* Fixed what looks to me like an unintentional glitchEnrico Zini2023-01-19
|
* Improve package documentation. Reported by Enrico Zini.Helmut Grohne2023-01-19
|
* second attempt at uploading to experimentaldebian/2.0.0b4-2Helmut Grohne2023-01-18
|
* gbp dchHelmut Grohne2023-01-18
|
* Add borgbackup-is-borgbackup2 package. Thanks to Scott Kitterman.Helmut Grohne2023-01-18
|
* Update bash completion for borg 2.xHelmut Grohne2023-01-18
|
* Recheck copyright of non-updated files. Thanks to Thorsten Alteholz.Helmut Grohne2023-01-18
|
* finalize changelog for experimental NEW uploadHelmut Grohne2023-01-16
|
* Rewrite debian/README.Debian and delete obsolete debian/NEWSHelmut Grohne2023-01-15
|
* Skip unnecessary rebuild for testsuiteHelmut Grohne2023-01-15
|
* Force timezone during test suiteHelmut Grohne2023-01-15
|
* Only move manual pages in arch buildHelmut Grohne2023-01-15
| | | | Gbp-Dch: ignore
* Rename binaries adding a version suffixHelmut Grohne2023-01-15
|
* Fix documentation referencing a deleted commandHelmut Grohne2023-01-15
|
* Avoid referencing an external mathjaxHelmut Grohne2023-01-15
|
* Another patch for lintian's privacy tagHelmut Grohne2023-01-15
|
* Update debian/cleanHelmut Grohne2023-01-15
|
* Update autopkgtestsHelmut Grohne2023-01-14
| | | | | | | * borg requires a writeable $HOME, give it one below $AUTOPKGTEST_TMP * The repository is now communicated via an environment variable * init -> rcreate * list (without arguments) -> rlist
* Update copyright fileHelmut Grohne2023-01-14
|
* Drop commented out code about vendored msgpackHelmut Grohne2023-01-14
|
* Rebuild documentation from sourceHelmut Grohne2023-01-14
| | | | | Documentation sources are no longer built during the extension build. Instead, there is a build_usage and build_man setup.py command.
* Drop override_dh_cleanHelmut Grohne2023-01-14
| | | | Vendored C libraries have been removed from the upstream tarball
* Update Maintainer and UploadersHelmut Grohne2023-01-14
|
* Update Build-Depends for borg 2.xHelmut Grohne2023-01-14
|
* Install the borg module on a non-standard pathHelmut Grohne2023-01-14
|
* Stop forcing a SPHINXBUILDHelmut Grohne2023-01-14
| | | | Debian has moved to python3-only and we can just use the standard one
* Update Vcs locationHelmut Grohne2023-01-14
|
* Rebase second privacy patchHelmut Grohne2023-01-14
|
* Declaratively enable debhelper addonsHelmut Grohne2023-01-14
|
* Rename binary packages to add version suffixHelmut Grohne2023-01-14
|
* bump changelog after new upstream releaseHelmut Grohne2023-01-14
|
* add default salsa-ci.ymlHelmut Grohne2023-01-14
|
* Change source package name to allow coinstallability with old versionHelmut Grohne2023-01-14
|
* gbp: change debian branch to debian/unstableHelmut Grohne2023-01-14
|
* New upstream release 2.0.0b4Helmut Grohne2023-01-14
|\ | | | | | | Closes: #1028467
| * New upstream version 2.0.0b4Helmut Grohne2023-01-14
| |
* | Upload to sidGianfranco Costamagna2022-12-29
| |
* | Update upstream source from tag 'upstream/1.2.3'Gianfranco Costamagna2022-12-29
|\| | | | | | | Update to upstream version '1.2.3' with Debian dir f562207ede40416dc4c04f78f63e0fd8d97e7150
| * New upstream version 1.2.3Gianfranco Costamagna2022-12-29
| |\
| | * avoid git complaining about dubious ownershipThomas Waldmann2022-12-24
| | | | | | | | | | | | | | | | | | this lead to breakage of setuptools_scm, it could not determine the borg version under fakeroot due to this git / ownership issue.
| | * build_manThomas Waldmann2022-12-24
| | |
| | * build_usageThomas Waldmann2022-12-24
| | |
| | * update CHANGESThomas Waldmann2022-12-24
| | |
| | * fix xattr testsThomas Waldmann2022-12-24
| | | | | | | | | | | | | | | | | | while fixing #6988, some strings were changed, but the tests not adapted: https://github.com/borgbackup/borg/commit/a758fda0899f4654d6274db1b3c59427b6042dac
| | * Merge pull request #7223 from ThomasWaldmann/fix-docs-prefix-1.2TW2022-12-24
| | |\ | | | | | | | | Fix docs / tests concerning deprecated --prefix (1.2-maint)
| | | * remove deprecated --prefix from docs, fixes #7109Thomas Waldmann2022-12-24
| | |/ | | | | | | | | | | | | | | | | | | also: - rather mention --glob-archives - rather test --glob-archives
| | * Merge pull request #7222 from ThomasWaldmann/vagrant-updatesTW2022-12-24
| | |\ | | | | | | | | Vagrant updates