summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: d61600637339d9ff154f08045deb78e624a36b42 (plain)
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
Source: dh-nss
Section: devel
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-Maintainer: Gioele Barabucci <gioele@svario.it>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.6.1
Homepage: https://salsa.debian.org/gioele/dh-nss
Vcs-Browser: https://salsa.debian.org/gioele/dh-nss
Vcs-Git: https://salsa.debian.org/gioele/dh-nss.git

Package: dh-nss
Architecture: all
Multi-Arch: foreign
Depends:
 libdebhelper-perl,
 ${misc:Depends},
 ${perl:Depends},
Enhances:
 debhelper,
Provides:
 dh-sequence-installnss,
Description: debhelper addon to inject NSS services into /etc/nsswitch.conf
 The` dh_installnss` debhelper provides a declarative way for NSS-related
 packages to express how the NSS services they supply should be installed
 and in which order.