More debian files needed for package, and correct license for logo
This commit is contained in:
parent
e8b6324c49
commit
ca53279fb5
4 changed files with 8 additions and 15 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
wireguide (0.2.0-1) unstable; urgency=low
|
||||
wireguide (0.2.0) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Initial Debian packaging.
|
||||
|
||||
-- Micke Nordin <hej@mic.ke> Thu Dec 17 14:35:39 CET 2020
|
||||
-- Micke Nordin <hej@mic.ke> Thu, 17 Dec 2020 14:35:39 +0100
|
||||
|
|
11
debian/control
vendored
11
debian/control
vendored
|
@ -10,14 +10,7 @@ Package: wireguide
|
|||
Section: net
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends:
|
||||
gir1.2-nm-1.0,
|
||||
libnm0,
|
||||
network-manager,
|
||||
python3-wxgtk4.0,
|
||||
wireguard
|
||||
Recommends:
|
||||
resolvconf
|
||||
|
||||
Depends: gir1.2-nm-1.0, libnm0, network-manager, python3-wxgtk4.0, wireguard
|
||||
Recommends: resolvconf
|
||||
Essential: no
|
||||
Description: WireGUIde is a graphical user interface for WireGuard
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -14,4 +14,4 @@
|
|||
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@
|
||||
|
|
|
@ -76,8 +76,8 @@ class WireFrame(wx.Frame): # pylint: disable=too-many-ancestors,too-many-instan
|
|||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
...
|
||||
|
||||
Wireguard ICON by CoreUI is licensed under CC-BY 4.0.
|
||||
<https://creativecommons.org/licenses/by/4.0/>
|
||||
Wireguard ICON by CoreUI is licensed under CC0 1.0.
|
||||
<https://creativecommons.org/publicdomain/zero/1.0/>
|
||||
"""
|
||||
#wx.MessageBox(about, "About WireGUIde" ,wx.OK | wx.ICON_INFORMATION)
|
||||
info = wx.adv.AboutDialogInfo()
|
||||
|
|
Loading…
Add table
Reference in a new issue