Change deb package name to wfb-ng.

Old package "wifibroadcast" will be replaced during update.
This commit is contained in:
Vasily Evseenko 2022-07-06 22:52:58 +03:00
parent 4293b8a066
commit ee16e564c6
2 changed files with 6 additions and 5 deletions

View File

@ -60,8 +60,8 @@ if version and commit:
fd.write("# Don't make any changes here, use local.cfg instead!\n\n[common]\nversion = %r\ncommit = %r\n" % (version, commit))
setup(
url="http://wifibroadcast.org",
name="wifibroadcast",
url="http://wfb-ng.org",
name="wfb-ng",
version=version,
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
zip_safe=False,
@ -77,9 +77,9 @@ setup(
('/etc/sysctl.d', ['scripts/98-wifibroadcast.conf']),
('/etc/logrotate.d', ['scripts/wifibroadcast'])],
keywords="wifibroadcast",
keywords="wfb-ng, wifibroadcast",
author="Vasily Evseenko",
author_email="svpcom@p2ptech.org",
description="Wifibroadcast server",
description="The next generation of long-range packet radio link based on raw WiFi radio",
license="GPLv3",
)

View File

@ -1,3 +1,4 @@
[DEFAULT]
Depends3: python3-twisted, libpcap-dev, libsodium-dev, python3-pyroute2, python3-future, python3-serial
Package3: wifibroadcast
Package3: wfb-ng
Replaces3: wifibroadcast