mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
f98c1f6e0d
对于无配置的Key,gSetting在调用gio函数的时候会崩溃,主要是g_settings_get_value内部断言造成的 Log: 无效gSetting配置导致程序崩溃 Bug: https://pms.uniontech.com/zentao/bug-view-65675.html Change-Id: Ifc5af2535a4a19a27920f24392f53cdda4526d65
36 lines
844 B
Plaintext
36 lines
844 B
Plaintext
Source: gio-qt
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Gary Wang <wzc782970009@gmail.com>
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
cmake,
|
|
pkg-config,
|
|
qtbase5-dev,
|
|
qt5-qmake,
|
|
libglibmm-2.4-dev,
|
|
doxygen,
|
|
qttools5-dev-tools
|
|
Standards-Version: 3.9.8
|
|
Homepage: https://github.com/linuxdeepin/gio-qt
|
|
|
|
Package: libgio-qt
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libglibmm-2.4-1v5
|
|
Description: Gio wrapper for Qt.
|
|
A convenient way to bind gio with Qt5.
|
|
|
|
Package: libgio-qt-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: libgio-qt, ${misc:Depends}, libglibmm-2.4-dev
|
|
Description: Development package for libgio-qt.
|
|
A convenient way to bind gio with Qt5.
|
|
|
|
Package: libgio-qt-doc
|
|
Architecture: any
|
|
Section: doc
|
|
Depends: ${misc:Depends}
|
|
Description: Gio wrapper for Qt (documentation)
|
|
A convenient way to bind gio with Qt5.
|