aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <Unknown>2007-08-20 07:51:35 +0000
committervorlon <Unknown>2007-08-20 07:51:35 +0000
commitae276db0b8d656717bcd42158f45db239f3c5b77 (patch)
tree89d6951db4fd02467beaa79f191693ed197a1c10
parent0b76458e7470b6f7a143723330916431f55bb297 (diff)
downloadpam-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--changelog2
-rwxr-xr-xrules1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog b/changelog
index 5162f769..76c22ee8 100644
--- a/changelog
+++ b/changelog
@@ -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.
diff --git a/rules b/rules
index 7afabe97..31f3e8de 100755
--- a/rules
+++ b/rules
@@ -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 \