This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openarena.

commit deaa9fc3db68733bfcb6b5edd00c97a896c3aeac
Author: Simon McVittie <[email protected]>
Date:   Sun Jun 25 01:26:50 2017 +0100

    Don't build openarena-server-dbgsym since it would collide with 
openarena-dbgsym
---
 debian/changelog | 2 ++
 debian/rules     | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bb910a0..99b2784 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ openarena (0.8.8-19) UNRELEASED; urgency=medium
     and finally Debian-specific (non-upstreamable) patches
   * Move Debian-specific patches into debian/patches/debian/
   * Drop openarena-dbg, rely on automatic -dbgsym packages instead
+    - Don't build openarena-server-dbgsym since it would collide with
+      openarena-dbgsym
   * Use recommended https URL for debian/copyright Format
   * d/copyright: Document new upstream location
   * d/control: openarena-server Depends on lsb-base
diff --git a/debian/rules b/debian/rules
index 7297d23..8da286c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -115,7 +115,12 @@ override_dh_auto_install:
                $(DESTDIR)/usr/lib/openarena-server/missionpack/
 
 override_dh_strip:
-       dh_strip --dbgsym-migration='openarena-dbg (<< 0.8.8-19~)'
+       # Don't generate openarena-server-dbgsym since it contains files
+       # that duplicate files from openarena. Their size is insignificant
+       # when compared with openarena-data, so it doesn't seem worthwhile
+       # to add an openarena-common package to make them shareable.
+       dh_strip -popenarena --dbgsym-migration='openarena-dbg (<< 0.8.8-19~)'
+       dh_strip -popenarena-server --no-automatic-dbgsym
 
 # ---------------------------------------------------------------------------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/openarena.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to