aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2024-02-27 21:24:38 -0700
committerSam Hartman <hartmans@debian.org>2024-02-27 21:24:38 -0700
commit80d000dd6637be445a9a0fd930de765cc40352da (patch)
tree7f98c383b44f051e0a7d48a4569fd663144a82df /debian/rules
parent3a128a9b5db023be2710383a4a7dfe192788d7a3 (diff)
downloadpam-80d000dd6637be445a9a0fd930de765cc40352da.tar.gz
pam-80d000dd6637be445a9a0fd930de765cc40352da.tar.bz2
pam-80d000dd6637be445a9a0fd930de765cc40352da.zip
Revert the 1.5.2-9.1 changes to debian/rules: we are moving to a real quilt patch queue for 1.5.3
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index f4881680..73819f0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,12 +21,6 @@ dl = $(d)/local
%:
dh $@ --with quilt,autoreconf
-# Since this is a 3.0 (quilt) source package, it has a .pc directory pointing
-# to debian/patches after initial unpack. This misleads quilt and makes
-# dh_quilt_unpatch fail hard.
-execute_before_dh_quilt_unpatch:
- if test "`cat .pc/.quilt_patches 2>/dev/null`" = debian/patches; then rm -Rf .pc; fi
-
# avoid libaudit-dev when bootstrapping
ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
CONFIGURE_OPTS += --disable-audit