This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 1c5aab6e815168b725493bea6fba9038e225fd50 Author: Jens Reyer <[email protected]> Date: Sun May 22 02:56:53 2016 +0200 Drop obsolete dh_strip exclusion of some files. These files don't exist any more since 1.1.17. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 46a84e3..aef0476 100755 --- a/debian/rules +++ b/debian/rules @@ -134,7 +134,7 @@ override_dh_auto_install-arch: $(INSTALLS) cp debian/scripts/wine-preloader debian/tmp/$(BINDIR) override_dh_strip: - dh_strip -Xwine-pthread -Xwine-kthread --dbgsym-migration='libwine$(VERSION)-dbg (<< 1.9.0-1~)' + dh_strip --dbgsym-migration='libwine$(VERSION)-dbg (<< 1.9.0-1~)' override_dh_gencontrol: dh_gencontrol -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
