diff options
author | Steve Langasek <vorlon@debian.org> | 2009-03-20 19:18:20 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 19:41:19 -0800 |
commit | 81cf50c71ebddd35a113420f1b732011a0de840b (patch) | |
tree | 4fa9772b8a99aca75fc6ea474b8b2891c47e9051 | |
parent | 72cc3ed9ef569bf214cfe7c0cdfee7326022b6d1 (diff) | |
download | pam-81cf50c71ebddd35a113420f1b732011a0de840b.tar.gz pam-81cf50c71ebddd35a113420f1b732011a0de840b.tar.bz2 pam-81cf50c71ebddd35a113420f1b732011a0de840b.zip |
Move the pam module packages to section 'admin'.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fcfc11d2..5944adea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pam (1.0.1-9) UNRELEASED; urgency=low + + * Move the pam module packages to section 'admin'. + + -- Steve Langasek <vorlon@debian.org> Fri, 20 Mar 2009 19:17:30 -0700 + pam (1.0.1-8) unstable; urgency=low * Updated debconf translations: diff --git a/debian/control b/debian/control index a9a31f62..f3032bf6 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,7 @@ Description: Pluggable Authentication Modules library applications themselves. Package: libpam-modules +Section: admin Priority: required Architecture: any Pre-Depends: ${shlibs:Depends}, ${misc:Depends} @@ -69,6 +70,7 @@ Description: Development files for PAM rewriting the applications. Package: libpam-cracklib +Section: admin Priority: optional Architecture: any Replaces: libpam0g-cracklib |