diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 267a2453..0373ec2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pam (1.1.0-3) UNRELEASED; urgency=low + + * Bump debian/compat to 7, so we can use sane contents in debian/*.install + + -- Steve Langasek <vorlon@debian.org> Tue, 01 Sep 2009 22:23:47 -0700 + pam (1.1.0-2) unstable; urgency=low [ Steve Langasek ] diff --git a/debian/compat b/debian/compat index 7ed6ff82..7f8f011e 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 |