Skip to content

Commit a29fdcf

Browse files
authored
fix url
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
1 parent c5315aa commit a29fdcf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

safexec/helpers/deb.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ warn() { printf '%s!%s %s\n' "$c_ylw" "$c_rst" "$*"; }
2222
die() { printf '%s✗ ERROR:%s %s\n' "$c_red" "$c_rst" "$*" >&2; exit 1; }
2323

2424
# policy knobs
25-
SUITE=bookworm
26-
STDVER="${STDVER:-4.6.2}"
25+
SUITE=${SUITE:-unstable}
26+
STDVER="${STDVER:-4.5.1}"
2727

2828
# ---------- parse args ----------
2929
ARCH=""; VERSION=""
@@ -84,7 +84,7 @@ cd "$PKG_ROOT"
8484
say "Preparing debian/ skeleton…"
8585
mkdir -p debian debian/source
8686
MAINT="Hasan Calisir <hasan.calisir@psauxit.com>"
87-
HOMEPAGE="https://github.com/psauxit/nginx-fastcgi-cache-purge-and-preload"
87+
HOMEPAGE="https://github.com/psaux-it/nginx-fastcgi-cache-purge-and-preload"
8888

8989
# -------- quilt vs native: create orig.tar.gz and mirror upstream into tree --------
9090
UPSTREAM_VER="$VERSION"; SOURCE_FORMAT="3.0 (native)"
@@ -181,6 +181,9 @@ override_dh_auto_install:
181181
182182
override_dh_missing:
183183
> dh_missing --fail-missing
184+
185+
override_dh_shlibdeps:
186+
> dh_shlibdeps -X/usr/bin/safexec
184187
MAKE
185188
sed -i "s|#SAFEEXEC_BIN#|$SAFEEXEC_BIN|g" debian/rules
186189
sed -i "s|#SHIM_GLIBC#|$SHIM_GLIBC|g" debian/rules

0 commit comments

Comments
 (0)