Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment: Repackage .deb builds as mozillavpn-beta #9820

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    0ba2789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b0846 View commit details
    Browse the repository at this point in the history
  3. Fix repackage dependencies

    oskirby committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7424bb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Use dpkg-deb instead of ar

    After having a read through of the official Debian package format
    (see man deb(5)) it seems there are a couple of nuances to how the
    archive is created. We should probably be using the official tool,
    dpkg-deb, to manipulate packages to ensure that we create it
    correctly.
    oskirby committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    27ae26d View commit details
    Browse the repository at this point in the history