[med-svn] [Git][med-team/libthread-pool][master] 2 commits: add missing pthread
Michael R. Crusoe
gitlab at salsa.debian.org
Fri Jan 4 17:46:10 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / libthread-pool
Commits:
964266ed by Michael R. Crusoe at 2019-01-04T17:44:33Z
add missing pthread
- - - - -
3c785962 by Michael R. Crusoe at 2019-01-04T17:44:46Z
Remove trailing whitespace in debian/copyright
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+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 at 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
=====================================
@@ -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
=====================================
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: thread_pool
-Upstream-Contact:
+Upstream-Contact:
Source: https://github.com/rvaser/thread_pool/releases
Files: *
=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
# DH_VERBOSE := 1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-
+export DEB_LDFLAGS_MAINT_APPEND+=-pthread
%:
dh $@
View it on GitLab: https://salsa.debian.org/med-team/libthread-pool/compare/83af403eadaa67cfa6ac03cf3c3dbcf2c6d24ffa...3c7859620f1255bf119d6acf036e0a13a2382570
--
View it on GitLab: https://salsa.debian.org/med-team/libthread-pool/compare/83af403eadaa67cfa6ac03cf3c3dbcf2c6d24ffa...3c7859620f1255bf119d6acf036e0a13a2382570
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190104/6ecc5fc6/attachment-0001.html>
More information about the debian-med-commit
mailing list