diff --git a/debian/control b/debian/control index 1fd19aeb..e9af35e8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: shadow Maintainer: Shadow package maintainers Uploaders: Serge Hallyn , - Chris Hofstaedtler + Chris Hofstaedtler , Section: admin Priority: required Build-Depends: @@ -26,12 +26,13 @@ Build-Depends: libxml2-utils , pkgconf, systemd-dev [linux-any], - xsltproc + xsltproc , Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/debian/shadow.git -b master Vcs-Browser: https://salsa.debian.org/debian/shadow Homepage: https://github.com/shadow-maint/shadow Rules-Requires-Root: no +X-Style: black Package: passwd Architecture: any @@ -39,11 +40,11 @@ Multi-Arch: foreign Depends: base-passwd (>= 3.6.4), libpam-modules, - login.defs + login.defs, Recommends: - sensible-utils + sensible-utils, Replaces: - login (<< 1:4.16.0-2~) + login (<< 1:4.16.0-2~), Description: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. @@ -54,7 +55,7 @@ Package: login.defs Architecture: all Multi-Arch: foreign Replaces: - login (<< 1:4.16.0-2~) + login (<< 1:4.16.0-2~), Description: system user management configuration This package provides the login.defs configuration file, used by otherwise unrelated tools managing system users. @@ -82,7 +83,7 @@ Priority: optional Architecture: any Multi-Arch: same Depends: - libsubid5 (= ${binary:Version}) + libsubid5 (= ${binary:Version}), Description: subordinate id handling library -- shared library The library provides an interface for querying, granding and ungranting subordinate user and group ids. diff --git a/debian/tests/control b/debian/tests/control index 7ae2b7c0..ada3ace3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,10 +1,19 @@ -Tests: smoke -Restrictions: needs-root, superficial +Tests: + smoke, +Restrictions: + needs-root, + superficial, -Tests: upstream +Tests: + upstream, Depends: expect, procps, @, - @builddeps@ -Restrictions: needs-root, build-needed, breaks-testbed, allow-stderr, isolation-machine + @builddeps@, +Restrictions: + allow-stderr, + breaks-testbed, + build-needed, + isolation-machine, + needs-root,