Source: votca-csg
Version: 1.6.2-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability

votca-csg cannot be cross built from source, because the python3
dependency is not installable. votca-csg does not actually need a host
architecture Python though. It merely wants to run one. That can be
achieved by depending on python3:any.

Even after fixing this aspect, votca-csg continues to fail cross
building, because it generates its manual pages from the --help output
of contained tools. That doesn't work as it requires running host
architecture executables.

Please consider applying the attached patch as an incremental
improvement and close this bug when doing so even without solving the
manual page aspect.

Helmut
diff --minimal -Nru votca-csg-1.6.2/debian/changelog 
votca-csg-1.6.2/debian/changelog
--- votca-csg-1.6.2/debian/changelog    2020-08-26 07:28:01.000000000 +0200
+++ votca-csg-1.6.2/debian/changelog    2020-10-24 12:03:05.000000000 +0200
@@ -1,3 +1,11 @@
+votca-csg (1.6.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Make cross Build-Depends satisfiably: Annotate python3 with :any.
+    (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 24 Oct 2020 12:03:05 +0200
+
 votca-csg (1.6.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --minimal -Nru votca-csg-1.6.2/debian/control 
votca-csg-1.6.2/debian/control
--- votca-csg-1.6.2/debian/control      2020-08-26 07:25:00.000000000 +0200
+++ votca-csg-1.6.2/debian/control      2020-10-24 12:03:04.000000000 +0200
@@ -19,7 +19,7 @@
                libvotca-tools-dev (<= 1.7~),
                libvotca-tools-dev (>= 1.6.2),
                pkg-config,
-               python3,
+               python3:any,
                txt2tags
 Standards-Version: 4.5.0
 Rules-Requires-Root: no

Reply via email to