From 5385ee8bf5323c18f820b329ede0f6b0723f09e4 Mon Sep 17 00:00:00 2001 From: xibowen Date: Tue, 20 Feb 2024 15:38:45 +0800 Subject: [PATCH] Update d/watch and d/control --- debian/control | 24 ++++++++++++------------ debian/files | 1 + debian/watch | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 debian/files diff --git a/debian/control b/debian/control index 9d4d0afb..0efd3024 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: debhelper-compat (=13), qtchooser, qtscript5-dev, qttools5-dev-tools -Standards-Version: 4.6.1.0 +Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://gitee.com/openkylin/kylin-nm Vcs-Git: https://gitee.com/openkylin/kylin-nm.git @@ -52,9 +52,9 @@ Description: Gui Applet plugin for display and edit network simply It's better work together with UKUI. Package: kylin-nm-plugin-dev -Architecture: any +Architecture: all Depends: kylin-nm-plugin, ${misc:Depends}, ${shlibs:Depends} -Description: Gui Applet plugin for display and edit network simply +Description: Gui Applet development for display and edit network simply It has beautiful UI and very comfortable to use. It's better work together with UKUI.This is kylin-nm-plugin development file. @@ -63,17 +63,17 @@ Package: libkylin-nm-base Section: libs Architecture: any Depends: network-manager (>=1.2.6), ${misc:Depends}, ${shlibs:Depends} -Description: Gui Applet tool for display and edit network simply - Kylin NM is a Applet tool for managing network settings simply. - It has beautiful UI and very comfortable to use. - It's better work together with UKUI. +Description: Gui lib for display and edit network simply + Lib of kylin NM is provide network interface for ukui.Such as + ukui-greeter, ukui-screensaver, etc.That they can use network + service on own graohical interface like the kylin-nm. Package: libkylin-nm-base-dev Section: libdevel Architecture: any Depends: libkylin-nm-base, ${misc:Depends}, ${shlibs:Depends} -Description: Gui Applet tool for display and edit network simply - Kylin NM is a Applet tool for managing network settings simply. - It has beautiful UI and very comfortable to use. - It's better work together with UKUI.This is libkylin-nm-base - development file. +Description: Gui lib development for display and edit network simply + Lib of kylin NM is provide network interface for ukui.Such as + ukui-greeter, ukui-screensaver, etc.That they can use network + service on own graohical interface like the kylin-nm.This is + libkylin-nm-base development file. diff --git a/debian/files b/debian/files new file mode 100644 index 00000000..e3e460c0 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +kylin-nm_4.0.0.0-1_source.buildinfo utils optional diff --git a/debian/watch b/debian/watch index 8253cbbc..f7bee815 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -https://github.com/ukui/kylin-nm/releases .*/kylin-nm_(\d\S+)\.orig\.tar\.gz +https://gitee.com/openkylin/kylin-nm/releases/ .*/kylin-nm-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))