Remove Debian (.deb) packaging and APT repository - #320
Merged
Conversation
Drop the hosted APT repo and committed .deb pool (~111 MB), stop building .deb release artifacts in CI, and remove the apt-only install-surface telemetry hook. Linux users install via install.sh, release tarballs, or Homebrew instead. Co-authored-by: Zhe Li <linuxcity.jn@gmail.com>
zheli
force-pushed
the
zzz/remove-debian-packaging-d15a
branch
from
August 24, 2026 12:20
1bb378f to
9fae9d9
Compare
zheli
marked this pull request as ready for review
August 25, 2026 19:30
Resolve docs/getting-started.md: keep APT removal note; drop main's restored APT install section (main only bumped version examples there). Co-authored-by: Zhe Li <linuxcity.jn@gmail.com>
Keep dpm/install_surface, the hidden _record-install-surface CLI hook, and related tests after removing Debian packaging. Docs describe the generic package-manager hook path without restoring APT install steps. Co-authored-by: Zhe Li <linuxcity.jn@gmail.com>
zheli
added a commit
that referenced
this pull request
Aug 28, 2026
* Remove Debian (.deb) packaging and APT repository Drop the hosted APT repo and committed .deb pool (~111 MB), stop building .deb release artifacts in CI, and remove the apt-only install-surface telemetry hook. Linux users install via install.sh, release tarballs, or Homebrew instead. Co-authored-by: Zhe Li <linuxcity.jn@gmail.com> * Restore install-surface telemetry plumbing Keep dpm/install_surface, the hidden _record-install-surface CLI hook, and related tests after removing Debian packaging. Docs describe the generic package-manager hook path without restoring APT install steps. Co-authored-by: Zhe Li <linuxcity.jn@gmail.com> ---------
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Drop Debian/APT as a distribution channel. The hosted
apt/repository and.debrelease artifacts are removed; Linux users install viainstall.sh, release tarballs, or Homebrew instead. Install-surface telemetry (dpm/install_surface/ hidden_record-install-surface) is kept for package-manager hooks.Changes
apt/pool and metadata (~111 MB) pluspackaging/deb/postinst.debbuild and the disabled APT-repo update step from.github/workflows/release.ymlgetting-started,packaging,telemetry,homebrew, README, website index) to drop APT install instructions and note the migrationdpm/install_surfacetelemetry counter, hidden CLI subcommand, and related tests (no longer wired to a Debian postinst)Test plan
make test/go test ./internal/telemetry/... ./internal/cli/...make lintscripts/e2e/run-all.sh(not run — packaging/docs-only change)apt/andpackaging/debremain deleted after telemetry restoreChecklist
website/synced if any mirroreddocs/*.mdchanged)