[Python-modules-commits] [dulwich] 01/03: Stop shipping pypy C extensions in python-dulwich. Closes: #868542
Jelmer Vernooij
jelmer at moszumanska.debian.org
Tue Jul 25 00:06:32 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 e0eb92b4f51b3ee27a8850ea7e0e651baa14971e
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date: Mon Jul 24 23:51:11 2017 +0000
Stop shipping pypy C extensions in python-dulwich. Closes: #868542
---
debian/changelog | 6 ++++++
debian/rules | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4084039..4840a64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dulwich (0.17.3-2) UNRELEASED; urgency=medium
+
+ * Stop shipping pypy C extensions in python-dulwich. Closes: #868542
+
+ -- Jelmer Vernooij <jelmer at debian.org> Mon, 24 Jul 2017 23:51:07 +0000
+
dulwich (0.17.3-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 7142685..d58a0c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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)))
--
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