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
|
Source: reform-setup-wizard
Section: utils
Priority: optional
Build-Depends:
cargo:native,
debhelper-compat (= 13),
dh-cargo (>= 25),
libadwaita-1-dev,
libgtk-4-dev,
librust-gtk4-dev (>= 0.10.0),
librust-gdk-pixbuf-dev (>= 0.21),
librust-libadwaita-dev (>= 0.8.0),
librust-pwhash-dev (>= 1),
librust-quick-xml-dev (>= 0.38.0),
librust-regex-dev,
libstd-rust-dev,
rustc:native,
Maintainer: Debian Reform Team <team+reform@tracker.debian.org>
Uploaders:
Johannes Schauer Marin Rodrigues <josch@debian.org>,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/reform-team/reform-setup-wizard.git
Vcs-Browser: https://salsa.debian.org/reform-team/reform-setup-wizard
Homepage: https://source.mnt.re/reform/mnt-reform-setup-wizard
Rules-Requires-Root: no
Package: reform-setup-wizard
Architecture: amd64 i386 arm64
Depends:
librsvg2-common,
${misc:Depends},
${shlibs:Depends},
Breaks:
mnt-reform-setup-wizard (<< 0.1.0-3),
Replaces:
mnt-reform-setup-wizard (<< 0.1.0-3),
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: GTK-based first-boot setup wizard
This package provides a step-by-step graphical setup wizard for systems that
are not setup using the Debian installer. As such it is supposed to be executed
only once upon the first boot of a vanilla system image. Using a GTK-based user
interface, it provides the following functionalities:
.
- choosing the keyboard layout
- choosing the local timezone
- setting up a new user and password
|