Import Debian changes 5.15.3-ok1
qttranslations-opensource-src (5.15.3-ok1) yangtze; urgency=medium * Build for openKylin.
This commit is contained in:
parent
5e22297ac0
commit
e5172d88ff
|
@ -0,0 +1,5 @@
|
|||
qttranslations-opensource-src (5.15.3-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800
|
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
translations/*.qm
|
|
@ -0,0 +1,30 @@
|
|||
Source: qttranslations-opensource-src
|
||||
Section: localization
|
||||
Priority: optional
|
||||
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
|
||||
Uploaders: Dmitry Shachnev <mitya57@debian.org>,
|
||||
Sune Vuorela <debian@pusling.com>,
|
||||
Pino Toscano <pino@debian.org>,
|
||||
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
|
||||
Felix Geyer <fgeyer@debian.org>,
|
||||
Timo Jyrinki <timo@debian.org>,
|
||||
Simon Quigley <tsimonq2@debian.org>,
|
||||
Patrick Franz <deltaone@debian.org>
|
||||
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.
|
|
@ -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 <mitya57@debian.org>
|
||||
2013-2014 Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
|
||||
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`.
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,2 @@
|
|||
version=4
|
||||
https://download.qt.io/archive/qt/5.15/([\d\.]*)/submodules/qttranslations-everywhere-opensource-src-([^-]*)\.tar\.xz
|
Loading…
Reference in New Issue