Your message dated Thu, 13 Nov 2014 08:00:23 +0100
with message-id <[email protected]>
and subject line Re: Bug#769374: unblock: pycxx/6.2.5-3
has caused the Debian Bug report #769374,
regarding unblock: pycxx/6.2.5-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
769374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769374
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package pycxx
RC bug fix.
unblock pycxx/6.2.5-3
diff -ruN trunk/debian/changelog pycxx-6.2.5/debian/changelog
--- trunk/debian/changelog 2014-11-13 00:29:25.454586075 -0500
+++ pycxx-6.2.5/debian/changelog 2014-11-13 00:27:24.262589656 -0500
@@ -1,3 +1,13 @@
+pycxx (6.2.5-3) unstable; urgency=medium
+
+ * Team upload.
+ * Install python3 files in real vice symlinked location (Closes: #767831)
+ - Change debian/rules to use python3.Xm vice python3.X
+ - Bump minimum X-Python3-Version to 3.3 for compatibility with the new
+ location
+
+ -- Scott Kitterman <[email protected]> Thu, 13 Nov 2014 00:23:35 -0500
+
pycxx (6.2.5-2) unstable; urgency=medium
* Team upload
diff -ruN trunk/debian/control pycxx-6.2.5/debian/control
--- trunk/debian/control 2014-11-13 00:29:25.446586075 -0500
+++ pycxx-6.2.5/debian/control 2014-11-13 00:23:31.758596526 -0500
@@ -8,7 +8,7 @@
python3-all,
python3-all-dbg
X-Python-Version: >= 2.4
-X-Python3-Version: >= 3.0
+X-Python3-Version: >= 3.3
Standards-Version: 3.9.5
Homepage: http://cxx.sourceforge.net
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pycxx/trunk/
diff -ruN trunk/debian/rules pycxx-6.2.5/debian/rules
--- trunk/debian/rules 2014-11-13 00:29:25.458586075 -0500
+++ pycxx-6.2.5/debian/rules 2014-11-13 00:35:46.254574824 -0500
@@ -42,7 +42,7 @@
set -e && for i in $(PY3VERS); do \
$${i} setup.py install --force --root=$(CURDIR)/debian/tmp --no-compile -O0 --install-layout=deb; \
2to3 -w -n $(CURDIR)/debian/tmp/usr/lib; \
- python_inc_dir=$$(readlink -f /usr/include/$$i); \
+ python_inc_dir=$$(readlink -f /usr/include/$$i)m; \
abitag=$$($${i}-dbg -c "import sys; print(sys.abiflags)"); \
pythond_inc_dir=$$(readlink -f /usr/include/$${i}$${abitag}); \
dh_install -ppython3-cxx-dev CXX/*.hxx $${python_inc_dir}/CXX/; \
--- End Message ---
--- Begin Message ---
On 2014-11-13 06:52, Scott Kitterman wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package pycxx
>
> RC bug fix.
>
> unblock pycxx/6.2.5-3
>
Unblocked, thanks.
~Niels
--- End Message ---