mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-29 01:52:01 +00:00
114 lines
4.4 KiB
Plaintext
114 lines
4.4 KiB
Plaintext
Source: fwupd
|
|
Priority: optional
|
|
Maintainer: Debian EFI <debian-efi@lists.debian.org>
|
|
Uploaders: Steve McIntyre <93sam@debian.org>,
|
|
Daniel Jared Dominguez <jared_dominguez@dell.com>,
|
|
Matthias Klumpp <mak@debian.org>,
|
|
Mario Limonciello <mario_limonciello@dell.com>
|
|
Build-Depends: debhelper (>= 9.0.0),
|
|
dh-autoreconf,
|
|
docbook-utils,
|
|
gettext,
|
|
intltool,
|
|
libappstream-glib-dev (>= 0.5.4),
|
|
libarchive-dev,
|
|
libcolord-dev (>= 1.0.0),
|
|
libfwup-dev,
|
|
libgcab-dev,
|
|
gcab,
|
|
libgirepository1.0-dev,
|
|
libglib2.0-dev (>= 2.45.8),
|
|
libgpgme11-dev,
|
|
libgudev-1.0-dev,
|
|
udev,
|
|
libgusb-dev (>= 0.2.2),
|
|
libpolkit-gobject-1-dev (>= 0.103),
|
|
libsqlite3-dev,
|
|
pkg-config,
|
|
libsoup2.4-dev,
|
|
gtk-doc-tools,
|
|
valgrind
|
|
Standards-Version: 3.9.6.1
|
|
Section: admin
|
|
Homepage: https://github.com/hughsie/fwupd
|
|
Vcs-Git: git://anonscm.debian.org/uefi/fwupd.git
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=uefi/fwupd.git
|
|
|
|
Package: libfwupd1
|
|
Architecture: linux-any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Multi-Arch: same
|
|
Description: Firmware update daemon library
|
|
fwupd is a daemon to allow session software to update device firmware.
|
|
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.
|
|
Currently, firmware updates using the UEFI capsule format and for the
|
|
ColorHug are supported. More formats may be supported in the future.
|
|
See <https://github.com/hughsie/fwupd> for details
|
|
.
|
|
This package provides the library used by the daemon.
|
|
|
|
Package: libdfu1
|
|
Architecture: linux-any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Multi-Arch: same
|
|
Description: Firmware update daemon library for DFU support
|
|
fwupd is a daemon to allow session software to update device firmware.
|
|
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.
|
|
Currently, firmware updates using the UEFI capsule format and for the
|
|
ColorHug are supported. More formats may be supported in the future.
|
|
See <https://github.com/hughsie/fwupd> for details
|
|
.
|
|
This package provides the library used by the daemon for DFU support.
|
|
|
|
Package: fwupd
|
|
Architecture: linux-any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Recommends: fwupdate
|
|
Multi-Arch: foreign
|
|
Description: Firmware update daemon
|
|
fwupd is a daemon to allow session software to update device firmware.
|
|
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.
|
|
Currently, firmware updates using the UEFI capsule format and for the
|
|
ColorHug are supported. More formats may be supported in the future.
|
|
See <https://github.com/hughsie/fwupd> for details
|
|
|
|
Package: libfwupd-dev
|
|
Architecture: linux-any
|
|
Multi-Arch: same
|
|
Depends: libfwupd1 (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Breaks: fwupd-dev (<< 0.5.4-2~)
|
|
Replaces: fwupd-dev (<< 0.5.4-2~)
|
|
Section: libdevel
|
|
Description: development files for libfwupd
|
|
fwupd is a daemon to allow session software to update device firmware.
|
|
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.
|
|
Currently, firmware updates using the UEFI capsule format and for the
|
|
ColorHug are supported. More formats may be supported in the future.
|
|
See <https://github.com/hughsie/fwupd> for details
|
|
.
|
|
This package provides the development files for libfwupd
|
|
|
|
Package: libdfu-dev
|
|
Architecture: linux-any
|
|
Multi-Arch: same
|
|
Depends: libdfu1 (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Section: libdevel
|
|
Description: development files for libdfu
|
|
fwupd is a daemon to allow session software to update device firmware.
|
|
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.
|
|
Currently, firmware updates using the UEFI capsule format and for the
|
|
ColorHug are supported. More formats may be supported in the future.
|
|
See <https://github.com/hughsie/fwupd> for details
|
|
.
|
|
This package provides the development files for libdfu
|