Package: ciborium / 1.0.2-2

Metadata

Package Version Patches format
ciborium 1.0.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2000 Remove lomiri push service.patch | (download)

ciborium.service | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove dependency on lomiri-push-service.service which is not in debian (yet)
2001_only launch with lomiri service.patch | (download)

ciborium.service | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
2002_hide app if not in lomiri.patch | (download)

share/applications/ciborium.desktop | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 hide app if not on lomiri
0001_remove leftover testing code.patch | (download)

qml.v1/cdata/cdata.go | 4 0 + 4 - 0 !
qml.v1/cdata/cdata14_386.s | 8 0 + 8 - 0 !
qml.v1/cdata/cdata14_amd64.s | 8 0 + 8 - 0 !
qml.v1/cdata/cdata14_arm.s | 8 0 + 8 - 0 !
qml.v1/cdata/cdata14_arm64.s | 8 0 + 8 - 0 !
qml.v1/testing.go | 69 0 + 69 - 0 !
6 files changed, 105 deletions(-)

 [patch] remove leftover testing code

The tests in qml_test.go were removed in c2a3c1da and the remaining
architecture-specific hacks were causing build failures on
non-arm(64)/x86(_64). They will likely not work on newer Go versions anyway.