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
diff --git a/debian/changelog b/debian/changelog
index a53ec33..9be9995 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,31 @@
1<<<<<<< debian/changelog
1libthread-pool (4.0.0-1ubuntu1) lunar; urgency=medium2libthread-pool (4.0.0-1ubuntu1) lunar; urgency=medium
23
3 * debian/patches/fix-unsigned-cast.patch: fix FTBS for armhf (LP: #2009537).4 * debian/patches/fix-unsigned-cast.patch: fix FTBS for armhf (LP: #2009537).
45
5 -- Vladimir Petko <vladimir.petko@canonical.com> Tue, 07 Mar 2023 15:53:47 +13006 -- Vladimir Petko <vladimir.petko@canonical.com> Tue, 07 Mar 2023 15:53:47 +1300
7=======
8libthread-pool (4.0.0-2ubuntu1) noble; urgency=medium
9
10 * build debian version to verify before a sync
11
12 -- Vladimir Petko <vladimir.petko@canonical.com> Tue, 27 Feb 2024 16:41:09 +1300
13
14libthread-pool (4.0.0-2) unstable; urgency=medium
15
16 * Upload to unstable
17 * Standards-Version: 4.6.2 (routine-update)
18
19 -- Andreas Tille <tille@debian.org> Tue, 13 Feb 2024 08:13:54 +0100
20
21libthread-pool (4.0.0-2~exp) experimental; urgency=medium
22
23 [ Vladimir Petko ]
24 * Use size_t type for max() comparison
25 Closes: #1032532 (LP: #2009537)
26
27 -- Andreas Tille <tille@debian.org> Thu, 09 Mar 2023 11:14:22 +0100
28>>>>>>> debian/changelog
629
7libthread-pool (4.0.0-1) unstable; urgency=medium30libthread-pool (4.0.0-1) unstable; urgency=medium
831
diff --git a/debian/control b/debian/control
index 09ae3c8..2d88c65 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
9 d-shlibs,9 d-shlibs,
10 rename,10 rename,
11 libgtest-dev11 libgtest-dev
12Standards-Version: 4.6.112Standards-Version: 4.6.2
13Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool13Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool
14Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git14Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git
15Homepage: https://github.com/rvaser/thread_pool15Homepage: https://github.com/rvaser/thread_pool
diff --git a/debian/patches/fix-unsigned-cast.patch b/debian/patches/fix-unsigned-cast.patch
index 9444624..f2c7ecb 100644
--- a/debian/patches/fix-unsigned-cast.patch
+++ b/debian/patches/fix-unsigned-cast.patch
@@ -2,9 +2,14 @@ Description: Use size_t type for max() comparison
2 size_t is defined in an architecture-specific way. Construct size_t from int to avoid2 size_t is defined in an architecture-specific way. Construct size_t from int to avoid
3 the type mismatch error.3 the type mismatch error.
4Author: Vladimir Petko <vladimir.petko@canonical.com>4Author: Vladimir Petko <vladimir.petko@canonical.com>
5<<<<<<< debian/patches/fix-unsigned-cast.patch
5Bug: https://github.com/rvaser/thread_pool/pull/66Bug: https://github.com/rvaser/thread_pool/pull/6
6Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=10325327Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032532
7Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libthread-pool/+bug/20095378Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libthread-pool/+bug/2009537
9=======
10Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libthread-pool/+bug/2009537
11Bug-Debian: https://bugs.debian.org/1032532
12>>>>>>> debian/patches/fix-unsigned-cast.patch
8Last-Update: 2023-03-0813Last-Update: 2023-03-08
9--- a/include/thread_pool/thread_pool.hpp14--- a/include/thread_pool/thread_pool.hpp
10+++ b/include/thread_pool/thread_pool.hpp15+++ b/include/thread_pool/thread_pool.hpp

Subscribers

People subscribed via source and target branches