Skip to content
Snippets Groups Projects
Unverified Commit e0eb92b4 authored by Jelmer Vernooij's avatar Jelmer Vernooij
Browse files

Stop shipping pypy C extensions in python-dulwich. Closes: #868542

parent 37c5565d
No related branches found
No related tags found
No related merge requests found
dulwich (0.17.3-2) UNRELEASED; urgency=medium
* Stop shipping pypy C extensions in python-dulwich. Closes: #868542
-- Jelmer Vernooij <jelmer@debian.org> Mon, 24 Jul 2017 23:51:07 +0000
dulwich (0.17.3-1) unstable; urgency=medium
* New upstream release.
......
......@@ -41,8 +41,8 @@ ifneq (,$(findstring pypy,$(pyflavours)))
rm -rf debian/tmp/usr/lib/pypy/bin
endif
# Install everything excluding the *_d.so debug extensions to python-dulwich and python3-dulwich
dh_install -X"*_d.so" "debian/tmp/usr/lib/python2*/*-packages" -p python-dulwich
dh_install -X"*_d.so" "debian/tmp/usr/lib/python3*/*-packages" -p python3-dulwich
dh_install -X"*_d.so" -Xpypy "debian/tmp/usr/lib/python2*/*-packages" -p python-dulwich
dh_install -X"*_d.so" -Xpypy "debian/tmp/usr/lib/python3*/*-packages" -p python3-dulwich
# Install the debug extensions to python-dulwich-dbg
dh_install "debian/tmp/usr/lib/python*/*-packages/dulwich/*_d.so" -p python-dulwich-dbg
ifneq (,$(findstring pypy,$(pyflavours)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment