Initial preparation
authorBoyuan Yang <byang@debian.org>
Tue, 5 May 2020 13:52:47 +0000 (09:52 -0400)
committerBoyuan Yang <byang@debian.org>
Tue, 5 May 2020 13:52:47 +0000 (09:52 -0400)
debian/control
debian/copyright
debian/libdtkcore-bin.install [deleted file]
debian/libdtkcore2.install [deleted file]
debian/libdtkcore2.shlibs [deleted file]
debian/libdtkcore5-bin.install [new file with mode: 0644]
debian/libdtkcore5.install [new file with mode: 0644]
debian/libdtkcore5.shlibs [new file with mode: 0644]

index c2a7c4c0cf470a8a47071a9c30a2d87d5ef60fd7..0463399d7a4ff3f159715107c89f0956cc197047 100644 (file)
@@ -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.
  .
index 58f0abadb5f6f0bb9ac23c5f12ab7fbad228a1b0..666f93253de153a6e8947ab0aefa27e40153cc59 100644 (file)
@@ -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 <byang@debian.org>
-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 <kirigaya@mkacg.com>
-License: GPL-3+
+License: LGPL-3+
 
 Files: src/util/resources/dpinyin.dict
 Copyright: 2016 kirigaya <kirigaya@mkacg.com>
@@ -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 <https://www.gnu.org/licenses/>
  .
- 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 (file)
index 0ca22cc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/*/DCore/bin/*
diff --git a/debian/libdtkcore2.install b/debian/libdtkcore2.install
deleted file mode 100644 (file)
index 5ea551d..0000000
+++ /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 (file)
index 999cef3..0000000
+++ /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 (file)
index 0000000..0ca22cc
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*/*/DCore/bin/*
diff --git a/debian/libdtkcore5.install b/debian/libdtkcore5.install
new file mode 100644 (file)
index 0000000..7046294
--- /dev/null
@@ -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 (file)
index 0000000..8cbef92
--- /dev/null
@@ -0,0 +1 @@
+libdtkcore 5 libdtkcore5 (>= 5.2.0)