[pkg-wine-party] [wine] 01/02: Don't build -dbg or -dbgsym packages.

Jens Reyer jreyer-guest at moszumanska.debian.org
Sun Mar 6 01:11:55 UTC 2016


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 <jre.winesim at gmail.com>
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 <skitt at debian.org>,
  Jens Reyer <jre.winesim at gmail.com>,
 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



More information about the pkg-wine-party mailing list