aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \