diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-22 21:30:16 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 16:11:46 -0800 |
commit | 12471f3473c2f71dcb4d0588539e9f97eacdb1f5 (patch) | |
tree | dd84e364c9fb28c901fd0cdb16f88fdecea60ee2 | |
parent | c7509599d8815a69ec5f74821fa225b20c073066 (diff) | |
download | pam-12471f3473c2f71dcb4d0588539e9f97eacdb1f5.tar.gz pam-12471f3473c2f71dcb4d0588539e9f97eacdb1f5.tar.bz2 pam-12471f3473c2f71dcb4d0588539e9f97eacdb1f5.zip |
Fix a typo in the libpam0g-dev description.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index ce8a4d47..60a2dd0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ pam (0.99.9.0-1) UNRELEASED; urgency=low * Fix debian/copyright to list the known copyright holders * Fix up the doc-base sections for the libpam-doc documentation, to point to Applications instead of Apps + * Fix a typo in the libpam0g-dev description. -- Steve Langasek <vorlon@debian.org> Tue, 22 Jul 2008 10:55:45 -0700 diff --git a/debian/control b/debian/control index 74881d51..d8d59edf 100644 --- a/debian/control +++ b/debian/control @@ -57,10 +57,10 @@ Conflicts: libpam-dev, libpam-dbg Replaces: libpam0g (<= 0.65) Provides: libpam-dev Description: Development files for PAM - Contains C header files and development shared libraries libraries for - libpam, the pluggable authentication modules, a suite of shared libraries - that enable the local system administrator to choose how applications - authenticate users. + Contains C header files and development shared libraries for libpam, the + pluggable authentication modules, a suite of shared libraries that enable + the local system administrator to choose how applications authenticate + users. . PAM decouples applications from the authentication mechanism, making it possible to upgrade the authentication system without recompiling or |