|
@@ -43,16 +43,12 @@ endif
|
|
|
# Install everything excluding the *_d.so debug extensions to python-dulwich and python3-dulwich
|
|
|
dh_install -p python-dulwich -X"*_d.so" -Xpypy "debian/tmp/usr/lib/python2*/*-packages"
|
|
|
dh_install -p python3-dulwich -X"*_d.so" -Xpypy "debian/tmp/usr/lib/python3*/*-packages"
|
|
|
- # Install the debug extensions to python-dulwich-dbg
|
|
|
- dh_install -p python-dulwich-dbg "debian/tmp/usr/lib/python*/*-packages/dulwich/*_d.so"
|
|
|
ifneq (,$(findstring pypy,$(pyflavours)))
|
|
|
# Install the pypy files to pypy-dulwich
|
|
|
dh_install -p pypy-dulwich "debian/tmp/usr/lib/pypy/"
|
|
|
endif
|
|
|
|
|
|
override_dh_installdocs:
|
|
|
- dh_installdocs -ppython-dulwich-dbg --link-doc=python-dulwich
|
|
|
- dh_installdocs -ppython3-dulwich-dbg --link-doc=python3-dulwich
|
|
|
dh_installdocs -ppython-dulwich docs/tutorial -X.gitignore -XMakefile
|
|
|
dh_installdocs -ppython3-dulwich docs/tutorial -X.gitignore -XMakefile
|
|
|
ifneq (,$(findstring pypy,$(pyflavours)))
|