Skip to content

Commit 10f598c

Browse files
committed
docs: modify debian
1 parent a6a3de0 commit 10f598c

File tree

3 files changed

+23
-39
lines changed

3 files changed

+23
-39
lines changed

debian/changelog

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
lfxnet (2.2.0-1) unstable; urgency=medium
1+
netspeed (2.3.0-1) stable; urgency=medium
2+
3+
* 设置 CMake 命令,部署 make install 时候使用
4+
* 删除部分 UI 控件(无用)
5+
* 添加 LOGO 图片
6+
* 添加置悬浮窗口的置顶功能
7+
* 添加 NetPlugins 的窗口,设置固定宽度为(重选一个字体生效)
8+
9+
-- xmuli tech <[email protected]> Tue, 23 Mar 2021 20:17:04 +0800
10+
11+
netspeed (2.2.0-1) unstable; urgency=medium
212

313
* 将项目 lfxNet 重命名为 NetSpeed.
414
* 将 DDE—DOCK 插件 liblfxMonitorNet.so 重命名为 libNetPlugins.so
515
* 删除大量注释代码
616
* 其它改动的我也忘记了,汗
717

8-
-- xmuli tech <[email protected]> Friday, 04 March 2021 20:17:04 +0800
9-
10-
18+
-- xmuli tech <[email protected]> Fri, 04 Mar 2021 20:17:04 +0800
1119

1220
lfxnet (2.1.0-1) unstable; urgency=medium
1321

@@ -16,7 +24,7 @@ lfxnet (2.1.0-1) unstable; urgency=medium
1624
* 删除大量注释代码
1725
* 调整 UI, 更小更紧凑
1826

19-
-- xmuli tech <[email protected]> Friday, 04 March 2021 20:17:04 +0800
27+
-- xmuli tech <[email protected]> Fri, 04 Mar 2021 20:17:04 +0800
2028

2129
lfxnet (2.0.0-1) unstable; urgency=medium
2230

@@ -26,7 +34,7 @@ lfxnet (2.0.0-1) unstable; urgency=medium
2634
* 修复诸多 BUG
2735
* 是一次很大功能的更新
2836

29-
-- xmuli tech <[email protected]> Friday, 04 March 2021 21:26:32 +0800
37+
-- xmuli tech <[email protected]> Fri, 04 Mar 2021 21:26:32 +0800
3038

3139
lfxnet (1.1.0-1) unstable; urgency=medium
3240

debian/control

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
Source: lfxnet
2-
Section: unknown
1+
Source: netspeed
2+
Section: utils
33
Priority: optional
44
Maintainer: xmuli tech <[email protected]>
5-
Build-Depends: debhelper (>= 11)
5+
Build-Depends:
6+
debhelper (>= 11),
7+
cmake,
68
Standards-Version: 4.1.3
7-
Homepage: <insert the upstream URL, if relevant>
8-
#Vcs-Browser: https://salsa.debian.org/debian/lfxnet
9-
#Vcs-Git: https://salsa.debian.org/debian/lfxnet.git
9+
Homepage: https://github.com/xmuli/NetSpeed
1010

11-
Package: lfxnet
11+
Package: netspeed
1212
Architecture: any
1313
Depends: ${shlibs:Depends}, ${misc:Depends}
14-
cmake,
15-
g++,
16-
libdtkgui-dev,
17-
dde-dock-dev
18-
Description: lfxMonitorNet is a network speed plugin
19-
lfxMonitorNet is a subpart of lfxNet and is available as a plugin for de-dock (DDE). It is used to display the network speed, CPU and memory usage in real time, and already has a traffic alert function.
14+
Description: NetSpeed is the network speed hover window (Linux universal).
15+
NetSpeed is the NetSpeed hover window (Linux) and NetPlugins is the NetSpeed plugin for dde-dock(only DDE).
2016

debian/rules

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
#!/usr/bin/make -f
2-
# See debhelper(7) (uncomment to enable)
3-
# output every command that modifies files on the build system.
4-
#export DH_VERBOSE = 1
5-
6-
7-
# see FEATURE AREAS in dpkg-buildflags(1)
8-
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
9-
10-
# see ENVIRONMENT in dpkg-buildflags(1)
11-
# package maintainers to append CFLAGS
12-
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
13-
# package maintainers to append LDFLAGS
14-
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
15-
162

173
%:
184
dh $@
195

20-
21-
# dh_make generated override targets
22-
# This is example for Cmake (See https://bugs.debian.org/641051 )
23-
#override_dh_auto_configure:
24-
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
25-

0 commit comments

Comments
 (0)