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
|
bdebstrap (0.7.0-2) unstable; urgency=medium
* debian/tests/control: depend on python3-setuptools
-- Benjamin Drung <bdrung@debian.org> Thu, 06 Feb 2025 22:50:32 +0100
bdebstrap (0.7.0-1) unstable; urgency=medium
* New upstream release.
- setup.py: Address pylint 3.2.2 complains (Closes: #1074516, #1074699)
* Build-depend on mypy for type checks
* Bump Standards-Version to 4.7.0
* Skip running linters during build and autopkgtest except for pylint with
--errors-only and mypy.
-- Benjamin Drung <bdrung@debian.org> Thu, 01 Aug 2024 22:51:42 +0200
bdebstrap (0.6.1-1) unstable; urgency=medium
* New upstream release.
* d/t/control: add dpkg-dev dependency to fix missing dpkg-architecture
error in './system-testing bdebstrap' autopktest. Thanks: Vladimir Petko
* Update year in copyright
-- Benjamin Drung <bdrung@debian.org> Fri, 01 Mar 2024 02:57:19 +0100
bdebstrap (0.6.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.6.2
-- Benjamin Drung <bdrung@debian.org> Mon, 18 Dec 2023 17:10:45 +0100
bdebstrap (0.5.0-1) unstable; urgency=medium
* New upstream release.
* debian/watch: Scan api.github.com for releases
-- Benjamin Drung <bdrung@debian.org> Fri, 11 Nov 2022 00:32:30 +0100
bdebstrap (0.4.1-1) unstable; urgency=medium
* New upstream release.
- setup: Fix building with setuptools 65.5.0 (Closes: #1022513)
* Use system-testing script in autopkgtest
* Bump Standards-Version to 4.6.1
-- Benjamin Drung <bdrung@debian.org> Tue, 01 Nov 2022 11:19:59 +0100
bdebstrap (0.4.0-1) unstable; urgency=medium
* New upstream release.
* Depend on shellcheck for Shell code checks
-- Benjamin Drung <bdrung@debian.org> Fri, 10 Dec 2021 17:30:40 +0100
bdebstrap (0.3.0-1) unstable; urgency=medium
* New upstream release:
- Fix issues found by pylint 2.11.1 (Closes: #998591)
-- Benjamin Drung <bdrung@debian.org> Mon, 08 Nov 2021 14:17:45 +0100
bdebstrap (0.2.0-1) unstable; urgency=medium
* New upstream release:
- Fix KeyError: 'target' if no target was specified
- Fix passing --target=- (Closes: #989452)
- Add --silent as alias for --quiet
- Align log levels with mmdebstrap (Closes: #989450)
- Fix PermissionError exception when clamping mtime
* d/t/examples: Run bdebstrap with --verbose
-- Benjamin Drung <bdrung@debian.org> Tue, 08 Jun 2021 17:31:36 +0200
bdebstrap (0.1.2-1) unstable; urgency=medium
[ Benjamin Drung ]
* New upstream release
* Build-depend on black and isort
* d/t/examples: Update Debian live system test to bullseye
* d/t/examples: Build examples for host architecture
* d/t/examples: Run Ubuntu example only for supported archs
* d/t/control: Depend on distro-info-data to detect Ubuntu codename
[ Lucas Kanashiro ]
* d/t/control: Add debian-archive-keyring as a dependency of examples test
-- Benjamin Drung <bdrung@debian.org> Thu, 27 May 2021 19:53:36 +0200
bdebstrap (0.1.1-2) unstable; urgency=medium
* Fix typo in Vcs-Browser URL
* Add autopkgtest for example configs (requires fixed mmdebstrap 0.7.5-2.2)
* Bump Standards-Version to 4.5.1
* Add upstream metadata file
-- Benjamin Drung <bdrung@debian.org> Tue, 11 May 2021 13:40:52 +0200
bdebstrap (0.1.1-1) unstable; urgency=medium
* New upstream release.
-- Benjamin Drung <bdrung@debian.org> Thu, 18 Jun 2020 17:04:53 +0200
bdebstrap (0.1-1) unstable; urgency=medium
* Initial version. (Closes: #962140)
-- Benjamin Drung <bdrung@debian.org> Wed, 03 Jun 2020 19:35:59 +0200
|