[neon/extras/qcoro/Neon/release] debian: Add Multi-Arch hints.

Sandro Knauß null at kde.org
Wed May 4 12:31:29 BST 2022


Git commit 5f58de81db4683419f342c9527c2fca4855c22c2 by Sandro Knauß.
Committed on 25/02/2022 at 19:22.
Pushed by jriddell into branch 'Neon/release'.

Add Multi-Arch hints.

M  +1    -0    debian/changelog
M  +7    -0    debian/control

https://invent.kde.org/neon/extras/qcoro/commit/5f58de81db4683419f342c9527c2fca4855c22c2

diff --git a/debian/changelog b/debian/changelog
index 21214e6..631e4a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qcoro (0.4.0-2) UNRELEASED; urgency=medium
   [ Sandro Knauß ]
   * Add dependencies on dev packages to qtX-dev packages.
   * Set correct Debian maintainer information.
+  * Add Multi-Arch hints.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 21 Feb 2022 18:02:30 +0100
 
diff --git a/debian/control b/debian/control
index 16a46ea..c044a7d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Rules-Requires-Root: no
 
 Package: libqcoro5core0
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C++20 coroutines for Qt5 - Core
  QCoro is a C++ library that provide set of tools to make use of C++20
@@ -26,6 +27,7 @@ Description: C++20 coroutines for Qt5 - Core
 
 Package: libqcoro6core0
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C++20 coroutines for Qt6 - Core
  QCoro is a C++ library that provide set of tools to make use of C++20
@@ -35,6 +37,7 @@ Description: C++20 coroutines for Qt6 - Core
 
 Package: libqcoro5dbus0
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C++20 coroutines for Qt5 - DBus
  QCoro is a C++ library that provide set of tools to make use of C++20
@@ -44,6 +47,7 @@ Description: C++20 coroutines for Qt5 - DBus
 
 Package: libqcoro6dbus0
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C++20 coroutines for Qt6 - DBus
  QCoro is a C++ library that provide set of tools to make use of C++20
@@ -53,6 +57,7 @@ Description: C++20 coroutines for Qt6 - DBus
 
 Package: libqcoro5network0
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C++20 coroutines for Qt5 - Network
  QCoro is a C++ library that provide set of tools to make use of C++20
@@ -62,6 +67,7 @@ Description: C++20 coroutines for Qt5 - Network
 
 Package: libqcoro6network0
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C++20 coroutines for Qt6 - Network
  QCoro is a C++ library that provide set of tools to make use of C++20
@@ -71,6 +77,7 @@ Description: C++20 coroutines for Qt6 - Network
 
 Package: qcoro-doc
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Section: doc
 Description: C++20 coroutines for Qt5 - documentation & examples



More information about the Neon-commits mailing list