Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
add missing pthread
· 964266ed
Michael R. Crusoe
authored
Jan 04, 2019
964266ed
Remove trailing whitespace in debian/copyright
· 3c785962
Michael R. Crusoe
authored
Jan 04, 2019
3c785962
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3c785962
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
...
...
debian/control
View file @
3c785962
...
...
@@ -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
...
...
debian/copyright
View file @
3c785962
debian/rules
View file @
3c785962
...
...
@@ -3,7 +3,7 @@
# DH_VERBOSE := 1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_LDFLAGS_MAINT_APPEND+=-pthread
%:
dh $@
...
...