[Python-modules-commits] [dulwich] 12/13: Remove dbg package installation.

Jelmer Vernooij jelmer at moszumanska.debian.org
Thu Sep 28 02:21:31 UTC 2017


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

jelmer pushed a commit to branch master
in repository dulwich.

commit afb3fb7f40d9bd73a3b3a40bca6c63e9b64e3a23
Author: Jelmer Vernooij <jelmer at debian.org>
Date:   Thu Sep 28 03:13:39 2017 +0100

    Remove dbg package installation.
---
 debian/rules | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c69cda2..12f4915 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git



More information about the Python-modules-commits mailing list