mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-29 03:15:20 +00:00
debian/*: bump to 1.3.2 release
This commit is contained in:
parent
fc705a8040
commit
a4fb0f3d4e
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -1,3 +1,17 @@
|
||||
fwupd (1.3.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version (1.3.2)
|
||||
- Allow not prompting for metadata every time (Closes: #941048)
|
||||
- Avoid resetting display every login with Dell docks (LP: #1793965)
|
||||
- Provides a network service file (Closes: #921820)
|
||||
- Description is clearer (Closes: #911505)
|
||||
- Wacom failures don't occur (Closes: #915794)
|
||||
- Xbox360 controllers keep working (Closes: #920012)
|
||||
* Uses libtss2-dev at build time and switches to TSS for runtime rather than
|
||||
tpm2-tools/tpm2-abrmd.
|
||||
|
||||
-- Mario Limonciello <mario.limonciello@dell.com> Thu, 26 Sep 2019 09:16:02 -0500
|
||||
|
||||
fwupd (1.2.10-2) unstable; urgency=medium
|
||||
|
||||
[ Steve McIntyre ]
|
||||
|
||||
15
debian/control
vendored
15
debian/control
vendored
@ -42,6 +42,7 @@ Build-Depends:
|
||||
libsoup2.4-dev,
|
||||
libsqlite3-dev,
|
||||
libtool-bin,
|
||||
libtss2-dev,
|
||||
libxmlb-dev (>= 0.1.5),
|
||||
locales,
|
||||
meson,
|
||||
@ -58,7 +59,7 @@ Build-Depends:
|
||||
valgrind [!ia64 !riscv64 !x32 !mips !sparc64 !sh4 !ppc64 !powerpcspe !hppa !alpha !mips64el !armhf !armel !mipsel !m68k],
|
||||
Standards-Version: 4.3.0
|
||||
Section: admin
|
||||
Homepage: https://github.com/hughsie/fwupd
|
||||
Homepage: https://github.com/fwupd/fwupd
|
||||
Vcs-Git: https://salsa.debian.org/efi-team/fwupd.git
|
||||
Vcs-Browser: https://salsa.debian.org/efi-team/fwupd
|
||||
|
||||
@ -73,7 +74,7 @@ Description: Firmware update daemon library
|
||||
You can either use a GUI software manager like GNOME Software to view and
|
||||
apply updates, the command-line tool or the system D-Bus interface directly.
|
||||
Firmware updates are supported for a variety of technologies.
|
||||
See <https://github.com/hughsie/fwupd> for details
|
||||
See <https://github.com/fwupd/fwupd> for details
|
||||
.
|
||||
This package provides the library used by the daemon.
|
||||
|
||||
@ -84,8 +85,6 @@ Depends: ${misc:Depends},
|
||||
shared-mime-info
|
||||
Recommends: python3,
|
||||
bolt,
|
||||
tpm2-tools,
|
||||
tpm2-abrmd,
|
||||
fwupd-signed
|
||||
Breaks: gir1.2-dfu-1.0 (<< 0.9.7-1),
|
||||
libdfu1 (<< 0.9.7-1),
|
||||
@ -99,7 +98,7 @@ Description: Firmware update daemon
|
||||
You can either use a GUI software manager like GNOME Software to view and
|
||||
apply updates, the command-line tool or the system D-Bus interface directly.
|
||||
Firmware updates are supported for a variety of technologies.
|
||||
See <https://github.com/hughsie/fwupd> for details
|
||||
See <https://github.com/fwupd/fwupd> for details
|
||||
|
||||
Package: fwupd-tests
|
||||
Architecture: linux-any
|
||||
@ -121,7 +120,7 @@ Description: Test suite for firmware update daemon
|
||||
You can either use a GUI software manager like GNOME Software to view and
|
||||
apply updates, the command-line tool or the system D-Bus interface directly.
|
||||
Firmware updates are supported for a variety of technologies.
|
||||
See <https://github.com/hughsie/fwupd> for details
|
||||
See <https://github.com/fwupd/fwupd> for details
|
||||
.
|
||||
This package provides a set of installed tests that can be run to validate
|
||||
the daemon in a continuous integration system.
|
||||
@ -136,7 +135,7 @@ Description: Firmware update daemon documentation (HTML format)
|
||||
You can either use a GUI software manager like GNOME Software to view and
|
||||
apply updates, the command-line tool or the system D-Bus interface directly.
|
||||
Firmware updates are supported for a variety of technologies.
|
||||
See <https://github.com/hughsie/fwupd> for details
|
||||
See <https://github.com/fwupd/fwupd> for details
|
||||
.
|
||||
This package provides development documentation for creating a package that
|
||||
uses fwupd.
|
||||
@ -155,7 +154,7 @@ Description: development files for libfwupd
|
||||
You can either use a GUI software manager like GNOME Software to view and
|
||||
apply updates, the command-line tool or the system D-Bus interface directly.
|
||||
Firmware updates are supported for a variety of technologies.
|
||||
See <https://github.com/hughsie/fwupd> for details
|
||||
See <https://github.com/fwupd/fwupd> for details
|
||||
.
|
||||
This package provides the development files for libfwupd
|
||||
|
||||
|
||||
8
debian/copyright
vendored
8
debian/copyright
vendored
@ -1,15 +1,16 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: fwupd
|
||||
Source: https://github.com/hughsie/fwupd
|
||||
Source: https://github.com/fwupd/fwupd
|
||||
|
||||
Files: *
|
||||
Copyright: 1999 Free Software Foundation, Inc.
|
||||
Aleksander Morgado <aleksander@aleksander.es>
|
||||
Copyright: Aleksander Morgado <aleksander@aleksander.es>
|
||||
Christian J. Kellner <christian@kellner.me>
|
||||
Dell Inc.
|
||||
Dell, Inc.
|
||||
Google, Inc.
|
||||
Intel Corporation.
|
||||
Jeremy Soller <jeremy@system76.com>
|
||||
Kalev Lember <klember@redhat.com>
|
||||
Mario Limonciello <mario.limonciello@dell.com>
|
||||
Max Ehrlich max.ehr@gmail.com
|
||||
Peichen Huang <peichenhuang@tw.synaptics.com>
|
||||
@ -20,6 +21,7 @@ Copyright: 1999 Free Software Foundation, Inc.
|
||||
Ryan Chang <ryan.chang@synaptics.com>
|
||||
Synaptics
|
||||
Synaptics Inc
|
||||
Synaptics Incorporated
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: *.metainfo.xml
|
||||
|
||||
10
debian/libfwupd2.symbols
vendored
10
debian/libfwupd2.symbols
vendored
@ -29,6 +29,8 @@ libfwupd.so.2 libfwupd2 #MINVER#
|
||||
LIBFWUPD_1.2.7@LIBFWUPD_1.2.7 1.2.7
|
||||
LIBFWUPD_1.2.8@LIBFWUPD_1.2.8 1.2.8
|
||||
LIBFWUPD_1.2.9@LIBFWUPD_1.2.9 1.2.9
|
||||
LIBFWUPD_1.3.1@LIBFWUPD_1.3.1 1.3.1
|
||||
LIBFWUPD_1.3.2@LIBFWUPD_1.3.2 1.3.2
|
||||
fwupd_build_history_report_json@LIBFWUPD_1.0.4 1.0.4
|
||||
fwupd_build_machine_id@LIBFWUPD_1.0.4 1.0.4
|
||||
fwupd_build_user_agent@LIBFWUPD_1.0.3 1.0.3
|
||||
@ -46,6 +48,8 @@ libfwupd.so.2 libfwupd2 #MINVER#
|
||||
fwupd_client_get_devices@LIBFWUPD_0.9.2 1.0.0
|
||||
fwupd_client_get_downgrades@LIBFWUPD_0.9.8 1.0.0
|
||||
fwupd_client_get_history@LIBFWUPD_1.0.4 1.0.4
|
||||
fwupd_client_get_host_machine_id@LIBFWUPD_1.3.2 1.3.2
|
||||
fwupd_client_get_host_product@LIBFWUPD_1.3.1 1.3.1
|
||||
fwupd_client_get_percentage@LIBFWUPD_0.7.3 1.0.0
|
||||
fwupd_client_get_releases@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_client_get_remote_by_id@LIBFWUPD_0.9.3 1.0.0
|
||||
@ -153,6 +157,7 @@ libfwupd.so.2 libfwupd2 #MINVER#
|
||||
fwupd_release_add_category@LIBFWUPD_1.2.7 1.2.7
|
||||
fwupd_release_add_checksum@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_release_add_flag@LIBFWUPD_1.2.6 1.2.6
|
||||
fwupd_release_add_issue@LIBFWUPD_1.3.2 1.3.2
|
||||
fwupd_release_add_metadata@LIBFWUPD_1.0.4 1.0.4
|
||||
fwupd_release_add_metadata_item@LIBFWUPD_1.0.4 1.0.4
|
||||
fwupd_release_array_from_variant@LIBFWUPD_1.2.10 1.2.10
|
||||
@ -168,10 +173,12 @@ libfwupd.so.2 libfwupd2 #MINVER#
|
||||
fwupd_release_get_flags@LIBFWUPD_1.2.6 1.2.6
|
||||
fwupd_release_get_homepage@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_release_get_install_duration@LIBFWUPD_1.2.1 1.2.4
|
||||
fwupd_release_get_issues@LIBFWUPD_1.3.2 1.3.2
|
||||
fwupd_release_get_license@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_release_get_metadata@LIBFWUPD_1.0.4 1.0.4
|
||||
fwupd_release_get_metadata_item@LIBFWUPD_1.0.4 1.0.4
|
||||
fwupd_release_get_name@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_release_get_name_variant_suffix@LIBFWUPD_1.3.2 1.3.2
|
||||
fwupd_release_get_protocol@LIBFWUPD_1.2.2 1.2.4
|
||||
fwupd_release_get_remote_id@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_release_get_size@LIBFWUPD_0.9.3 1.0.0
|
||||
@ -197,6 +204,7 @@ libfwupd.so.2 libfwupd2 #MINVER#
|
||||
fwupd_release_set_install_duration@LIBFWUPD_1.2.1 1.2.4
|
||||
fwupd_release_set_license@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_release_set_name@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_release_set_name_variant_suffix@LIBFWUPD_1.3.2 1.3.2
|
||||
fwupd_release_set_protocol@LIBFWUPD_1.2.2 1.2.4
|
||||
fwupd_release_set_remote_id@LIBFWUPD_0.9.3 1.0.0
|
||||
fwupd_release_set_size@LIBFWUPD_0.9.3 1.0.0
|
||||
@ -231,6 +239,7 @@ libfwupd.so.2 libfwupd2 #MINVER#
|
||||
fwupd_remote_get_order_before@LIBFWUPD_0.9.5 1.0.0
|
||||
fwupd_remote_get_password@LIBFWUPD_0.9.5 1.0.0
|
||||
fwupd_remote_get_priority@LIBFWUPD_0.9.5 1.0.0
|
||||
fwupd_remote_get_remotes_dir@LIBFWUPD_1.3.1 1.3.1
|
||||
fwupd_remote_get_report_uri@LIBFWUPD_1.0.4 1.0.4
|
||||
fwupd_remote_get_title@LIBFWUPD_0.9.8 1.0.0
|
||||
fwupd_remote_get_type@LIBFWUPD_0.9.3 1.0.0
|
||||
@ -242,6 +251,7 @@ libfwupd.so.2 libfwupd2 #MINVER#
|
||||
fwupd_remote_set_agreement@LIBFWUPD_1.0.7 1.0.7
|
||||
fwupd_remote_set_mtime@LIBFWUPD_0.9.5 1.0.0
|
||||
fwupd_remote_set_priority@LIBFWUPD_0.9.5 1.0.0
|
||||
fwupd_remote_set_remotes_dir@LIBFWUPD_1.3.1 1.3.1
|
||||
fwupd_remote_to_variant@LIBFWUPD_1.0.0 1.0.0
|
||||
fwupd_status_from_string@LIBFWUPD_0.1.1 1.0.0
|
||||
fwupd_status_to_string@LIBFWUPD_0.1.1 1.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user