This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch jessie-backports-1.9.x in repository wine.
commit 72c0e97e75b8e1db296f20e5ef9217688a654fc0 Author: Jens Reyer <[email protected]> Date: Fri Jan 15 20:09:34 2016 +0100 Don't build -dbg or -dbgsym packages. Drop versioned build-dependency on debhelper. Don't override dh_strip. Binaries are stripped, but the debug symbols are discarded. See https://lists.debian.org/debian-backports/2016/01/msg00050.html # Conflicts: # debian/rules --- debian/control.in | 2 +- debian/rules | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/control.in b/debian/control.in index d5a2b0f..b9eb016 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,7 +7,7 @@ Uploaders: Stephen Kitt <[email protected]>, Jens Reyer <[email protected]>, Build-Depends: - debhelper (>= 9.20151220), + debhelper (>= 9), dh-autoreconf, libxi-dev, libxt-dev, diff --git a/debian/rules b/debian/rules index 1e29e07..585bfeb 100755 --- a/debian/rules +++ b/debian/rules @@ -137,9 +137,6 @@ override_dh_auto_install-arch: $(INSTALLS) test -f debian/tmp/$(BINDIR)/wine-preloader || \ cp debian/scripts/wine-preloader debian/tmp/$(BINDIR) -override_dh_strip: - dh_strip -Xwine-pthread -Xwine-kthread --ddeb-migration='libwine$(VERSION)-dbg (<< 1.9.0-1~)' - override_dh_gencontrol: dh_gencontrol -- \ -Vbuilt:Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W khronos-api unicode-data)" \ -- 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
