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:
Jon Häggblad
2024-09-18 10:16:17 +02:00
committed by GitHub
parent 0c955817fd
commit 2e95ea16f9
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -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:
+5 -4
View File
@@ -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.