Source: redland
Version: 1.0.17-1.1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

redland fails to cross build from source. It requests the host
architecture perl via Build-Depends. A foreign perl interpreter is not
presently installable nor useful. redland really wants to run perl
during the build, so it needs the build architecture perl. Annotating
the dependency with :any achieves that. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru redland-1.0.17/debian/changelog 
redland-1.0.17/debian/changelog
--- redland-1.0.17/debian/changelog     2016-12-15 22:47:31.000000000 +0100
+++ redland-1.0.17/debian/changelog     2018-11-04 21:36:00.000000000 +0100
@@ -1,3 +1,10 @@
+redland (1.0.17-1.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate perl build dependency with :any. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 04 Nov 2018 21:36:00 +0100
+
 redland (1.0.17-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru redland-1.0.17/debian/control redland-1.0.17/debian/control
--- redland-1.0.17/debian/control       2016-12-15 22:47:31.000000000 +0100
+++ redland-1.0.17/debian/control       2018-11-04 21:35:58.000000000 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Dave Beckett <daj...@debian.org>
-Build-Depends: debhelper (>= 8.1.3), dh-autoreconf, cdbs (>= 0.4.93~), libtool 
(>= 1.5), perl  (>= 5.8.1-2), libraptor2-dev (>=2.0.10), librasqal3-dev (>= 
0.9.30), libdb-dev, default-libmysqlclient-dev, libsqlite3-dev, libpq-dev, 
libltdl-dev, unixodbc-dev, gtk-doc-tools
+Build-Depends: debhelper (>= 8.1.3), dh-autoreconf, cdbs (>= 0.4.93~), libtool 
(>= 1.5), perl:any (>= 5.8.1-2), libraptor2-dev (>=2.0.10), librasqal3-dev (>= 
0.9.30), libdb-dev, default-libmysqlclient-dev, libsqlite3-dev, libpq-dev, 
libltdl-dev, unixodbc-dev, gtk-doc-tools
 Standards-Version: 3.9.5
 Homepage: http://librdf.org/
 

Reply via email to