Andreas Tille pushed to branch master at Debian Med / libthread-pool
Commits: 922f20a4 by Andreas Tille at 2019-11-18T17:44:59Z Fix build on i386 - - - - - 4682a2df by Andreas Tille at 2019-11-18T17:45:20Z Fix build on i386 - - - - - 53cb9ace by Andreas Tille at 2019-11-18T17:46:18Z Provide symbols for amd64 only - - - - - 9ac3df4c by Andreas Tille at 2019-11-18T17:46:36Z Standards-Version: 4.4.1 - - - - - 916bcc4b by Andreas Tille at 2019-11-18T17:46:38Z Set upstream metadata fields: Repository. Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details. - - - - - b79a8c44 by Andreas Tille at 2019-11-18T17:57:02Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/libthread-pool0.symbols → debian/libthread-pool0.symbols.amd64 - debian/rules - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +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 <[email protected]> Mon, 18 Nov 2019 18:46:39 +0100 + libthread-pool (2.0.1-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -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 ===================================== debian/libthread-pool0.symbols → debian/libthread-pool0.symbols.amd64 ===================================== ===================================== debian/rules ===================================== @@ -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 \ ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1 @@ +Repository: https://github.com/rvaser/thread_pool.git View it on GitLab: https://salsa.debian.org/med-team/libthread-pool/compare/3641ff589248218d8f0936461835bd46cea64a0d...b79a8c44f0fac880cd46ad359644755d188931d4 -- View it on GitLab: https://salsa.debian.org/med-team/libthread-pool/compare/3641ff589248218d8f0936461835bd46cea64a0d...b79a8c44f0fac880cd46ad359644755d188931d4 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
