From 0dc209d7c58cc0ab500291ea6df65a132ef6375d Mon Sep 17 00:00:00 2001 From: Aurelien Degremont Date: Fri, 8 Dec 2023 13:34:09 +0100 Subject: [PATCH] LU-17347 debs: also move .ddeb files into debs/ When building debian packages, the resulting packages are moved into a 'debs/' subdir. Don't miss the debug symbol packages 'dbgsym', which are suffixed .ddeb. Also add .buildinfo file. Test-Parameters: trivial Change-Id: I52d0bddfaafc67c4a2a2dbc786d7f320c0b979f8 Signed-off-by: Aurelien Degremont Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53378 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- autoMakefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoMakefile.am b/autoMakefile.am index cb765a1..557e00c 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -503,6 +503,7 @@ debs: undef.h debs_common ../lustre-*-utils_$${VER}_*.deb $${DEB_SERVER_PKG} \ ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes \ ../lustre_$${VER}.tar.gz ../lustre-*-modules-$${KVERS}_$${VER}_*.deb \ + ../lustre-*-dbgsym_$${VER}_*.ddeb ../lustre_$${VER}_*.buildinfo \ debs/ dkms-debs: undef.h debs_common @@ -534,6 +535,7 @@ dkms-debs: undef.h debs_common ../lustre-*-utils_$${VER}_*.deb \ ../lustre_$${VER}.dsc ../lustre_$${VER}_*.changes \ ../lustre_$${VER}.tar.gz ../lustre-*-modules-dkms_$${VER}_*.deb \ + ../lustre-*-dbgsym_$${VER}_*.ddeb ../lustre_$${VER}_*.buildinfo \ debs/ EXTRA_DIST += debian/* -- 1.8.3.1