Skip to content

Commit

Permalink
Update nym-vpn metapackage and replace nymvpn-x with nym-vpn-app (#4889)
Browse files Browse the repository at this point in the history
* Update nym-vpn metapackage to 0.2.0 and replace nymvpn-x with nym-vpn-app

* Fix compression

* Update description
  • Loading branch information
octol authored Sep 18, 2024
1 parent 0c95581 commit 2e95ea1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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.

0 comments on commit 2e95ea1

Please sign in to comment.