File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ pam-ssh-auth-info (2.0.~~yyyymmdd) UNRELEASED; urgency=low
1111 * Improved manual page source format.
1212 * Clarified documentation of extended patterns.
1313 * Added debian/*.install and debian/not-install files.
14+ * Declared an optional build-dependency metapackage.
1415
1516 -- Eero Häkkinen <
[email protected] > Mon, 21 Apr 2025 18:44:59 +0300
1617
Original file line number Diff line number Diff line change @@ -23,3 +23,16 @@ Description: SSH authentication information PAM module
2323 authentication methods and public credentials (e.g. keys) used to
2424 authenticate the user.
2525 One use is to select whether to load other modules based on this test.
26+
27+ Package: pam-ssh-auth-info-build-dependencies
28+ Architecture: any
29+ Build-Profiles: <pkg.pam-ssh-auth-info.build-dependencies>
30+ Depends:
31+ ${misc:Depends},
32+ debhelper-compat (= 13),
33+ libpam-dev
34+ Provides: build-dependencies
35+ Section: metapackages
36+ Description: build dependencies for SSH authentication information PAM module
37+ This metapackage depends on build dependencies needed to build an SSH
38+ authentication information PAM module.
You can’t perform that action at this time.
0 commit comments