Skip to content

Commit 89c82f5

Browse files
committed
debian: Declared an optional build-dependency metapackage.
1 parent 2f6d50f commit 89c82f5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

debian/control

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)