diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -30,6 +30,8 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low from crack.h. * Patch 038: partially merged/superseded upstream * Patch 061: partially merged upstream + * Use ${binary:Version} instead of ${Source-Version} in + debian/control. -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 15:40:42 -0700 @@ -49,7 +49,7 @@ Package: libpam0g-dev Section: libdevel Priority: optional Architecture: any -Depends: libpam0g (= ${Source-Version}), libc6-dev|libc-dev +Depends: libpam0g (= ${binary:Version}), libc6-dev|libc-dev Conflicts: libpam-dev, libpam-dbg Replaces: libpam0g (<= 0.65) Provides: libpam-dev |