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
|
Source: rauc
Section: admin
Priority: optional
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Build-Depends:
casync <!nocheck>,
dbus <!nocheck>,
dbus-x11 <!nocheck>,
debhelper-compat (= 12),
e2fsprogs <!nocheck>,
faketime <!nocheck>,
grub-common <!nocheck>,
libcurl4-gnutls-dev | libcurl-dev,
libdbus-1-dev,
libengine-pkcs11-openssl <!nocheck>,
libfdisk-dev,
libglib2.0-dev (>= 2.40),
libjson-glib-dev,
libssl-dev | libssl1.0-dev,
libtool,
opensc <!nocheck>,
opensc-pkcs11 <!nocheck>,
openssl <!nocheck>,
softhsm2 <!nocheck>,
squashfs-tools <!nocheck>,
systemd,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/rauc/rauc
Vcs-Browser: https://salsa.debian.org/debian/rauc
Vcs-Git: https://salsa.debian.org/debian/rauc.git
Package: rauc
Architecture: linux-any
Depends:
${misc:Depends},
${shlibs:Depends},
dbus,
systemd,
Suggests:
casync,
cryptsetup-bin,
dosfstools,
e2fsprogs,
efibootmgr,
grub-common,
mtd-utils,
squashfs-tools,
u-boot-tools,
Description: Robust Auto-Update Controller - binary
Safe and secure software updates for embedded Linux
.
RAUC controls the update process on embedded Linux systems. It is both a target
application that runs as an update client and a host/target tool that allows
you to create, inspect and modify installation artifacts.
.
This package provides the rauc binary.
Package: rauc-service
Architecture: all
Depends:
${misc:Depends},
rauc,
Description: Robust Auto-Update Controller - service
Safe and secure software updates for embedded Linux
.
RAUC controls the update process on embedded Linux systems. It is both a target
application that runs as an update client and a host/target tool that allows
you to create, inspect and modify installation artifacts.
.
This package provides the rauc service files.
|