diff options
-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 |