Skip to content
Commits on Source (5)
libthread-pool (1.0.0-3) UNRELEASED; urgency=medium
libthread-pool (1.0.0-3) unstable; urgency=medium
* Team upload.
[ Michael R. Crusoe ]
* Add missing '-pthread'
* Remove trailing whitespace in debian/copyright
* Standards-Version: 4.3.0; no changes needed
* Update homepage URL.
* Build the included tests and run them
* As an autopkgtest, build the tests against the installed package and run
them.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Fri, 04 Jan 2019 09:44:11 -0800
[ Andreas Tille ]
* Rebuild for new version of gcc to fix symbols
Closes: #925761
* debhelper-compat 12
* Standards-Version: 4.4.0
* Set upstream metadata fields: Name.
-- Andreas Tille <tille@debian.org> Wed, 21 Aug 2019 11:19:44 +0200
libthread-pool (1.0.0-2) unstable; urgency=medium
......
......@@ -3,12 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
cmake,
d-shlibs,
rename,
googletest <!nocheck>
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool
Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git
Homepage: https://github.com/rvaser/thread_pool
......
......@@ -10,14 +10,12 @@ libthread_pool.so.0 libthread-pool0 #MINVER#
_ZN11thread_pool9Semaphore4waitEv@Base 1.0.0
_ZN11thread_pool9SemaphoreC1Ej@Base 1.0.0
_ZN11thread_pool9SemaphoreC2Ej@Base 1.0.0
_ZNSt5dequeISt8functionIFvvEESaIS2_EE19_M_destroy_data_auxESt15_Deque_iteratorIS2_RS2_PS2_ES8_@Base 1.0.0
_ZNSt5dequeISt8functionIFvvEESaIS2_EED1Ev@Base 1.0.0
_ZNSt5dequeISt8functionIFvvEESaIS2_EED2Ev@Base 1.0.0
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEE6_M_runEv@Base 1.0.0
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEED0Ev@Base 1.0.0
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEED1Ev@Base 1.0.0
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEED2Ev@Base 1.0.0
_ZNSt6vectorINSt6thread2idESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.0.0
_ZNSt6vectorISt6threadSaIS0_EE17_M_realloc_insertIJRFvPN11thread_pool10ThreadPoolEES6_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 1.0.0
_ZTINSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEEE@Base 1.0.0
_ZTSNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEEE@Base 1.0.0
......