diff options
author | Sam Hartman <hartmans@debian.org> | 2023-10-24 09:16:49 -0600 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2023-10-24 09:17:00 -0600 |
commit | ebce7948fc1e5151ff9a76bcd9087b41680e386e (patch) | |
tree | e7d68fe1cb319ec4c75dda75687682794b69a051 /debian/rules | |
parent | a3d584d0d3b106d10a2474a6a071ed8d2a148cea (diff) | |
download | pam-ebce7948fc1e5151ff9a76bcd9087b41680e386e.tar.gz pam-ebce7948fc1e5151ff9a76bcd9087b41680e386e.tar.bz2 pam-ebce7948fc1e5151ff9a76bcd9087b41680e386e.zip |
Revert "Fix FTBFS: s/QUILT_PATCHES_DIR/QUILT_PATCHES/. (Closes: #1054228)"
This reverts commit a3d584d0d3b106d10a2474a6a071ed8d2a148cea.
dh_quilt_patch actually does use QUILT_PATCH_DIR
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index fca57fa3..73819f0c 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) LC_COLLATE=C export LC_COLLATE -export QUILT_PATCHES = debian/patches-applied +export QUILT_PATCH_DIR = debian/patches-applied d = $(CURDIR)/debian dl = $(d)/local |