File: control

package info (click to toggle)
systemd-udeb 257.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 97,992 kB
  • sloc: ansic: 685,015; xml: 115,389; python: 34,277; sh: 28,143; awk: 99; makefile: 89; lisp: 13; sed: 1
file content (51 lines) | stat: -rw-r--r-- 1,688 bytes parent folder | download
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
Source: systemd-udeb
Section: debian-installer
Priority: optional
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/systemd-team/systemd-udeb.git
Vcs-Browser: https://salsa.debian.org/systemd-team/systemd-udeb
Homepage: https://systemd.io
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-package-notes,
               pkgconf,
               meson (>= 1.3.0~),
               gettext,
               gperf,
               libcap-dev,
               libselinux1-dev (>= 2.1.9),
               libacl1-dev,
               libkmod-dev (>= 15),
               libblkid-dev (>= 2.24),
               libmount-dev (>= 2.30),
               python3:native,
               python3-jinja2:native,
               python3-lxml:native,

Package: udev-udeb
Build-Profiles: <!noudeb>
Package-Type: udeb
Architecture: linux-any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libkmod2-udeb,
         util-linux-udeb,
Description: /dev/ and hotplug management daemon
 udev is a daemon which dynamically creates and removes device nodes from
 /dev/, handles hotplug events and loads drivers at boot time.
 .
 This is a minimal version, only for use in the installation system.

Package: libudev1-udeb
Build-Profiles: <!noudeb>
Package-Type: udeb
Architecture: linux-any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Description: libudev shared library
 This library provides access to udev device information.
 .
 This is a minimal version, only for use in the installation system.