From e92cb9a1530b9fedd438787da995e3d450ac665f Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Tue, 11 Mar 2025 02:02:47 +0100 Subject: [PATCH] update gitignore --- .gitignore | 6 ++++++ debian/create-packages.sh | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd8dd88..23cb6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ /target /debian/fabaccess-bffh-0.* +/debian/fabaccess-bffh-dbgsym_0.*.ddeb +/debian/fabaccess-bffh_0.*.dsc +/debian/fabaccess-bffh_0.*.tar.xz +/debian/fabaccess-bffh_0.*.buildinfo +/debian/fabaccess-bffh_0.*.changes +/debian/fabaccess-bffh_0.*.deb diff --git a/debian/create-packages.sh b/debian/create-packages.sh index 21595e9..2d496de 100755 --- a/debian/create-packages.sh +++ b/debian/create-packages.sh @@ -2,6 +2,7 @@ #the dir containing our debian source data SRCDIR=$(pwd) +REPODIR="$(dirname "$SRCDIR")" #target dir where to put build packages DOWNLOAD=$HOME/bffh-debian/ @@ -51,8 +52,8 @@ for ARCH_L in "${!ARCHES_LR[@]}"; do sed "s/Architecture: {{REPLACE_ME}}/Architecture: any/" -i fabaccess-bffh-${BFFHV}/debian/control # declare required compiled binaries and check for existence - BIN_BFFHD=${SRCDIR}/bffh/target/${ARCH_R}/release/bffhd - BIN_FABFIRE_PROVISION=${SRCDIR}/bffh/target/${ARCH_R}/release/fabfire_provision + BIN_BFFHD=${REPODIR}/target/${ARCH_R}/release/bffhd + BIN_FABFIRE_PROVISION=${REPODIR}/target/${ARCH_R}/release/fabfire_provision if [ -f ${BIN_BFFHD} ]; then cp ${BIN_BFFHD} fabaccess-bffh-${BFFHV}/usr/bin/