diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-26 21:49:19 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:01:55 -0800 |
commit | c493128e32d3b3bdd6b53d30992cb3ec9db50bd4 (patch) | |
tree | 81ea9f218f07050eacca2a65cc5ddef95d3ddbd2 | |
parent | 91e57996109548bf6773e54be71dd1f28942a617 (diff) | |
download | pam-c493128e32d3b3bdd6b53d30992cb3ec9db50bd4.tar.gz pam-c493128e32d3b3bdd6b53d30992cb3ec9db50bd4.tar.bz2 pam-c493128e32d3b3bdd6b53d30992cb3ec9db50bd4.zip |
Fix the libpam0g-dev examples directory to not include a gratuitous
.cvsignore file.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libpam0g-dev.examples | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f23b36a2..cfabc91a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -77,6 +77,8 @@ pam (0.99.10.0-1) UNRELEASED; urgency=low being able to enforce minimum times between password changes. * debian/watch: upstream has hit 1.0, so we're no longer in a "pre" directory. Fix up the regex for uscan. + * Fix the libpam0g-dev examples directory to not include a gratuitous + .cvsignore file. -- Steve Langasek <vorlon@debian.org> Tue, 22 Jul 2008 10:55:45 -0700 diff --git a/debian/libpam0g-dev.examples b/debian/libpam0g-dev.examples index ef73c99d..96a23a81 100644 --- a/debian/libpam0g-dev.examples +++ b/debian/libpam0g-dev.examples @@ -3,4 +3,4 @@ examples/blank.c examples/check_user.c examples/vpass.c examples/xsh.c -libpamc/test +libpamc/test/* |