Andreas Tille pushed to branch master at Debian Med / unanimity
Commits: 6b332a9f by Andreas Tille at 2019-02-01T11:43:28Z build compatibility with -Wl, --as-needed - - - - - ed06c844 by Andreas Tille at 2019-02-01T11:44:56Z Don't depend on build target - - - - - b07c4a2c by Andreas Tille at 2019-02-01T11:55:06Z Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +unanimity (3.3.0+dfsg-2) unstable; urgency=medium + + [ Steve Langasek ] + * Build compatibility with -Wl, --as-needed + Closes: #921054 + * Don't depend on build target + Closes: #921057 + + -- Andreas Tille <[email protected]> Fri, 01 Feb 2019 12:45:08 +0100 + unanimity (3.3.0+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/rules ===================================== @@ -23,7 +23,7 @@ docs = $(addprefix doc/,\ PBCCS.html \ ) -build: $(docs) +binary-arch: $(docs) %: dh $@ \ --package=unanimity \ @@ -44,7 +44,7 @@ override_dh_auto_configure: config-main; config-main: dh_auto_configure -- \ - -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \ + -DCMAKE_EXE_LINKER_FLAGS=-pthread \ -DUNY_build_tests=OFF \ -DPYTHON_SWIG=ON \ -DZLIB_INCLUDE_DIRS=$(INCLUDE) \ View it on GitLab: https://salsa.debian.org/med-team/unanimity/compare/1be0803202feeba740dd461c1a250a2040575a59...b07c4a2cb60e143cefa21218e34fd061dadc7f5c -- View it on GitLab: https://salsa.debian.org/med-team/unanimity/compare/1be0803202feeba740dd461c1a250a2040575a59...b07c4a2cb60e143cefa21218e34fd061dadc7f5c 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
