Bug#981258: libsecret: annotate python build depends <!nocheck>

Helmut Grohne helmut at subdivi.de
Thu Jan 28 06:28:30 GMT 2021


Source: libsecret
Version: 0.20.4-1
Tags: patch
User: debian-cross at lists.debian.org
Usertags: cross-satisfiability

libsecret cannot be cross built from source, because its python build
dependencies are not satisfiable. It turns out that they're only needed
for testing, so they can be annotated <!nocheck> to become irrelevant to
cross building. Please consider applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru libsecret-0.20.4/debian/changelog libsecret-0.20.4/debian/changelog
--- libsecret-0.20.4/debian/changelog	2020-12-07 15:21:26.000000000 +0100
+++ libsecret-0.20.4/debian/changelog	2021-01-28 07:25:36.000000000 +0100
@@ -1,3 +1,10 @@
+libsecret (0.20.4-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate python build depends <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Thu, 28 Jan 2021 07:25:36 +0100
+
 libsecret (0.20.4-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru libsecret-0.20.4/debian/control libsecret-0.20.4/debian/control
--- libsecret-0.20.4/debian/control	2020-12-07 15:21:26.000000000 +0100
+++ libsecret-0.20.4/debian/control	2021-01-28 07:25:36.000000000 +0100
@@ -16,8 +16,8 @@
                libgirepository1.0-dev (>= 1.29),
                gtk-doc-tools (>= 1.9),
                valac (>= 0.17.2.12),
-               python3-dbus (>= 1.2.12) | python3-dbus (<< 1.2.10),
-               python3-gi,
+               python3-dbus (>= 1.2.12) <!nocheck> | python3-dbus (<< 1.2.10) <!nocheck>,
+               python3-gi <!nocheck>,
                dbus <!nocheck>,
                gjs [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x] <!nocheck>
 Rules-Requires-Root: no
diff --minimal -Nru libsecret-0.20.4/debian/control.in libsecret-0.20.4/debian/control.in
--- libsecret-0.20.4/debian/control.in	2020-12-07 15:21:26.000000000 +0100
+++ libsecret-0.20.4/debian/control.in	2021-01-28 07:25:36.000000000 +0100
@@ -12,8 +12,8 @@
                libgirepository1.0-dev (>= 1.29),
                gtk-doc-tools (>= 1.9),
                valac (>= 0.17.2.12),
-               python3-dbus (>= 1.2.12) | python3-dbus (<< 1.2.10),
-               python3-gi,
+               python3-dbus (>= 1.2.12) <!nocheck> | python3-dbus (<< 1.2.10) <!nocheck>,
+               python3-gi <!nocheck>,
                dbus <!nocheck>,
                gjs [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x] <!nocheck>
 Rules-Requires-Root: no


More information about the pkg-gnome-maintainers mailing list