Bug#545953: pycxx: diff for NMU version 5.5.0-1.1

2009-11-16 Thread Sandro Tosi
tags 544425 + patch
tags 545953 + patch
thanks

Dear maintainer,

I've prepared an NMU for pycxx (versioned as 5.5.0-1.1) and
uploaded it to DELAYED/5.

Regards.
diff -u pycxx-5.5.0/debian/changelog pycxx-5.5.0/debian/changelog
--- pycxx-5.5.0/debian/changelog
+++ pycxx-5.5.0/debian/changelog
@@ -1,3 +1,19 @@
+pycxx (5.5.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Prepare for the upcoming Python 2.6 transition; thanks to Piotr Ożarowski
+for the bug report and to Kumar Appaiah for the patch; Closes: #556364
+- debian/rules
+  + optionally include python.mk, add $(py_setup_install_args) and
+--prefix=/usr when installing
+- debian/control
+  + set XB-Python-Version in binary package
+  * debian/control
+- fix 'e rror' typo in long descriptions; thanks to Cristian Greco and Mario
+  Lang for the reports; Closes: #544425, #545953
+
+ -- Sandro Tosi mo...@debian.org  Mon, 16 Nov 2009 19:36:51 +0100
+
 pycxx (5.5.0-1) unstable; urgency=low
 
   * New upstream version. Closes: #536394.
diff -u pycxx-5.5.0/debian/rules pycxx-5.5.0/debian/rules
--- pycxx-5.5.0/debian/rules
+++ pycxx-5.5.0/debian/rules
@@ -16,7 +16,7 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-
+-include /usr/share/python/python.mk
 
 CFLAGS = -Wall -g
 
@@ -96,7 +96,7 @@
 
 install-python%:
 	/usr/bin/python$* setup.py install \
-		--root=$(shell pwd)/debian/python-cxx
+		--root=$(shell pwd)/debian/python-cxx --prefix=/usr $(py_setup_install_args)
 	find debian/python-cxx -name '*.egg-info' | xargs -r rm -f
 	mkdir -p debian/python-cxx-dev/usr/share/
 	mv debian/python-cxx/usr/share/python$* \
diff -u pycxx-5.5.0/debian/control pycxx-5.5.0/debian/control
--- pycxx-5.5.0/debian/control
+++ pycxx-5.5.0/debian/control
@@ -16,7 +16,7 @@
  PyCXX is a set of C++ facilities to make it easier to write Python
  extensions.  The chief way in which PyCXX makes it easier to write
  Python extensions is that it greatly increases the probability that
- your program will not make a reference-counting e rror and will not
+ your program will not make a reference-counting error and will not
  have to continually check error returns from the Python C API.
 
 Package: python-cxx-dev
@@ -26,7 +26,8 @@
 Replaces: python2.3-cxx-dev, python2.4-cxx-dev
+XB-Python-Version: ${python:Versions}
 Description: A Set of facilities to extend Python with C++
  PyCXX is a set of C++ facilities to make it easier to write Python
  extensions.  The chief way in which PyCXX makes it easier to write
  Python extensions is that it greatly increases the probability that
- your program will not make a reference-counting e rror and will not
+ your program will not make a reference-counting error and will not
  have to continually check error returns from the Python C API.


Bug#545953: pycxx: diff for NMU version 5.5.0-1.1

2009-11-16 Thread Matthias Klose

On 16.11.2009 12:45, Sandro Tosi wrote:

tags 544425 + patch
tags 545953 + patch
thanks

Dear maintainer,

I've prepared an NMU for pycxx (versioned as 5.5.0-1.1) and
uploaded it to DELAYED/5.

Regards.


this is wrong. you never should add --prefix, but --install-layout=deb.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org