Merge ~vpa1977/ubuntu/+source/libthread-pool:sync into ubuntu/+source/libthread-pool:ubuntu/devel

Proposed by Vladimir Petko
Status: Work in progress
Proposed branch: ~vpa1977/ubuntu/+source/libthread-pool:sync
Merge into: ubuntu/+source/libthread-pool:ubuntu/devel
Diff against target: 68 lines (+29/-1) (has conflicts)
3 files modified
debian/changelog (+23/-0)
debian/control (+1/-1)
debian/patches/fix-unsigned-cast.patch (+5/-0)
Conflict in debian/changelog
Conflict in debian/patches/fix-unsigned-cast.patch
Reviewer Review Type Date Requested Status
git-ubuntu import Pending
Review via email: mp+461323@code.launchpad.net

Description of the change

This is a sync MR.

The changes in commit cbcc0e95da892727714c34db67172ad0b8cbaf8c for armhf autopkgtests where integrated in 4.0.0-2~exp1 and can be dropped.

PPA: ppa:vpa1977/plusone[1]

Testing:
 - rebuilt in noble [2]
 - autopkgtests:

- libthread-pool/4.0.0-2ubuntu1~ppa1
    + ✅ libthread-pool on noble for amd64 @ 27.02.24 05:34:44 Log️ 🗒️
    + ✅ libthread-pool on noble for arm64 @ 27.02.24 05:33:27 Log️ 🗒️
    + ✅ libthread-pool on noble for armhf @ 27.02.24 05:38:00 Log️ 🗒️
    + ❌ libthread-pool on noble for i386 @ 27.02.24 05:37:42 Log️ 🗒️ [3]
      • run-unit-test FAIL 🟥
    + ✅ libthread-pool on noble for ppc64el @ 27.02.24 05:36:47 Log️ 🗒️
    + ✅ libthread-pool on noble for s390x @ 27.02.24 05:35:42 Log️ 🗒️

Package is uninstallable on i386.

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+packages
[2] https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15820410/+listing-archive-extra
[3] https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/i386/libt/libthread-pool/20240227_053742_66480@/log.gz

To post a comment you must log in.

Unmerged commits

47fc941... by Vladimir Petko

rebuild

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index a53ec33..9be9995 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,8 +1,31 @@
6+<<<<<<< debian/changelog
7 libthread-pool (4.0.0-1ubuntu1) lunar; urgency=medium
8
9 * debian/patches/fix-unsigned-cast.patch: fix FTBS for armhf (LP: #2009537).
10
11 -- Vladimir Petko <vladimir.petko@canonical.com> Tue, 07 Mar 2023 15:53:47 +1300
12+=======
13+libthread-pool (4.0.0-2ubuntu1) noble; urgency=medium
14+
15+ * build debian version to verify before a sync
16+
17+ -- Vladimir Petko <vladimir.petko@canonical.com> Tue, 27 Feb 2024 16:41:09 +1300
18+
19+libthread-pool (4.0.0-2) unstable; urgency=medium
20+
21+ * Upload to unstable
22+ * Standards-Version: 4.6.2 (routine-update)
23+
24+ -- Andreas Tille <tille@debian.org> Tue, 13 Feb 2024 08:13:54 +0100
25+
26+libthread-pool (4.0.0-2~exp) experimental; urgency=medium
27+
28+ [ Vladimir Petko ]
29+ * Use size_t type for max() comparison
30+ Closes: #1032532 (LP: #2009537)
31+
32+ -- Andreas Tille <tille@debian.org> Thu, 09 Mar 2023 11:14:22 +0100
33+>>>>>>> debian/changelog
34
35 libthread-pool (4.0.0-1) unstable; urgency=medium
36
37diff --git a/debian/control b/debian/control
38index 09ae3c8..2d88c65 100644
39--- a/debian/control
40+++ b/debian/control
41@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
42 d-shlibs,
43 rename,
44 libgtest-dev
45-Standards-Version: 4.6.1
46+Standards-Version: 4.6.2
47 Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool
48 Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git
49 Homepage: https://github.com/rvaser/thread_pool
50diff --git a/debian/patches/fix-unsigned-cast.patch b/debian/patches/fix-unsigned-cast.patch
51index 9444624..f2c7ecb 100644
52--- a/debian/patches/fix-unsigned-cast.patch
53+++ b/debian/patches/fix-unsigned-cast.patch
54@@ -2,9 +2,14 @@ Description: Use size_t type for max() comparison
55 size_t is defined in an architecture-specific way. Construct size_t from int to avoid
56 the type mismatch error.
57 Author: Vladimir Petko <vladimir.petko@canonical.com>
58+<<<<<<< debian/patches/fix-unsigned-cast.patch
59 Bug: https://github.com/rvaser/thread_pool/pull/6
60 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032532
61 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libthread-pool/+bug/2009537
62+=======
63+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libthread-pool/+bug/2009537
64+Bug-Debian: https://bugs.debian.org/1032532
65+>>>>>>> debian/patches/fix-unsigned-cast.patch
66 Last-Update: 2023-03-08
67 --- a/include/thread_pool/thread_pool.hpp
68 +++ b/include/thread_pool/thread_pool.hpp

Subscribers

People subscribed via source and target branches