diff options
author | Steve Langasek <vorlon@debian.org> | 2014-01-14 09:36:34 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:52 -0800 |
commit | d32d45ceb7401b41959eb426ba99661d49835b0f (patch) | |
tree | 61aedb8f67acc69d748e6b9091e6aa7e4c830327 | |
parent | 76063db40810118bf431971dade8871633d06864 (diff) | |
download | pam-d32d45ceb7401b41959eb426ba99661d49835b0f.tar.gz pam-d32d45ceb7401b41959eb426ba99661d49835b0f.tar.bz2 pam-d32d45ceb7401b41959eb426ba99661d49835b0f.zip |
Add build-dependency on pkg-config.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7e2676b1..5f45f4bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ pam (1.1.8-1) UNRELEASED; urgency=medium upstream with a newer, fixed xsltproc. - debian/patches/pam_env-fix-overflow.patch, pam_env-fix-dos.patch: drop, included upstream. + * Add build-dependency on pkg-config. -- Steve Langasek <vorlon@debian.org> Mon, 13 Jan 2014 22:40:56 -0800 diff --git a/debian/control b/debian/control index cbc6855e..d2e91338 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Uploaders: Sam Hartman <hartmans@debian.org>, Roger Leigh <rleigh@debian.org> Maintainer: Steve Langasek <vorlon@debian.org> Standards-Version: 3.9.1 -Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 8.9.4), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [linux-any], po-debconf, dh-autoreconf, autopoint, libaudit-dev +Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 8.9.4), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [linux-any], po-debconf, dh-autoreconf, autopoint, libaudit-dev, pkg-config Build-Depends-Indep: xsltproc, libxml2-utils, docbook-xml, docbook-xsl, w3m Build-Conflicts-Indep: fop Build-Conflicts: libdb4.2-dev, libxcrypt-dev |