[Python-modules-commits] [pysvn] 05/09: debian/rules: Updated --pycxx-dir in CONFIG_OPTIONS(3)

Josué Ortega josue at moszumanska.debian.org
Sun Oct 2 23:29:28 UTC 2016


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

josue pushed a commit to branch master
in repository pysvn.

commit c4a28dde368b75902bfa8c12a0498e9fc66d48ac
Author: Josue Ortega <josue at debian.org>
Date:   Sun Oct 2 16:00:27 2016 -0600

    debian/rules: Updated --pycxx-dir in CONFIG_OPTIONS(3)
---
 debian/changelog | 3 ++-
 debian/rules     | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index adbbe8e..8a1e571 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pysvn (1.9.4-1) UNRELEASED; urgency=medium
 
-  * New upstream release
+  * New upstream release:
+    - debian/rules: Updated --pycxx-dir in CONFIG_OPTIONS(3).
   * debian/control:
     - Changes python-cxx-dev build depend relationship grater-equal than
       7.0.1, (Closes #839366).
diff --git a/debian/rules b/debian/rules
index aa879ed..bf51653 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Uncomment this to turn on verbose mode.
-# export DH_VERBOSE=1
+export DH_VERBOSE=1
 export PYBUILD_NAME=pysvn
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
@@ -14,7 +14,7 @@ APR_INC	= $(strip $(shell apr-config --includes | sed 's/-I//'))
 
 
 CONFIG_OPTS = --pycxx-src-dir=/usr/share/python${PYVERS}/CXX \
-	      --pycxx-dir=/usr/share/python${PYVERS}/CXX \
+	      --pycxx-dir=/usr/include/python${PYVERS} \
 	      --svn-lib-dir=/usr/lib/$(DEB_HOST_MULTIARCH) \
               --apr-inc-dir=$(APR_INC) \
               --apu-inc-dir=$(APR_INC) \
@@ -23,7 +23,7 @@ CONFIG_OPTS = --pycxx-src-dir=/usr/share/python${PYVERS}/CXX \
               --platform=$(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 CONFIG3_OPTS = --pycxx-src-dir=/usr/share/python${PY3VERS}/CXX \
-	      --pycxx-dir=/usr/share/python${PY3VERS}/CXX \
+	      --pycxx-dir=/usr/include/python${PY3VERS} \
 	      --svn-lib-dir=/usr/lib/$(DEB_HOST_MULTIARCH) \
               --apr-inc-dir=$(APR_INC) \
               --apu-inc-dir=$(APR_INC) \

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



More information about the Python-modules-commits mailing list