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
|
bolt (0.9.1-1) unstable; urgency=medium
* New bugfix version
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 15 Jan 2021 16:17:09 +0100
bolt (0.9-1) unstable; urgency=medium
* New upstream version
* debian/control:
- updated the glib requirement to 2.56
* debian/patches/gitlab_oldkernel_tests.patch:
- removed, the change is in the new version
[ Laurent Bigonville ]
* Bump to debhelper version 12
* Move the daemon to /usr/libexec now that's allowed in the policy
* debian/control: Add the proper dependencies for the bolt-tests package
-- Sebastien Bacher <seb128@debian.org> Tue, 16 Jun 2020 16:01:37 +0200
bolt (0.8-4) unstable; urgency=medium
* debian/control:
- change back the bolt-tests package to be arch any, that was
changed by error with the previous revision
-- Sebastien Bacher <seb128@debian.org> Sat, 21 Sep 2019 11:10:01 +0200
bolt (0.8-3) unstable; urgency=medium
* debian/patches/gitlab_oldkernel_tests.patch:
- backport an upstream gitlab patch to fix the build with newer glibc
on older kernel (lp: #1843728)
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 19 Sep 2019 18:23:52 +0200
bolt (0.8-2) experimental; urgency=medium
* Enable installed tests, ship them in a new binary
* debian/tests:
- set up the installed-tests as autopkgtests
* debian/bolt.maintscript:
- remove the /etc/dbus-1/system.d conffile on upgrade,
it has been moved to /usr in the new version
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Jul 2019 20:30:06 +0200
bolt (0.8-1) experimental; urgency=medium
* New upstream version:
- IOMMU support: adapt behavior iommu support is present and active
- bolt-mock script for interactively testing boltd
- Automatically import devices that were authorized at boot
* Removed patch included in the new version
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 01 Jul 2019 20:30:29 +0200
bolt (0.7-2) unstable; urgency=medium
* Add journal-fix-invalid-format-string-in-warning.patch:
- Proposed patch to fix build on some architectures
-- Jeremy Bicha <jbicha@debian.org> Fri, 04 Jan 2019 07:55:28 -0500
bolt (0.7-1) unstable; urgency=medium
* New upstream release (Closes: #917710)
* Remove LD_PRELOAD from the dh_auto_test environment
* Drop no longer required libsystemd-dev build dependency
-- Jeremy Bicha <jbicha@debian.org> Tue, 01 Jan 2019 23:24:51 -0500
bolt (0.5-1) unstable; urgency=medium
* New upstream release
* Bump minimum meson to 0.44.0
* Explicitly build man pages
* Bump Standards-Version to 4.2.1
-- Jeremy Bicha <jbicha@debian.org> Thu, 27 Sep 2018 20:28:48 -0400
bolt (0.3-3) unstable; urgency=medium
* Build-Depend on xmlto to fix build without network access
-- Jeremy Bicha <jbicha@debian.org> Sat, 12 May 2018 19:02:10 -0400
bolt (0.3-2) unstable; urgency=medium
* Set libexecdir to /usr/lib/bolt
-- Jeremy Bicha <jbicha@debian.org> Tue, 08 May 2018 08:52:06 -0400
bolt (0.3-1) unstable; urgency=medium
* Initial release (Closes: #897633)
* Update Build-Depends for new release
* Bump debhelper compat to 11
* Build man pages and install README.md
* Set privileged-group to sudo instead of wheel
* Other minor packaging changes
-- Jeremy Bicha <jbicha@debian.org> Thu, 03 May 2018 11:19:50 -0400
bolt (0.2-0ubuntu1) bionic; urgency=medium
* New upstream version
* debian/control:
- Build-Depends on umockdev, python3-dbus, python3-dbusmock, python3-gi,
those are needed for the testsuite
- updated glib requirement
* debian/rules:
- override dh_missing instead of dh_install
-- Sebastien Bacher <seb128@ubuntu.com> Tue, 27 Mar 2018 09:43:34 +0200
bolt (0.1-0ubuntu1) bionic; urgency=medium
* Initial release
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 19 Feb 2018 16:03:29 +0100
|