Skip to content
Commits on Source (6)
libthread-pool (2.0.1-2) unstable; urgency=medium
* Fix build on i386
* Provide symbols for amd64 only
* Standards-Version: 4.4.1
* Set upstream metadata fields: Repository.
-- Andreas Tille <tille@debian.org> Mon, 18 Nov 2019 18:46:39 +0100
libthread-pool (2.0.1-1) unstable; urgency=medium
* New upstream version
......
......@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12),
d-shlibs,
rename,
googletest
Standards-Version: 4.4.0
Standards-Version: 4.4.1
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
......
......@@ -21,7 +21,7 @@ endif
override_dh_install:
dh_install
file-rename 's/_static\.a/.a/' `find debian -name "lib*_static.a"`
mv debian/tmp/usr/lib/*.a debian/tmp/usr/lib/$(DEB_BUILD_GNU_TYPE)
mv debian/tmp/usr/lib/*.a debian/tmp/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH` # this somehow inserts i686-linux-gnu which is wrong: $(DEB_HOST_MULTIARCH)
d-shlibmove --commit \
--multiarch \
--devunversioned \
......
Repository: https://github.com/rvaser/thread_pool.git