File: control

package info (click to toggle)
lsb-release-minimal 12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: sh: 152; makefile: 29
file content (30 lines) | stat: -rw-r--r-- 1,067 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
Source: lsb-release-minimal
Section: misc
Priority: optional
Maintainer: Gioele Barabucci <gioele@svario.it>
Build-Depends:
 debhelper-compat (= 13),
 bats <!nocheck>,
 bats-assert <!nocheck>,
 podlators-perl <!nodoc>,
 shellcheck <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://gioele.io/lsb-release-minimal
Vcs-Browser: https://salsa.debian.org/gioele/lsb-release-minimal
Vcs-Git: https://salsa.debian.org/gioele/lsb-release-minimal.git
Rules-Requires-Root: no

Package: lsb-release
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Linux Standard Base version reporting utility (minimal implementation)
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 The lsb_release command is a simple tool to help identify the Linux
 distribution being used and its compliance with the Linux Standard Base.
 .
 This package contains a bare-bones implementation that uses the
 information in /etc/os-release instead of relying on LSB packages.