Source: gmediaserver
Version: 0.13.0-8
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

gmediaserver fails to satisfy its cross build dependencies, because its
perl dependency is unsatisfiable. It needs perl as a build tool, but
requests it for the host architecture. Since perl-base is essential, it
cannot be installed for the host architecture anyhow. Annotating the
dependency with :native (or :any if you prefer) fixes the cross build.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru gmediaserver-0.13.0/debian/changelog 
gmediaserver-0.13.0/debian/changelog
--- gmediaserver-0.13.0/debian/changelog        2012-04-25 16:06:03.000000000 
+0200
+++ gmediaserver-0.13.0/debian/changelog        2018-01-15 19:39:07.000000000 
+0100
@@ -1,3 +1,10 @@
+gmediaserver (0.13.0-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate Build-Depends: perl with :native (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 15 Jan 2018 19:39:07 +0100
+
 gmediaserver (0.13.0-8) unstable; urgency=low
 
   * Update to Standards version 3.9.3
diff --minimal -Nru gmediaserver-0.13.0/debian/control 
gmediaserver-0.13.0/debian/control
--- gmediaserver-0.13.0/debian/control  2012-04-27 12:23:54.000000000 +0200
+++ gmediaserver-0.13.0/debian/control  2018-01-15 19:39:05.000000000 +0100
@@ -2,7 +2,7 @@
 Section: net
 Priority: extra
 Maintainer: Jochen Friedrich <joc...@scram.de>
-Build-Depends: debhelper (>= 7.0.50~), libupnp-dev (>= 1.6.17), flex, bison, 
perl (>= 5.6.0), libtag1-dev, libtagc0-dev, pkg-config, libmagic-dev, uuid-dev, 
zlib1g-dev
+Build-Depends: debhelper (>= 7.0.50~), libupnp-dev (>= 1.6.17), flex, bison, 
perl:native (>= 5.6.0), libtag1-dev, libtagc0-dev, pkg-config, libmagic-dev, 
uuid-dev, zlib1g-dev
 Build-Conflicts: libid3-3.8.3-dev
 Standards-Version: 3.9.3
 Homepage: http://www.gnu.org/software/gmediaserver/

Reply via email to