diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..eddd71a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +qttranslations-opensource-src (5.15.3-ok1) yangtze; urgency=medium + + * Build for openKylin. + + -- openKylinBot Mon, 25 Apr 2022 22:03:04 +0800 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..22d1445 --- /dev/null +++ b/debian/clean @@ -0,0 +1,2 @@ +Makefile +translations/*.qm diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3ffc799 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: qttranslations-opensource-src +Section: localization +Priority: optional +Maintainer: Debian Qt/KDE Maintainers +Uploaders: Dmitry Shachnev , + Sune Vuorela , + Pino Toscano , + Lisandro Damián Nicanor Pérez Meyer , + Felix Geyer , + Timo Jyrinki , + Simon Quigley , + Patrick Franz +Build-Depends: debhelper-compat (= 13), + qt5-qmake (>= 5.15.3+dfsg~), + qttools5-dev-tools (>= 5.15.3~) +Standards-Version: 4.6.0 +Rules-Requires-Root: no +Homepage: http://qt-project.org/ +Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qttranslations.git +Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qttranslations + +Package: qttranslations5-l10n +Depends: ${misc:Depends} +Architecture: all +Description: translations for Qt 5 + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package provides translation files for Qt itself and some base apps, + such as Qt Linguist, Qt Assistant and Qt Designer. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d5d2dc5 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,57 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qttranslations-opensource-src +Source: https://download.qt.io/official_releases/qt/*/submodules/ + +Files: * +Copyright: 2017-2020 The Qt Company Ltd. +License: GPL-3 with Qt-1.0 exception + +Files: debian/* +Copyright: 2013-2017 Dmitry Shachnev + 2013-2014 Lisandro Damián Nicanor Pérez Meyer +License: LGPL-2.1 + +License: GPL-3 with Qt-1.0 exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in /usr/share/common-licenses/GPL-3. + . + The Qt Company GPL Exception 1.0 + Exception 1: + . + As a special exception you may create a larger work which contains the + output of this application and distribute that work under terms of your + choice, so long as the work is not otherwise derived from or based on + this application and so long as the work does not in itself generate + output that contains the output from this application in its original + or modified form. + . + Exception 2: + . + As a special exception, you have permission to combine this application + with Plugins licensed under the terms of your choice, to produce an + executable, and to copy and distribute the resulting executable under + the terms of your choice. However, the executable must be accompanied + by a prominent notice offering all users of the executable the entire + source code to this application, excluding the source code of the + independent modules, but including any changes you have made to this + application, under the terms of this license. + +License: LGPL-2.1 + This file may be used under the terms of the GNU Lesser General Public + License version 2.1 as published by the Free Software Foundation and + appearing in the file LICENSE.LGPL included in the packaging of this file. + Please review the following information to ensure the GNU Lesser General + Public License version 2.1 requirements will be met: + http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + . + On Debian systems, the complete text of the GNU Lesser General Public License + can be found in `/usr/share/common-licenses/LGPL-2.1`. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8d8cbde --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export QT_SELECT := qt5 + +%: + dh $@ + +override_dh_auto_configure: + qmake diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e27e09a --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://download.qt.io/archive/qt/5.15/([\d\.]*)/submodules/qttranslations-everywhere-opensource-src-([^-]*)\.tar\.xz