diff --git a/debian/control b/debian/control index 786e1d7c..1de0fb0e 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,3 @@ - Source: deepin-reader Section: graphics Priority: optional @@ -7,15 +6,14 @@ Build-Depends: cmake, debhelper (>= 11), pkg-config, - qt6-5compat-dev [!mipsel !mips64el] | libqt5x11extras5-dev, - qt6-base-dev [!mipsel !mips64el] | qtbase5-dev, - qt6-tools-dev-tools [!mipsel !mips64el] | qttools5-dev-tools, - qt6-tools-dev [!mipsel !mips64el] | qttools5-dev, - qt6-svg-dev [!mipsel !mips64el] | libqt5svg5-dev, - qt6-webengine-dev [!mipsel !mips64el] | qtwebengine5-dev, - libdtk6widget-dev [!mipsel !mips64el] | libdtkwidget-dev, - libdtk6gui-dev [!mipsel !mips64el] | libdtkgui-dev, - libdtk6core-dev [!mipsel !mips64el] | libdtkcore-dev, + qt6-base-dev, + qt6-tools-dev-tools, + qt6-tools-dev, + qt6-svg-dev, + qt6-webengine-dev, + libdtk6widget-dev, + libdtk6gui-dev, + libdtk6core-dev, libgxps-dev, libcairo2-dev, libglib2.0-dev, @@ -35,10 +33,10 @@ Standards-Version: 4.5.0 Package: deepin-reader Architecture: any -Depends: - ${shlibs:Depends}, - ${misc:Depends}, - pandoc, - libqt6webenginecore6-bin [!mipsel !mips64el] | libqt5core5a, +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + pandoc, + libqt6webenginecore6-bin, Description: a tool for reading document files. Document Viewer is a tool for reading document files, supporting PDF, DJVU, DOCX etc. diff --git a/debian/control.1 b/debian/control.1 new file mode 100644 index 00000000..2c869b43 --- /dev/null +++ b/debian/control.1 @@ -0,0 +1,40 @@ +Source: deepin-reader +Section: graphics +Priority: optional +Maintainer: deepin +Build-Depends: + cmake, + debhelper (>= 11), + pkg-config, + qtbase5-dev, + qt5-qmake, + qttools5-dev-tools, + libqt5svg5-dev, + libqt5x11extras5-dev, + qtwebengine5-dev, + libdtkwidget-dev, + libdtkgui-dev, + libdtkcore-dev, + libspectre-dev, + libdjvulibre-dev, + libtiff-dev, + libjpeg-dev, + libicu-dev, + libpng-dev, + zlib1g-dev, + liblcms2-dev, + libopenjp2-7-dev, + libfreetype6-dev, + libgtest-dev, + libchardet-dev, + libxkbcommon-dev, +Standards-Version: 4.5.0 + +Package: deepin-reader +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + pandoc, +Description: a tool for reading document files. + Document Viewer is a tool for reading document files, supporting PDF, DJVU, DOCX etc.