From ca53279fb54df7542ab7d068a9e9f0d60fe79220 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 17 Dec 2020 15:47:54 +0100 Subject: [PATCH] More debian files needed for package, and correct license for logo --- debian/changelog | 6 +++--- debian/control | 11 ++--------- debian/rules | 2 +- src/wireguide | 4 ++-- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9950eb..5269b7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu Dec 17 14:35:39 CET 2020 + -- Micke Nordin Thu, 17 Dec 2020 14:35:39 +0100 diff --git a/debian/control b/debian/control index 4c14b08..fb92e0d 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index b41a155..c68a294 100755 --- a/debian/rules +++ b/debian/rules @@ -14,4 +14,4 @@ %: - dh $@ + dh $@ diff --git a/src/wireguide b/src/wireguide index 3e387ce..0c6b651 100755 --- a/src/wireguide +++ b/src/wireguide @@ -76,8 +76,8 @@ class WireFrame(wx.Frame): # pylint: disable=too-many-ancestors,too-many-instan along with this program. If not, see . ... - Wireguard ICON by CoreUI is licensed under CC-BY 4.0. - + Wireguard ICON by CoreUI is licensed under CC0 1.0. + """ #wx.MessageBox(about, "About WireGUIde" ,wx.OK | wx.ICON_INFORMATION) info = wx.adv.AboutDialogInfo()