Source: pam
Version: 1.5.2-7
Tags: ftbfs patch
Severity: serious
User: helm...@debian.org
Usertags: rebootstrap

pam fails to build from source in unstable, because quilt no longer
recognizes the QUILT_PATCHES_DIR variable and therefore does not find a
series file. Renaming it to QUILT_PATCHES fixes the build. I'm attaching
a patch for your convenience. This bug happens to break architecture
bootstrap for all architectures.

Helmut
diff --minimal -Nru pam-1.5.2/debian/changelog pam-1.5.2/debian/changelog
--- pam-1.5.2/debian/changelog  2023-08-17 01:22:53.000000000 +0200
+++ pam-1.5.2/debian/changelog  2023-10-19 16:24:44.000000000 +0200
@@ -1,3 +1,10 @@
+pam (1.5.2-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS: s/QUILT_PATCHES_DIR/QUILT_PATCHES/. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 19 Oct 2023 16:24:44 +0200
+
 pam (1.5.2-7) unstable; urgency=medium
 
   [ Steve Langasek ]
diff --minimal -Nru pam-1.5.2/debian/rules pam-1.5.2/debian/rules
--- pam-1.5.2/debian/rules      2023-08-17 01:22:53.000000000 +0200
+++ pam-1.5.2/debian/rules      2023-10-19 16:24:44.000000000 +0200
@@ -13,7 +13,7 @@
 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

Reply via email to