Source: gamemode
Version: 1.5.1-2
Severity: important
Tags: ftbfs patch

gamemode fails to build from source for anything but amd64. A .install
file hard codes the amd64 triplet. Please consider applying the attached
patch to fix that.

Helmut
diff --minimal -Nru gamemode-1.5.1/debian/changelog 
gamemode-1.5.1/debian/changelog
--- gamemode-1.5.1/debian/changelog     2020-04-30 13:44:10.000000000 +0200
+++ gamemode-1.5.1/debian/changelog     2020-05-03 18:01:37.000000000 +0200
@@ -1,3 +1,10 @@
+gamemode (1.5.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS for !amd64: Don't hardcode the triplet. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 03 May 2020 18:01:37 +0200
+
 gamemode (1.5.1-2) unstable; urgency=medium
 
   [ Stephan Lachnit ]
diff --minimal -Nru gamemode-1.5.1/debian/libgamemode-dev.install 
gamemode-1.5.1/debian/libgamemode-dev.install
--- gamemode-1.5.1/debian/libgamemode-dev.install       2020-04-30 
13:44:10.000000000 +0200
+++ gamemode-1.5.1/debian/libgamemode-dev.install       2020-05-03 
18:01:32.000000000 +0200
@@ -1,7 +1,7 @@
 usr/include/
-usr/lib/x86_64-linux-gnu/libgamemode.so
-usr/lib/x86_64-linux-gnu/libgamemodeauto.so
-usr/lib/x86_64-linux-gnu/pkgconfig/gamemode.pc
-usr/lib/x86_64-linux-gnu/pkgconfig/gamemode-auto.pc
+usr/lib/*/libgamemode.so
+usr/lib/*/libgamemodeauto.so
+usr/lib/*/pkgconfig/gamemode.pc
+usr/lib/*/pkgconfig/gamemode-auto.pc
 usr/lib/*/libgamemode.so
 usr/lib/*/pkgconfig/gamemode.pc

Reply via email to