[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#913267: ki18n FTCBFS: build dependency python3 not installable



Source: ki18n
Version: 5.49.0-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

ki18n fails to install its cross build dependencies. It requests the
host architecture python3, but that fails postinst. It actually wants to
run python3 during build, so it needs the build architcture python. That
can be achieved by annotating the dependency with :any or :native and
doing so makes ki18n cross buildable. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru ki18n-5.49.0/debian/changelog ki18n-5.49.0/debian/changelog
--- ki18n-5.49.0/debian/changelog	2018-08-17 16:18:34.000000000 +0200
+++ ki18n-5.49.0/debian/changelog	2018-11-08 21:02:47.000000000 +0100
@@ -1,3 +1,10 @@
+ki18n (5.49.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate python3 build dependency with :any. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Thu, 08 Nov 2018 21:02:47 +0100
+
 ki18n (5.49.0-1) unstable; urgency=medium
 
   * New upstream release (5.48.1).
diff --minimal -Nru ki18n-5.49.0/debian/control ki18n-5.49.0/debian/control
--- ki18n-5.49.0/debian/control	2018-08-17 16:18:34.000000000 +0200
+++ ki18n-5.49.0/debian/control	2018-11-08 21:02:45.000000000 +0100
@@ -11,7 +11,7 @@
                graphviz,
                libqt5sql5-sqlite,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
-               python3,
+               python3:any,
                qtbase5-dev (>= 5.8.0~),
                qtdeclarative5-dev (>= 5.8.0~),
                qtscript5-dev (>= 5.8.0~),

Reply to: