!12 remove in debian copyright file

From: @tanyulong2021
Reviewed-by: @dou33
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2021-10-29 09:20:50 +00:00 committed by Gitee
commit 3ff09a713a
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From 47cd0361ea8f29ad2a92ad280f1882087af3e547 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
Date: Fri, 29 Oct 2021 11:04:43 +0800
Subject: [PATCH] remove in debian copyright file
---
debian/copyright | 1 -
1 file changed, 1 deletion(-)
diff --git a/debian/copyright b/debian/copyright
index 9920bbb..a79795b 100755
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,7 +10,6 @@ Files: CMakeLists.txt
debian/*
screensaver/*
Common/*
- .gitmodules
Copyright: 2018, Tianjin KYLIN Information Technology Co., Ltd.
License: GPL-3+
--
2.30.0

View File

@ -1,6 +1,6 @@
Name: ukui-screensaver
Version: 3.0.1
Release: 4
Release: 5
Summary: parallels toolbox for UKUI
License: GPL-3+ GPL-2+
URL: http://www.ukui.org
@ -29,6 +29,7 @@ Requires: dconf-devel
patch0: 0001-fix-icon-misplaced.patch
patch1: 0002-fix-ukui-screensaver-dialog-lock.patch
patch2: 0003-Fix-a-return-type-error.patch
patch3: 0004-remove-in-debian-copyright-file.patch
%description
The ukui-sidebar is mainly used in the desktop operating system.
@ -41,6 +42,7 @@ patch2: 0003-Fix-a-return-type-error.patch
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
cmake .
@ -69,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
#%%{_datadir}/ukui-screensaver/screensaver-en.ini
%changelog
* Fri Oct 29 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-5
- No the file .gitmodules,so remove in debian/copyright file
* Thu Oct 28 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-4
- Fix a return type error