[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#619232: marked as done (pycxx: [patch] fix for python3-cxx)



Your message dated Fri, 25 Mar 2011 17:38:41 +0100
with message-id <4D8CC511.8060602@cern.ch>
and subject line applied in 6.2.0-6
has caused the Debian Bug report #619232,
regarding pycxx: [patch] fix for python3-cxx
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 owner@bugs.debian.org
immediately.)


-- 
619232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619232
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: pycxx
Version: 6.2.0-4
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpKZw2fJ
In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules:
    - run 2to3 with --write so that the py3 stuff is actually
      converted (this fixes a crash that the python-all profile
      in the auto-upgrade-tester found)


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pycxx-6.2.0/debian/rules pycxx-6.2.0/debian/rules
--- pycxx-6.2.0/debian/rules
+++ pycxx-6.2.0/debian/rules
@@ -141,7 +141,7 @@
 install3-python%:
 	/usr/bin/python$* setup.py install \
 		--install-layout=deb --root=$(shell pwd)/debian/python3-cxx
-	2to3 debian/python3-cxx/usr/lib
+	2to3 --write debian/python3-cxx/usr/lib
 	find debian/python3-cxx -name '*.egg-info' | xargs -r rm -f
 
 	cp -a CXX/Python3 debian/python3-cxx/usr/include/python$*/CXX/Python3

--- End Message ---
--- Begin Message ---


--- End Message ---

Reply to: