Bug#794339: init-system-helpers: unsatisfiable cross Build-Depends

Helmut Grohne helmut at subdivi.de
Sat Aug 1 18:09:09 BST 2015


Source: init-system-helpers
Version: 1.23
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap

dose reports the Build-Depends of perl as unsatisfiable in for cross
compilation:

  package: src:init-system-helpers
  version: 1.23
  architecture: any,all
  essential: false
  source: init-system-helpers (= 1.23)
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: src:init-system-helpers
      version: 1.23
      architecture: any,all
      essential: false
      unsat-dependency: x32:perl

I am attaching a patch that resolves this problem by marking the perl
dependency with :any.

Helmut
-------------- next part --------------
diff -Nru init-system-helpers-1.23/debian/changelog init-system-helpers-1.23+nmu1/debian/changelog
--- init-system-helpers-1.23/debian/changelog	2015-04-28 15:05:58.000000000 +0200
+++ init-system-helpers-1.23+nmu1/debian/changelog	2015-08-01 17:29:52.000000000 +0200
@@ -1,3 +1,10 @@
+init-system-helpers (1.23+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate perl dependency with :any. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Sat, 01 Aug 2015 17:29:35 +0200
+
 init-system-helpers (1.23) unstable; urgency=medium
 
   [ Didier Roche ]
diff -Nru init-system-helpers-1.23/debian/control init-system-helpers-1.23+nmu1/debian/control
--- init-system-helpers-1.23/debian/control	2015-04-28 15:05:58.000000000 +0200
+++ init-system-helpers-1.23+nmu1/debian/control	2015-08-01 17:29:13.000000000 +0200
@@ -6,7 +6,7 @@
  Tollef Fog Heen <tfheen at debian.org>,
  Michael Biebl <biebl at debian.org>,
  Martin Pitt <mpitt at debian.org>
-Build-Depends: debhelper (>= 8.0.0), perl
+Build-Depends: debhelper (>= 8.0.0), perl:any
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/collab-maint/init-system-helpers.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/init-system-helpers.git;a=summary


More information about the Pkg-systemd-maintainers mailing list