This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch jessie-backports-1.8.x in repository wine.
commit 03c6feb2eafc523bac3035fc6bf57d6777aa791b 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 --- 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 ddf6b57..9f12e30 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 797fd8d..a269f90 100755 --- a/debian/rules +++ b/debian/rules @@ -118,9 +118,6 @@ override_dh_install: $(INSTALLS) cp winegcc.1 winegcc$(DEB_BUILD_ARCH_BITS)$(VERSION).1 dh_install -override_dh_strip: - dh_strip -Xwine-pthread -Xwine-kthread --ddeb-migration='libwine$(VERSION)-dbg (<< 1.8-2~)' - 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
