diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 7565f247..76dec08a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -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 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 |