mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 17:02:41 -04:00
wrap-and-sort
This commit is contained in:
parent
c33a3d9aad
commit
cdd66ee376
1 changed files with 18 additions and 5 deletions
23
debian/control
vendored
23
debian/control
vendored
|
@ -5,7 +5,10 @@ Source: security-misc
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Patrick Schleizer <adrelanos@kicksecure.com>
|
Maintainer: Patrick Schleizer <adrelanos@kicksecure.com>
|
||||||
Build-Depends: debhelper (>= 13), debhelper-compat (= 13), config-package-dev, dh-apparmor
|
Build-Depends: config-package-dev,
|
||||||
|
debhelper (>= 13),
|
||||||
|
debhelper-compat (= 13),
|
||||||
|
dh-apparmor
|
||||||
Homepage: https://www.kicksecure.com/wiki/Security-misc
|
Homepage: https://www.kicksecure.com/wiki/Security-misc
|
||||||
Vcs-Browser: https://github.com/Kicksecure/security-misc
|
Vcs-Browser: https://github.com/Kicksecure/security-misc
|
||||||
Vcs-Git: https://github.com/Kicksecure/security-misc.git
|
Vcs-Git: https://github.com/Kicksecure/security-misc.git
|
||||||
|
@ -14,10 +17,20 @@ Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: security-misc
|
Package: security-misc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python3, libglib2.0-bin, libpam-runtime, libpam-umask, sudo, adduser, libcap2-bin,
|
Depends: adduser,
|
||||||
apparmor-profile-dist, helper-scripts, libpam-modules-bin,
|
apparmor-profile-dist,
|
||||||
secure-delete, dmsetup, ${misc:Depends}
|
dmsetup,
|
||||||
Replaces: tcp-timestamps-disable, anon-gpg-tweaks, swappiness-lowest
|
helper-scripts,
|
||||||
|
libcap2-bin,
|
||||||
|
libglib2.0-bin,
|
||||||
|
libpam-modules-bin,
|
||||||
|
libpam-runtime,
|
||||||
|
libpam-umask,
|
||||||
|
python3,
|
||||||
|
secure-delete,
|
||||||
|
sudo,
|
||||||
|
${misc:Depends}
|
||||||
|
Replaces: anon-gpg-tweaks, swappiness-lowest, tcp-timestamps-disable
|
||||||
Description: Enhances Miscellaneous Security Settings
|
Description: Enhances Miscellaneous Security Settings
|
||||||
https://github.com/Kicksecure/security-misc/blob/master/README.md
|
https://github.com/Kicksecure/security-misc/blob/master/README.md
|
||||||
.
|
.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue