From: Boyuan Yang Date: Tue, 5 May 2020 13:52:47 +0000 (-0400) Subject: Initial preparation X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~83 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8adf66123142b889836a90cc9d584d2ab93ad736;p=dtkcore.git Initial preparation --- diff --git a/debian/control b/debian/control index c2a7c4c..0463399 100644 --- a/debian/control +++ b/debian/control @@ -19,11 +19,11 @@ Homepage: https://github.com/linuxdeepin/dtkcore Vcs-Git: https://salsa.debian.org/pkg-deepin-team/dtkcore.git Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/dtkcore -Package: libdtkcore-bin +Package: libdtkcore5-bin Architecture: any Section: utils Depends: - libdtkcore2 (= ${binary:Version}), + libdtkcore5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Description: Deepin Tool Kit Core library (utilities) @@ -39,7 +39,7 @@ Architecture: any Section: libdevel Multi-Arch: same Depends: - libdtkcore2 (= ${binary:Version}), + libdtkcore5 (= ${binary:Version}), ${misc:Depends}, Breaks: libdtkwidget-dev (<< 2.0.5.2-3), @@ -52,12 +52,13 @@ Description: Deepin Tool Kit Core library (development files) . This package contains the header files and static libraries of DtkCore. -Package: libdtkcore2 +Package: libdtkcore5 Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, + lshw, Description: Deepin Tool Kit Core library DtkCore is a base library of Deepin Qt/C++ applications. . diff --git a/debian/copyright b/debian/copyright index 58f0aba..666f932 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,12 +4,12 @@ Source: https://github.com/linuxdeepin/dtkcore Files: * Copyright: 2010-2018, Deepin Technology Co., Ltd. -License: GPL-3+ +License: LGPL-3+ Files: debian/* Copyright: 2010-2017, Deepin Technology Co., Ltd. 2017-2019, Boyuan Yang -License: GPL-3+ +License: LGPL-3+ Files: src/log/AbstractAppender.h src/log/AbstractStringAppender.h @@ -32,7 +32,7 @@ License: LGPL-2.1 Files: src/util/dpinyin.h Copyright: 2017 Deepin Technology Co., Ltd. 2016 kirigaya -License: GPL-3+ +License: LGPL-3+ Files: src/util/resources/dpinyin.dict Copyright: 2016 kirigaya @@ -80,9 +80,9 @@ License: LGPL-2.1 Public License version 32.1 can be found in "/usr/share/common-licenses/LGPL-2.1". -License: GPL-3+ +License: LGPL-3+ This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . @@ -91,8 +91,8 @@ License: GPL-3+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". diff --git a/debian/libdtkcore-bin.install b/debian/libdtkcore-bin.install deleted file mode 100644 index 0ca22cc..0000000 --- a/debian/libdtkcore-bin.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/*/DCore/bin/* diff --git a/debian/libdtkcore2.install b/debian/libdtkcore2.install deleted file mode 100644 index 5ea551d..0000000 --- a/debian/libdtkcore2.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/*/libdtkcore.so.2 -usr/lib/*/libdtkcore.so.2.* diff --git a/debian/libdtkcore2.shlibs b/debian/libdtkcore2.shlibs deleted file mode 100644 index 999cef3..0000000 --- a/debian/libdtkcore2.shlibs +++ /dev/null @@ -1 +0,0 @@ -libdtkcore 2 libdtkcore2 (>= 2.1.1) diff --git a/debian/libdtkcore5-bin.install b/debian/libdtkcore5-bin.install new file mode 100644 index 0000000..0ca22cc --- /dev/null +++ b/debian/libdtkcore5-bin.install @@ -0,0 +1 @@ +usr/lib/*/*/DCore/bin/* diff --git a/debian/libdtkcore5.install b/debian/libdtkcore5.install new file mode 100644 index 0000000..7046294 --- /dev/null +++ b/debian/libdtkcore5.install @@ -0,0 +1,3 @@ +usr/lib/*/libdtkcore.so.5 +usr/lib/*/libdtkcore.so.5.* +usr/share/glib-2.0/schemas diff --git a/debian/libdtkcore5.shlibs b/debian/libdtkcore5.shlibs new file mode 100644 index 0000000..8cbef92 --- /dev/null +++ b/debian/libdtkcore5.shlibs @@ -0,0 +1 @@ +libdtkcore 5 libdtkcore5 (>= 5.2.0)