[neon/extras/qtav/Neon/release] debian: rules: drop unused DEB_BUILD_MULTIARCH var

Pino Toscano null at kde.org
Tue Aug 9 13:25:36 BST 2022


Git commit 3508526c5ff2186ab75be7ff07b9b5dbdb82bf3a by Pino Toscano.
Committed on 21/08/2021 at 10:02.
Pushed by jriddell into branch 'Neon/release'.

rules: drop unused DEB_BUILD_MULTIARCH var

M  +1    -0    debian/changelog
M  +0    -1    debian/rules

https://invent.kde.org/neon/extras/qtav/commit/3508526c5ff2186ab75be7ff07b9b5dbdb82bf3a

diff --git a/debian/changelog b/debian/changelog
index 62697d8..54b5b48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ qtav (1.13.0+ds-4) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.6.0, no changes required.
   * Add the configuration for the CI on salsa.
   * Remove the explicit as-needed linking, as it is done by binutils now.
+  * Drop query for DEB_BUILD_MULTIARCH in rules, as it is not used.
 
  -- Debian Qt extras Maintainers <debian-qt-kde at lists.debian.org>  Sat, 21 Aug 2021 11:57:01 +0200
 
diff --git a/debian/rules b/debian/rules
index 171df18..b2f7dfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
 export QT_SELECT=qt5
 
 %:



More information about the Neon-commits mailing list