!11 Fix the wrong maintainer and update changelog
From: @tanyulong2021 Reviewed-by: @pei-jiankang Signed-off-by: @pei-jiankang
This commit is contained in:
commit
b79a7e2880
42
0002-Fix-the-wrong-maintainer-and-update-changelog.patch
Normal file
42
0002-Fix-the-wrong-maintainer-and-update-changelog.patch
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
From 580fc9f00e1a09070d2bcadf5b0bdae494f1899c Mon Sep 17 00:00:00 2001
|
||||||
|
From: tanyulong <tanyulong@kylinos.cn>
|
||||||
|
Date: Tue, 2 Nov 2021 11:04:39 +0800
|
||||||
|
Subject: [PATCH] Fix the wrong maintainer and update changelog
|
||||||
|
|
||||||
|
---
|
||||||
|
debian/changelog | 8 ++++++++
|
||||||
|
debian/control | 2 +-
|
||||||
|
2 files changed, 9 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/debian/changelog b/debian/changelog
|
||||||
|
index f29986e..537cb5e 100755
|
||||||
|
--- a/debian/changelog
|
||||||
|
+++ b/debian/changelog
|
||||||
|
@@ -1,3 +1,11 @@
|
||||||
|
+ukui-system-monitor (1.0.2-1) unstable; urgency=medium
|
||||||
|
+
|
||||||
|
+ * New upstream release.
|
||||||
|
+ * d/control: Remove useless depends to allow migration.
|
||||||
|
+
|
||||||
|
+ -- handsome_feng <jianfengli@ubuntukylin.com> Thu, 26 Nov 2020 10:12:45
|
||||||
|
+
|
||||||
|
+
|
||||||
|
ukui-system-monitor (1.0.0-1+1027) focal; urgency=medium
|
||||||
|
|
||||||
|
* Daily build.
|
||||||
|
diff --git a/debian/control b/debian/control
|
||||||
|
index e79418e..4afd80c 100755
|
||||||
|
--- a/debian/control
|
||||||
|
+++ b/debian/control
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
Source: ukui-system-monitor
|
||||||
|
Section: x11
|
||||||
|
Priority: optional
|
||||||
|
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@list.ubuntu.net>
|
||||||
|
+Maintainer: Kylin Team <team+kylin@tracker.debian.org>
|
||||||
|
Uploaders: handsome_feng <jianfengli@ubuntukylin.com>
|
||||||
|
Build-Depends: debhelper-compat (= 12),
|
||||||
|
qtbase5-dev (>= 5.1),
|
||||||
|
--
|
||||||
|
2.30.0
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: ukui-system-monitor
|
Name: ukui-system-monitor
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A simple system monitor written in QT
|
Summary: A simple system monitor written in QT
|
||||||
License: GPL-3+ GPL-2+
|
License: GPL-3+ GPL-2+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -35,6 +35,7 @@ Requires: libpcap
|
|||||||
patch0: 0001-removes-transparency.patch
|
patch0: 0001-removes-transparency.patch
|
||||||
patch1: hide_idle_rate.patch
|
patch1: hide_idle_rate.patch
|
||||||
patch2: 0001-add-storage-check.patch
|
patch2: 0001-add-storage-check.patch
|
||||||
|
patch3: 0002-Fix-the-wrong-maintainer-and-update-changelog.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A simple system monitor written in QT
|
A simple system monitor written in QT
|
||||||
@ -44,6 +45,7 @@ A simple system monitor written in QT
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PATH=%{_qt5_bindir}:$PATH
|
export PATH=%{_qt5_bindir}:$PATH
|
||||||
@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 02 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.1-5
|
||||||
|
- Fix the wrong maintainer and update changelog
|
||||||
|
|
||||||
* Thu Oct 28 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.1-4
|
* Thu Oct 28 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.1-4
|
||||||
- add storage check
|
- add storage check
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user