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

Update nym-vpn metapackage and replace nymvpn-x with nym-vpn-app #4889

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ppa/packages/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ ALL_DEB=$(REPO_DEB) $(META_DEB)
deb: $(ALL_DEB)

$(REPO_DEB):
dpkg-deb --build $(REPO_SRC) $(REPO_DEB)
dpkg-deb -Zxz --build $(REPO_SRC) $(REPO_DEB)
dpkg-name -o $(REPO_DEB)

$(META_DEB):
dpkg-deb --build $(META_SRC) $(META_DEB)
dpkg-deb -Zxz --build $(META_SRC) $(META_DEB)
dpkg-name -o $(META_DEB)

clean:
Expand Down
9 changes: 5 additions & 4 deletions ppa/packages/nym-vpn/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Package: nym-vpn
Version: 0.1.0
Version: 0.2.2
Section: metapackages
Priority: optional
Architecture: amd64
Depends: nym-vpnd, nymvpn-x
Depends: nym-vpnd, nym-vpn-app
Conflicts: nymvpn-x
Maintainer: Nym Technologies SA <[email protected]>
Description: Nym Metapackage
This is a metapackage that depends on nym-vpnd and nymvpn-x. Installing this package will also install both nym-vpnd and nymvpn-x.
Description: NymVPN metapackage
This is a metapackage that depends on nym-vpnd and nym-vpn-app.
Loading