ArchiveBox/pkg/debian
Claude 7300892b08
Fix PR review comments: version check, runtime deps, CI test deps, release guard
- install.sh: Replace awk float comparison with integer major/minor check
  so Python 3.9 is correctly rejected as < 3.13
- nfpm.yaml: Add git/curl/wget as recommends so users have basic archiving
  tools out of the box without needing `archivebox install`
- debian.yml: Restore git/curl/wget in CI smoke test to match what the
  package recommends, instead of relying on runner preinstalls
- debian.yml: Guard release upload to skip gracefully when no GitHub
  Release exists (fixes workflow_dispatch failures)

https://claude.ai/code/session_01Vx1EsNrNySgsc8Y67dGzCn
2026-03-15 04:28:46 +00:00
..
scripts Address remaining PR review comments 2026-03-15 03:39:33 +00:00
archivebox Fix PR review comments: service flags, DATA_DIR, version pinning, upgrade safety 2026-03-15 03:12:37 +00:00
archivebox.service Fix remaining PR review comments from all review rounds 2026-03-15 03:44:49 +00:00
install.sh Fix PR review comments: version check, runtime deps, CI test deps, release guard 2026-03-15 04:28:46 +00:00
nfpm.yaml Fix PR review comments: version check, runtime deps, CI test deps, release guard 2026-03-15 04:28:46 +00:00