File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ warn() { printf '%s!%s %s\n' "$c_ylw" "$c_rst" "$*"; }
2222die () { 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 ----------
2929ARCH=" " ; VERSION=" "
@@ -84,7 +84,7 @@ cd "$PKG_ROOT"
8484say " Preparing debian/ skeleton…"
8585mkdir -p debian debian/source
8686MAINT=" 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 --------
9090UPSTREAM_VER=" $VERSION " ; SOURCE_FORMAT=" 3.0 (native)"
@@ -181,6 +181,9 @@ override_dh_auto_install:
181181
182182override_dh_missing:
183183> dh_missing --fail-missing
184+
185+ override_dh_shlibdeps:
186+ > dh_shlibdeps -X/usr/bin/safexec
184187MAKE
185188sed -i " s|#SAFEEXEC_BIN#|$SAFEEXEC_BIN |g" debian/rules
186189sed -i " s|#SHIM_GLIBC#|$SHIM_GLIBC |g" debian/rules
You can’t perform that action at this time.
0 commit comments