Source: psensor
Version: 1.1.5-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

psensor fails to cross build from source, because its dependency on (the
host architecture) perl is unsatisfiable. It produces a conflict with
the build architecture perl required by essential. It actually does want
a build architecture perl and cross builds successfully once you
annotate the dependency with :native. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru psensor-1.1.5/debian/changelog 
psensor-1.1.5/debian/changelog
--- psensor-1.1.5/debian/changelog      2016-06-06 20:25:02.000000000 +0200
+++ psensor-1.1.5/debian/changelog      2018-11-02 22:34:03.000000000 +0100
@@ -1,3 +1,10 @@
+psensor (1.1.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate perl build dependency with :native. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 02 Nov 2018 22:34:03 +0100
+
 psensor (1.1.5-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru psensor-1.1.5/debian/control psensor-1.1.5/debian/control
--- psensor-1.1.5/debian/control        2016-06-06 20:24:39.000000000 +0200
+++ psensor-1.1.5/debian/control        2018-11-02 22:34:01.000000000 +0100
@@ -22,7 +22,7 @@
                libsensors4-dev,
                libudisks2-dev [!kfreebsd-any],
                libxnvctrl-dev [i386 amd64] | nvidia-settings [i386 amd64],
-               perl
+               perl:native
 Standards-Version: 3.9.8
 Vcs-Browser: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git
 Vcs-Git: git://git.wpitchoune.net/psensor-pkg-debian.git

Reply via email to