summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2023-01-27 10:43:28 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-27 10:45:48 +0000
commitc70f4a0794056a0975eda5b6ca18da9399e58b3d (patch)
treed3965640ab27daecc09012c2d8d2b08443576826
parentae046fbf8e6cc8bc856f61a846e0be64dce9a6d3 (diff)
downloadqtdoc-c70f4a0794056a0975eda5b6ca18da9399e58b3d.tar.gz
Fix terminology in the Debian packages page
The name of the 'product' is Enterprise Qt Debian packages. The fix is already included to tqtc/lts-6.2. Change-Id: Icb2907fef91679cd64a64613c7dbaddbd0ba4fdb Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> (cherry picked from commit 1c3ffb3f63490b2ebf19ce3a371bf7e4cfbf8db8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/debian-packages.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/platforms/debian-packages.qdoc b/doc/src/platforms/debian-packages.qdoc
index 7048097b..996f8680 100644
--- a/doc/src/platforms/debian-packages.qdoc
+++ b/doc/src/platforms/debian-packages.qdoc
@@ -6,7 +6,7 @@
\brief Instructions How to Use Enterprise Qt Debian Packages
\title Enterprise Qt Debian Packages
- To use Debian packaging with Qt, add your enterprise repositories to Advanced
+ To use Enterprise Debian packages with Qt, add your enterprise repositories to Advanced
Packaging Tool (APT). For details, see
\l{Debian Repository Configuration Format}.
@@ -43,7 +43,7 @@
\section1 Installing Public GPG Key
- Install a public GPG (GNU Privacy Guard) key for Qt Enterprise Debian
+ Install a public GPG (GNU Privacy Guard) key for Enterprise Qt Debian
repositories as follows:
\badcode
@@ -82,8 +82,8 @@
\section1 Full Configuration Example
- The following code snippet demonstrates the whole work flow with Qt Debian
- packages:
+ The following code snippet demonstrates the whole work flow with
+ Enterprise Qt Debian packages:
\badcode
# install repository key
@@ -129,7 +129,7 @@
Also, try storing the credentials directly into the repository config:
\badcode
- deb [...] https://<Qt Account email>:<Qt Account passwd>@https://debian-packages.qt.io/.....
+ deb [...] https://<Qt Account email>:<Qt Account passwd>@https://debian-packages.qt.io/.....
\endcode
If your password contains special characters, you may need to escape those
@@ -160,7 +160,7 @@
\section1 Repository information for Qt Releases
- Below you can find the Qt releases that the enterprise Qt Debian packaging
+ Below you can find the Qt releases that the Enterprise Qt Debian packages
supports. Pick the needed repositories and add them to your
\e{/etc/apt/sources.list.d/tqtc.list} as instructed above.