Source: at
Version: 3.1.20-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

at fails to cross build from source, because its perl dependency is
unsatisfiable. It requests the host architecture perl, which is neither
installable nor executable, even though it really needs a build
architecture perl. Annotating the perl dependency with :any fixes that
and makes the cross build succeed. Please consider applying the attached
patch.

Helmut
--- at-3.1.20/debian/changelog
+++ at-3.1.20/debian/changelog
@@ -1,3 +1,10 @@
+at (3.1.20-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate perl dependency with :any (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 20 Dec 2016 19:21:00 +0100
+
 at (3.1.20-1) unstable; urgency=low
 
   * New release 3.1.20:
--- at-3.1.20/debian/control
+++ at-3.1.20/debian/control
@@ -11,7 +11,7 @@
                flex,
                libpam0g-dev,
                libselinux1-dev [linux-any],
-               perl (>= 5.10.1),
+               perl:any (>= 5.10.1),
 Vcs-Browser: https://anonscm.debian.org/git/collab-maint/at.git/
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/at.git/ -b debian
 Homepage: http://blog.calhariz.com

Reply via email to