diff options
author | Sam Hartman <hartmans@debian.org> | 2023-10-24 06:43:19 -0600 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2023-10-24 06:44:44 -0600 |
commit | a3d584d0d3b106d10a2474a6a071ed8d2a148cea (patch) | |
tree | e66b8d87926bfe627b1ce2f4547b182e21f319c3 | |
parent | 69c75a3fc72c1ec309b5bcca8dd82f59831968cc (diff) | |
download | pam-a3d584d0d3b106d10a2474a6a071ed8d2a148cea.tar.gz pam-a3d584d0d3b106d10a2474a6a071ed8d2a148cea.tar.bz2 pam-a3d584d0d3b106d10a2474a6a071ed8d2a148cea.zip |
Fix FTBFS: s/QUILT_PATCHES_DIR/QUILT_PATCHES/. (Closes: #1054228)
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 76dec08a..7565f247 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pam (1.5.2-8) unstable; urgency=medium + + * Fix FTBFS: s/QUILT_PATCHES_DIR/QUILT_PATCHES/. (Closes: #1054228) + + -- Helmut Grohne <helmut@subdivi.de> Thu, 19 Oct 2023 16:24:44 +0200 + pam (1.5.2-7) unstable; urgency=medium [ Steve Langasek ] diff --git a/debian/rules b/debian/rules index 73819f0c..fca57fa3 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_PATCH_DIR = debian/patches-applied +export QUILT_PATCHES = debian/patches-applied d = $(CURDIR)/debian dl = $(d)/local |