Update nym-vpn metapackage and replace nymvpn-x with nym-vpn-app (#4889)
* Update nym-vpn metapackage to 0.2.0 and replace nymvpn-x with nym-vpn-app * Fix compression * Update description
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 <contact@nymtech.net>
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user