Merge 4.16

Change-Id: I11db70a8e25a6656c5ec640a703e7b06d5a3672e
This commit is contained in:
Jeremy Soller
2022-03-04 07:19:45 -07:00
parent af64e5d166
commit d97e25ac13
3138 changed files with 317025 additions and 23253 deletions

View File

@@ -0,0 +1,50 @@
coreboot-configurator (8) impish; urgency=medium
* Release version 8
-- Sean Rhodes <sean@starlabs.systems> Wed, 03 Nov 2021 21:06:03 +0000
coreboot-configurator (7+a) focal; urgency=medium
* Version 7 to match coreboot 7
-- Sean Rhodes <sean@starlabs.systems> Tue, 24 Aug 2021 07:35:16 +0100
coreboot-configurator (6.h) hirsute; urgency=medium
* Version 6 to match coreboot 6
* Adds support to disable or enable VT-d, wireless, webcam, microphone and clock gating
* Adds support to select TDP
-- Sean Rhodes <sean@starlabs.systems> Fri, 11 Jun 2021 08:40:38 +0100
coreboot-configurator (5) hirsute; urgency=medium
* Version 5 to match coreboot 5
* Adds support to disable or enable IME
-- Sean Rhodes <sean@starlabs.systems> Thu, 29 Apr 2021 14:39:40 +0100
coreboot-configurator (3) hirsute; urgency=medium
* Added qt5-default dependency
-- Sean Rhodes <sean@starlabs.systems> Wed, 14 Apr 2021 16:44:13 +0100
coreboot-configurator (2) hirsute; urgency=medium
* Fixed values that a read
-- Sean Rhodes <sean@starlabs.systems> Tue, 13 Apr 2021 16:40:04 +0100
coreboot-configurator (1) hirsute; urgency=medium
* Fixed icon
-- Sean Rhodes <sean@starlabs.systems> Tue, 13 Apr 2021 11:47:04 +0100
coreboot-configurator (0) hirsute; urgency=medium
* Initial release.
-- Sean Rhodes <sean@starlabs.systems> Mon, 12 Apr 2021 21:14:48 +0100

View File

@@ -0,0 +1 @@
10

View File

@@ -0,0 +1,11 @@
Source: coreboot-configurator
Section: utils
Priority: optional
Maintainer: Star Labs <admin@starlabs.systems>
Build-Depends: build-essential, cmake, debhelper (>= 7), inkscape, libqt5gui5, libqt5svg5-dev, libyaml-cpp-dev, libqt5gui5, meson, pkg-config, qtbase5-dev, qttools5-dev-tools
Standards-Version: 4.1.1
Package: coreboot-configurator
Depends: nvramtool, ${shlibs:Depends}, ${misc:Depends}, libqt5gui5, qt5-style-plugins, libyaml-cpp0.6
Architecture: all
Description: Graphical interface to change settings available in coreboot CBFS

View File

@@ -0,0 +1,2 @@
coreboot-configurator_7+a_all.deb utils optional
coreboot-configurator_7+a_amd64.buildinfo utils optional

View File

@@ -0,0 +1,11 @@
#!/usr/bin/make -f
#export DH_VERBOSE = 1
%:
dh $@ --buildsystem=meson
override_dh_install:
dh_install
override_dh_missing:
dh_missing --fail-missing

View File

@@ -0,0 +1 @@
3.0 (native)