[Python-modules-commits] [python-poppler] 01/01: actually import NMU

Vincent Cheng vcheng at moszumanska.debian.org
Sun May 29 05:45:52 UTC 2016


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

vcheng pushed a commit to branch master
in repository python-poppler.

commit 3cb9d31e3cf1ab35e07fc211f679199960b4ec7a
Author: Vincent Cheng <vcheng at debian.org>
Date:   Sat May 28 22:45:36 2016 -0700

    actually import NMU
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cfc4d56..9916fc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 override_dh_auto_build:  
 	for pyvers in ${PYTHONS}; do \
 		$(MAKE) -C build/py$$pyvers/ PYTHON=python$$pyvers; \
-		$(MAKE) -C build/py$$pyvers-dbg/ PYTHON=python$$pyvers-dbg PYTHON_INCLUDES=`python$$pyvers-dbg-config --include`; \
+		$(MAKE) -C build/py$$pyvers-dbg/ PYTHON=python$$pyvers-dbg PYTHON_INCLUDES=`python$$pyvers-dbg-config --includes`; \
 	done
 
 override_dh_auto_install:

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



More information about the Python-modules-commits mailing list