[neon/qt6/qt6-quick3d/Neon/release] debian: Update to 6.2.2.
Patrick Franz
null at kde.org
Wed Dec 15 16:02:40 GMT 2021
Git commit 84cd403d1805d86af57d5ecb7610efc6fa0aff8a by Patrick Franz.
Committed on 04/12/2021 at 17:43.
Pushed by jriddell into branch 'Neon/release'.
Update to 6.2.2.
M +1 -1 debian/changelog
M +14 -7 debian/control
M +2 -29 debian/copyright
https://invent.kde.org/neon/qt6/qt6-quick3d/commit/84cd403d1805d86af57d5ecb7610efc6fa0aff8a
diff --git a/debian/changelog b/debian/changelog
index cfa54c7..8253827 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qt6-quick3d (6.2.1-1) experimental; urgency=medium
+qt6-quick3d (6.2.2-1) experimental; urgency=medium
* Initial release (Closes: #999852)
diff --git a/debian/control b/debian/control
index cca1a1a..7a6ab05 100644
--- a/debian/control
+++ b/debian/control
@@ -5,20 +5,21 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Patrick Franz <deltaone at debian.org>
Build-Depends: cmake (>= 3.18~),
debhelper-compat (= 13),
+ libassimp-dev (>= 5.1~),
libgl-dev,
- libqt6opengl6-dev (>= 6.2.1+dfsg~),
- libqt6quicktimeline6-dev (>= 6.2.1~),
- libqt6shadertools6-dev (>= 6.2.1~),
+ libqt6opengl6-dev (>= 6.2.2+dfsg~),
+ libqt6quicktimeline6-dev (>= 6.2.2~),
+ libqt6shadertools6-dev (>= 6.2.2~),
libssl-dev,
libvulkan-dev [linux-any],
libxcb-xkb-dev,
ninja-build,
pkg-config,
pkg-kde-tools,
- qt6-base-dev (>= 6.2.1+dfsg~),
- qt6-base-private-dev (>= 6.2.1+dfsg~),
- qt6-declarative-dev (>= 6.2.1+dfsg~),
- qt6-declarative-private-dev (>= 6.2.1+dfsg~),
+ qt6-base-dev (>= 6.2.2+dfsg~),
+ qt6-base-private-dev (>= 6.2.2+dfsg~),
+ qt6-declarative-dev (>= 6.2.2+dfsg~),
+ qt6-declarative-private-dev (>= 6.2.2+dfsg~),
zlib1g-dev,
Standards-Version: 4.6.0
Homepage: https://www.qt.io/developers/
@@ -31,3 +32,9 @@ Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
+
+Package: qt6-quick3d-dev
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
index b228a41..fc92483 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: qt6-quick3d
-Upstream-Contact: <preferred name and address to reach the upstream project>
-Source: <url://example.com>
+Upstream-Name: qtquick3d-everywhere-src
+Source: https://download.qt.io/archive/qt/*/submodules/
Files: *
Copyright: <years> <put author's name and email here>
@@ -12,32 +11,6 @@ License: <special license>
.
<Including paragraphs>
-# If you want to use GPL v2 or later for the /debian/* files use
-# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2021 Patrick Franz <deltaone at debian.org>
License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This package 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.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-# Please avoid picking licenses with terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
-#
-# If you need, there are some extra license texts available in two places:
-# /usr/share/debhelper/dh_make/licenses/
-# /usr/share/common-licenses/
More information about the Neon-commits
mailing list