Your message dated Sun, 30 Mar 2025 18:00:18 +0000
with message-id <[email protected]>
and subject line Bug#1047231: fixed in lomiri-action-api 1.2.0-1
has caused the Debian Bug report #1047231,
regarding lomiri-action-api: Fails to build source after successful build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1047231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047231
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lomiri-action-api
Version: 1.1.2-3
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package lomiri-action-api
> dpkg-buildpackage: info: source version 1.1.2-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Mike Gabriel <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean
> dh_auto_clean
> dh_clean
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building lomiri-action-api using existing
> ./lomiri-action-api_1.1.2.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
> lomiri-action-api-1.1.2/results.txt
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/lomiri-action-api_1.1.2-3.diff.nadWe_
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/lomiri-action-api_1.1.2-3_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: lomiri-action-api
Source-Version: 1.2.0-1
Done: Mike Gabriel <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lomiri-action-api, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mike Gabriel <[email protected]> (supplier of updated lomiri-action-api
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 30 Mar 2025 11:56:47 +0200
Source: lomiri-action-api
Binary: liblomiri-action-qt1 liblomiri-action-qt1-dbgsym
liblomiri-action-qt1-dev liblomiri-action-qt6-1 liblomiri-action-qt6-1-dbgsym
liblomiri-action-qt6-1-dev lomiri-action-api-doc qml-module-lomiri-action
qml-module-lomiri-action-dbgsym qml6-module-lomiri-action
qml6-module-lomiri-action-dbgsym
Architecture: source amd64 all
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <[email protected]>
Changed-By: Mike Gabriel <[email protected]>
Description:
liblomiri-action-qt1 - Lomiri Action Qt5 API
liblomiri-action-qt1-dev - Lomiri Action Qt5 API - development files
liblomiri-action-qt6-1 - Lomiri Action Qt6 API
liblomiri-action-qt6-1-dev - Lomiri Action Qt6 API - development files
lomiri-action-api-doc - Lomiri Action API - documentation
qml-module-lomiri-action - Lomiri Action QML Components (Qt5)
qml6-module-lomiri-action - Lomiri Action QML Components (Qt6)
Closes: 1034129 1047231
Changes:
lomiri-action-api (1.2.0-1) unstable; urgency=medium
.
[ Mike Gabriel ]
* New upstream release.
* debian/:
+ Dually build against Qt5 and Qt6. This adds various new bin:pkg to the
build result.
+ Rename doc:pkg (lomiri-action-doc -> lomiri-action-api-doc).
* debian/patches/1001_typo-fixes.patch:
+ Amend patch, don't fix grammar issues in parts of the API, even if that
uses wrong grammar. :-/.
* debian/control:
+ Bump Standards-Version: to 4.7.2. No changes needed.
+ In B-D, switch from pkg-config to pkgconf. Thanks, lintian.
+ Add B:/R: for old name lomiri-action-doc doc:pkg (so it gets removed
once the newer lomiri-action-api-doc doc:pkg gets installed).
* debian/rules:
+ Stop excluding the QML module qml:pkg from dh_makeshlibs.
+ Silence Qt6 complaints about LANG=C.
+ No need to move API docs, folder renamed by upstream since this release.
+ Remove build cruft during dh_clean. (Closes: #1047231).
* debian/copyright:
+ Update copyright attributions for debian/.
+ Use new FSF mailing address.
.
[ Vagrant Cascadian ]
* Reproducible Builds fixes: (Closes: #1034129)
+ debian/rules:
- Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via dh_auto_configure override.
- Add dh_installdocs override to remove build path from
lomiri-action-qml-
api.index.
Checksums-Sha1:
e2e92fe5feeb7acedbc30e94517a877a14b648b0 2883 lomiri-action-api_1.2.0-1.dsc
9e1ccf7a769a5ee10732201d37bb200532c80754 438209
lomiri-action-api_1.2.0.orig.tar.bz2
352f84bce779467bc889b2764416d223fb2115cd 12812
lomiri-action-api_1.2.0-1.debian.tar.xz
3de906c13dfe45eeae99d4b1c5f2f2e0571c965c 940884
liblomiri-action-qt1-dbgsym_1.2.0-1_amd64.deb
f3d760e32358c8764ba1a9e92354a4960e064f0e 19228
liblomiri-action-qt1-dev_1.2.0-1_amd64.deb
4ee4cb5340442afd409ce1a9691e91555a79754f 79696
liblomiri-action-qt1_1.2.0-1_amd64.deb
befb47112ca7a1fa71f970a40636916f4d896115 1078820
liblomiri-action-qt6-1-dbgsym_1.2.0-1_amd64.deb
8d5ab967cdf629f581b415f30e62c1e1f2d822e9 19244
liblomiri-action-qt6-1-dev_1.2.0-1_amd64.deb
1772ed49d7ea619f3378675fcc094560024ff5e4 90372
liblomiri-action-qt6-1_1.2.0-1_amd64.deb
6899ba06725abfaf523cc3ee0bd96d9832c244ba 461084
lomiri-action-api-doc_1.2.0-1_all.deb
09e91efc887a7b2fc30968f24acd0bd946f07dfe 21089
lomiri-action-api_1.2.0-1_amd64.buildinfo
fb7be1d7a802c082d613ac8a2ba1e0b807214bfb 654584
qml-module-lomiri-action-dbgsym_1.2.0-1_amd64.deb
9e68ccb8585d3a6794325271ac3c129d07aa6b80 31876
qml-module-lomiri-action_1.2.0-1_amd64.deb
c4106b7a3120e35a71fbe630f694f3c965f8a93c 711896
qml6-module-lomiri-action-dbgsym_1.2.0-1_amd64.deb
8fca7b260492e5f6b265368e806e1c59aefc2b31 32220
qml6-module-lomiri-action_1.2.0-1_amd64.deb
Checksums-Sha256:
4d0c1dba77eed91c3537f6ca593cb5eed42b560787c9863d55e3f2bd5339965d 2883
lomiri-action-api_1.2.0-1.dsc
7e613cf276491c5d8d6d42f18e1ae3937264bddb301ce810af220ee3a1cb03e6 438209
lomiri-action-api_1.2.0.orig.tar.bz2
8ae1f7a4249b4d7265fccd2da5b78443c831bc7bb29f34c36de4ec0d31866aac 12812
lomiri-action-api_1.2.0-1.debian.tar.xz
a18eb3f5b94cc6b488fdd0c21162699b5ad50b2a2c11a00c153cbf87ad9c7c85 940884
liblomiri-action-qt1-dbgsym_1.2.0-1_amd64.deb
731f517d3f1a30ab9bc055066b88d33591a852d93a173ad6fe46d1b277a44179 19228
liblomiri-action-qt1-dev_1.2.0-1_amd64.deb
abc5ea01382ec477c64b7c4af21ef648d19781a4a44da0b1b04e7706db754378 79696
liblomiri-action-qt1_1.2.0-1_amd64.deb
bfdef45867d1a42354e4cbe6e075c3e9a0042799252ad83ee960fb251941ba44 1078820
liblomiri-action-qt6-1-dbgsym_1.2.0-1_amd64.deb
af7e58993e11e52f2b2e97239f17d4d06f186f4687ee7d745171239bb9e61ecb 19244
liblomiri-action-qt6-1-dev_1.2.0-1_amd64.deb
06f1423b9df422a462c51700c24275920c389a1f4aaedfcdc83e80ea1ed96124 90372
liblomiri-action-qt6-1_1.2.0-1_amd64.deb
bd26a3d1ed0191b24f491337dce570d5d2419e447d325169ecc3c3dd909f392e 461084
lomiri-action-api-doc_1.2.0-1_all.deb
3667cd53ff6f33e9f79f1010732ac954ad2f38bc889364cd8d826f4213d7f1fa 21089
lomiri-action-api_1.2.0-1_amd64.buildinfo
d9838e80107a7c56a55d47e74587852717fe9e05e866dafcb9861fc1121f9bb6 654584
qml-module-lomiri-action-dbgsym_1.2.0-1_amd64.deb
df44ee53ab437694dba3b2233f911030a97506099a94ee7d75800ad467e53a5d 31876
qml-module-lomiri-action_1.2.0-1_amd64.deb
87bb8ada8945fb2f392f51243c641c676bf1aaa608859c5207b242c19479218c 711896
qml6-module-lomiri-action-dbgsym_1.2.0-1_amd64.deb
f9ad5367db2e8c3280185108126356c0049ff9cec1d907f7bf3955d0cedcd6bb 32220
qml6-module-lomiri-action_1.2.0-1_amd64.deb
Files:
55862b68dcc8bc3747c112bf29a36dc5 2883 libs optional
lomiri-action-api_1.2.0-1.dsc
43cf3cd428795a70adb4895db484fe44 438209 libs optional
lomiri-action-api_1.2.0.orig.tar.bz2
a1e5f41161396d0319daa7566999d562 12812 libs optional
lomiri-action-api_1.2.0-1.debian.tar.xz
6c4a0d565a8ed6d08e3ab182ae0fca7c 940884 debug optional
liblomiri-action-qt1-dbgsym_1.2.0-1_amd64.deb
76818bdd2e50f15e623496718e465251 19228 libdevel optional
liblomiri-action-qt1-dev_1.2.0-1_amd64.deb
2430033d961cc013177a10c36847ad9f 79696 libs optional
liblomiri-action-qt1_1.2.0-1_amd64.deb
1bed0e25d90a27a0d2b978f851fd1a6a 1078820 debug optional
liblomiri-action-qt6-1-dbgsym_1.2.0-1_amd64.deb
722d3fd9584f6007aada525102f0bda9 19244 libdevel optional
liblomiri-action-qt6-1-dev_1.2.0-1_amd64.deb
055f23debe4d487c6a29fb6436a6bff5 90372 libs optional
liblomiri-action-qt6-1_1.2.0-1_amd64.deb
5197d1a8f8531d19bc1ad75cb64c1a2b 461084 doc optional
lomiri-action-api-doc_1.2.0-1_all.deb
88bd8da469fe1ec3863ebb7311af6dde 21089 libs optional
lomiri-action-api_1.2.0-1_amd64.buildinfo
d9f54e29bcaa1e031912eca47c2fb2f8 654584 debug optional
qml-module-lomiri-action-dbgsym_1.2.0-1_amd64.deb
1123e4589d0d7463de7261e4e876445f 31876 libs optional
qml-module-lomiri-action_1.2.0-1_amd64.deb
50d8a74cce0944f20aa68f276e76a7a5 711896 debug optional
qml6-module-lomiri-action-dbgsym_1.2.0-1_amd64.deb
3eb53866cd8416cf13ad4b1ad1e2cb73 32220 libs optional
qml6-module-lomiri-action_1.2.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmfpHaYVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxlfgP/3vQAX0MnsusYFfcGGJ8POwxVlJI
nW32sYl9pdLd8V2IIPuAjsI2MuRgGnVWJq5+KzGRtnTDfKG3JlH8/LyaQVOHisWP
1PrDeIPnRYI4EMh+hZmdpztYa0pY2WspieGmmr7Eam7ICHcm3e7TeHYpSvXVDgrU
fl6aIm6wy2VGhMo+LvNsQrdc4oriY3gYv9qkplFiR/Vk4xODnHMBDHj85J2dTPNu
oLhwEbh1Eosuwn0l7n92MnhXbUr5HKeslgL0u+1u+sM09wwpv5VlsnGgh6CkkRHg
2/wzjUnbi3i85CwupOiacJSkvqE0KQjIQMwlawJBKErqhu6Ul9mrQ//PWaDCMVKC
uO4cTjQspP2cbR6HQO0/j28LG20COo39uO0HW5sZ2suRqYXmqv23fxydjQTgJxz8
rr3ql8gG21qqrmV049NXoOzzhRRVo8er4MdLeqL2hPSIYfIqKA87sSlBuAQ2gErA
Cz8YjZGWSd5KKUEEkJ9Sc+LmNy7/1DgMoyWbF/VVCsHJkLkc3f5Um5XcU0GYL8PA
qOUqeS18265SEOKNxht53zvQHdZ4Jzlq9mMp6EVKvd+GQoQGJ2nh3jyuI4aUqsv3
cdtF39/On1Qe4wnyxXH0JpA928jIBWbv3Eirc6YmFMqJWRDzQRIGSixojF6rBc1u
mhkj/CiiyL3eCONF
=Wtd1
-----END PGP SIGNATURE-----
pgplH0qruD9qd.pgp
Description: PGP signature
--- End Message ---