File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 <xmulitech@gmail.com> 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 <xmulitech@gmail.com> Friday, 04 March 2021 20:17:04 +0800
9-
10-
18+ -- xmuli tech <xmulitech@gmail.com> Fri, 04 Mar 2021 20:17:04 +0800
1119
1220lfxnet (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 <xmulitech@gmail.com> Friday , 04 March 2021 20:17:04 +0800
27+ -- xmuli tech <xmulitech@gmail.com> Fri , 04 Mar 2021 20:17:04 +0800
2028
2129lfxnet (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 <xmulitech@gmail.com> Friday , 04 March 2021 21:26:32 +0800
37+ -- xmuli tech <xmulitech@gmail.com> Fri , 04 Mar 2021 21:26:32 +0800
3038
3139lfxnet (1.1.0-1) unstable; urgency=medium
3240
Original file line number Diff line number Diff line change 1- Source: lfxnet
2- Section: unknown
1+ Source: netspeed
2+ Section: utils
33Priority: optional
44Maintainer: xmuli tech <xmulitech@gmail.com>
5- Build-Depends: debhelper (>= 11)
5+ Build-Depends:
6+ debhelper (>= 11),
7+ cmake,
68Standards-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
1212Architecture: any
1313Depends: ${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
Original file line number Diff line number Diff line change 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-
You can’t perform that action at this time.
0 commit comments