This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository consensuscore2.
commit c424d6bf137c5c55db2122690c44d5cbfd37de5b Author: Afif Elghraoui <[email protected]> Date: Sun Jul 3 18:28:15 2016 -0700 Document attempt to resolve conflicting dbgsym packages --- debian/rules | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/rules b/debian/rules index a6d632e..c16c857 100755 --- a/debian/rules +++ b/debian/rules @@ -47,3 +47,12 @@ override_dh_python2: override_dh_python3: dh_python3 dh_numpy3 + +# The python2 and python3 packages have the same compiled module, so their +# debug packages conflict (as reported by lintian). +# This unsuccessfully attempts to prevent producing the dbgsym package +# for one of them. +# See https://lists.debian.org/debian-devel/2015/12/msg00262.html +#override_dh_strip: +# dh_strip --package python3-consensuscore2 --no-ddebs +# dh_strip --remaining-packages -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/consensuscore2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
