diff --git a/debian/control b/debian/control index c49c84ca..ea7d1dea 100644 --- a/debian/control +++ b/debian/control @@ -11,21 +11,21 @@ Build-Depends: libgtest-dev, libgmock-dev, libxcb-util0-dev, - qt6-base-dev | qtbase5-dev, - libqt6opengl6 | libqt5opengl5-dev, - qt6-svg-dev | libqt5svg5-dev, - qt6-tools-dev | qttools5-dev, - qt6-tools-dev-tools | qttools5-dev-tools, - libdtk6gui-dev | libdtkgui-dev, - libdtk6widget-dev | libdtkwidget-dev, - libdtk6core-dev | libdtkcore5-bin, - libdtk6core-bin | libdtkcore5-bin + qt6-base-dev, + libqt6opengl6, + qt6-svg-dev, + qt6-tools-dev, + qt6-tools-dev-tools, + libdtk6gui-dev, + libdtk6widget-dev, + libdtk6core-dev, + libdtk6core-bin Standards-Version: 3.9.8 Homepage: http://www.deepin.org Package: deepin-draw Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, qt6-image-formats-plugins | qt5-image-formats-plugins, deepin-picker-cli +Depends: ${shlibs:Depends}, ${misc:Depends}, qt6-image-formats-plugins, deepin-picker-cli Description: Draw for UOS Draw is a lightweight drawing tool for users to freely draw and simply edit images. Recommends: uos-reporter, deepin-event-log, kimageformat-plugins diff --git a/debian/control.1 b/debian/control.1 new file mode 100644 index 00000000..575ccdf9 --- /dev/null +++ b/debian/control.1 @@ -0,0 +1,31 @@ +Source: deepin-draw +Section: utils +Priority: optional +Maintainer: Deepin Packages Builder +Build-Depends: + debhelper, + cmake, + qtbase5-dev, + pkg-config, + libexif-dev, + libqt5svg5-dev, + libraw-dev, + libfreeimage-dev, + libqt5opengl5-dev, + libdtkgui-dev, + qttools5-dev, + qttools5-dev-tools, + libdtkwidget-dev, + libxcb-util0-dev, + libdtkcore5-bin, + libgtest-dev, + libgmock-dev +Standards-Version: 3.9.8 +Homepage: http://www.deepin.org + +Package: deepin-draw +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, qt5-image-formats-plugins, deepin-picker-cli +Description: Draw for UOS + Draw is a lightweight drawing tool for users to freely draw and simply edit images. +Recommends: uos-reporter, deepin-event-log, kimageformat-plugins