Skip to content
Commits on Source (2)
libthread-pool (1.0.0-3) UNRELEASED; urgency=medium
* Team upload.
* Add missing '-pthread'
* Remove trailing whitespace in debian/copyright
-- Michael R. Crusoe <michael.crusoe@gmail.com> Fri, 04 Jan 2019 09:44:11 -0800
libthread-pool (1.0.0-2) unstable; urgency=medium
* Do not build with -march=native
......
......@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11~),
d-shlibs,
rename,
libgtest-dev
Standards-Version: 4.2.0
Standards-Version: 4.3.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/libthread-pool
......@@ -31,8 +31,7 @@ Description: C++ thread pool library
Package: libthread-pool-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
Depends: ${misc:Depends},
libthread-pool0 (= ${binary:Version})
Description: C++ thread pool library (devel)
A thread pool is a software design pattern for achieving concurrency of
......
......@@ -3,7 +3,7 @@
# DH_VERBOSE := 1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_LDFLAGS_MAINT_APPEND+=-pthread
%:
dh $@
......