File: control

package info (click to toggle)
d-shlibs 0.84
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: sh: 525; makefile: 23; ansic: 4
file content (35 lines) | stat: -rw-r--r-- 1,071 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
Source: d-shlibs
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders:
 Andreas Tille <tille@debian.org>,
 Hector Oron <zumbi@debian.org>,
 Vasudev Kamath <vasudev@copyninja.info>,
Build-Depends:
 debhelper,
 shellcheck <!nocheck>,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian/d-shlibs
Vcs-Git: https://salsa.debian.org/debian/d-shlibs.git
Rules-Requires-Root: no

Package: d-shlibs
Architecture: all
Depends:
 apt,
 binutils,
 ${misc:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Multi-Arch: foreign
Description: Debian shared library package building helper scripts
 Shared library packages in Debian need some special catering to do with
 regards to which files go where. This package contains programs which
 try to help automate the process and catch simple errors
 .
 "d-shlibmove" moves the shared library binary around from temporary
 installation directory to the  destination package directory.
 .
 "d-devlibdeps" tries to list the development library dependencies
 required for using the -dev package.