diff options
author | Steve Langasek <vorlon@debian.org> | 2019-01-05 22:53:38 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:12:52 -0800 |
commit | 11fa978cb89a922c0fd01d7ab8b17006a2d7cb84 (patch) | |
tree | a6848c7d377fa38b2e63e7f7b158573c26683d48 /debian/control | |
parent | f704a32c74493ce57b6fb1a272df3dcd3bc27110 (diff) | |
download | pam-11fa978cb89a922c0fd01d7ab8b17006a2d7cb84.tar.gz pam-11fa978cb89a922c0fd01d7ab8b17006a2d7cb84.tar.bz2 pam-11fa978cb89a922c0fd01d7ab8b17006a2d7cb84.zip |
Use DEB_BUILD_PROFILES instead of the obsolete DEB_BUILD_PROFILE.
Bug-Debian: https://bugs.debian.org/907492
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6e7b79d6..e6aaadf3 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Uploaders: Sam Hartman <hartmans@debian.org> Maintainer: Steve Langasek <vorlon@debian.org> Standards-Version: 3.9.8 -Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 9), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [linux-any], po-debconf, dh-autoreconf, autopoint, libaudit-dev [linux-any], pkg-config, libfl-dev, libfl-dev:native, docbook-xsl, docbook-xml, xsltproc, libxml2-utils, w3m +Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 9), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [linux-any], po-debconf, dh-autoreconf, autopoint, libaudit-dev [linux-any] <!stage1>, pkg-config, libfl-dev, libfl-dev:native, docbook-xsl, docbook-xml, xsltproc, libxml2-utils, w3m Build-Conflicts-Indep: fop Build-Conflicts: libdb4.2-dev, libxcrypt-dev Vcs-Browser: https://salsa.debian.org/vorlon/pam |