diff options
author | vorlon <Unknown> | 2007-08-20 07:51:35 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-20 07:51:35 +0000 |
commit | ae276db0b8d656717bcd42158f45db239f3c5b77 (patch) | |
tree | 89d6951db4fd02467beaa79f191693ed197a1c10 | |
parent | 0b76458e7470b6f7a143723330916431f55bb297 (diff) | |
download | pam-ae276db0b8d656717bcd42158f45db239f3c5b77.tar.gz pam-ae276db0b8d656717bcd42158f45db239f3c5b77.tar.bz2 pam-ae276db0b8d656717bcd42158f45db239f3c5b77.zip |
don't touch configure in debian/rules, the quilt patch takes care of this
for us.
-rw-r--r-- | changelog | 2 | ||||
-rwxr-xr-x | rules | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -62,6 +62,8 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low * Actually ship the pam, pam.conf, and pam.d manpages in libpam-runtime. * debian/patches-applied/autoconf.patch: move all changes to autotools generated files into a single patch at the end of the stack. + - don't touch configure in debian/rules, the quilt patch takes care + of this for us. * New patch 064_pam_unix_cracklib_dictpath: correctly define CRACKLIB_DICTS, since this is not defined by configure. Thanks to Jan Christoph Nordholz. @@ -39,7 +39,6 @@ build-stamp: configure-stamp configure: configure-stamp configure-stamp: patch - touch $(BUILD_TREE)/configure cd $(BUILD_TREE) && \ ./configure --sysconfdir=/etc --prefix=/usr --enable-static \ --enable-shared \ |