Your message dated Mon, 08 Jun 2009 10:50:00 +0000
with message-id <[email protected]>
and subject line Bug#523065: fixed in pycg 0.14.1-2
has caused the Debian Bug report #523065,
regarding Please make pycg ready for Python 2.6.
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.)


-- 
523065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523065
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pycg
Version: 0.14.1-1
Severity: important
Tags: patch

Some changes are needed to build pycg with Python 2.6.

I'm attaching ubuntu's debdiff which solve this.

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

Kernel: Linux 2.6.27-11-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pycg-0.14.1/debian/control pycg-0.14.1/debian/control
--- pycg-0.14.1/debian/control
+++ pycg-0.14.1/debian/control
@@ -1,7 +1,8 @@
 Source: pycg
 Section: contrib/python
 Priority: optional
-Maintainer: Debian Python Modules Team 
<[email protected]>
+Maintainer: Ubuntu MOTU Developers <[email protected]>
+XSBC-Original-Maintainer: Debian Python Modules Team 
<[email protected]>
 Uploaders: Sandro Tosi <[email protected]>
 Build-Depends: debhelper (>= 5), python-central (>= 0.6), python, dpatch, 
python-all-dev, swig, nvidia-cg-toolkit, python-numpy, mesa-common-dev, 
libgl1-mesa-dev, python-numpy-dbg
 Standards-Version: 3.7.3
diff -u pycg-0.14.1/debian/changelog pycg-0.14.1/debian/changelog
--- pycg-0.14.1/debian/changelog
+++ pycg-0.14.1/debian/changelog
@@ -1,3 +1,13 @@
+pycg (0.14.1-1ubuntu1) jaunty; urgency=low
+
+  * Python 2.6 transition:
+    - debian/rules:
+      + Include /usr/share/python/python.mk.
+      + Use $(call py_sitename, $*) and $(py_setup_install_args) macros to
+        install all the python stuffs correctly.
+
+ -- Alessio Treglia <[email protected]>  Wed, 08 Apr 2009 10:25:57 +0200
+
 pycg (0.14.1-1) unstable; urgency=low
 
   * Initial release (Closes: #446791)
diff -u pycg-0.14.1/debian/rules pycg-0.14.1/debian/rules
--- pycg-0.14.1/debian/rules
+++ pycg-0.14.1/debian/rules
@@ -4,6 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/python/python.mk
 include /usr/share/dpatch/dpatch.make
 
 PYVERS=$(shell pyversions -vr)
@@ -23,11 +24,11 @@
 build-python%:
        dh_testdir
        [ ! -d build ] || rm -rf build
-       mkdir -p debian/python-cg/usr/lib/python$*/site-packages/
+       mkdir -p debian/python-cg/usr/lib/python$*/$(call py_sitename, $*)/
 
        $(MAKE) PYTHON_I=python$* PYTHON=python$* clean
        $(MAKE) PYTHON_I=python$* PYTHON=python$*
-       dh_install _Cg.so /usr/lib/python$*/site-packages/
+       dh_install _Cg.so /usr/lib/python$*/$(call py_sitename, $*)/
 
        # workaround to let think libpython<VER> is local, so that dh_shlibdebs 
does not generate
        # dependencies on them, but only ${python:Depends} will
@@ -53,7 +54,7 @@
        mkdir Cg
        cp Cg.py Cg/__init__.py
 
-       python setup.py install --root=$(CURDIR)/debian/python-cg
+       python setup.py install --root=$(CURDIR)/debian/python-cg 
$(py_setup_install_args)
 
 # Build architecture-independent files here.
 binary-indep:

--- End Message ---
--- Begin Message ---
Source: pycg
Source-Version: 0.14.1-2

We believe that the bug you reported is fixed in the latest version of
pycg, which is due to be installed in the Debian FTP archive:

pycg_0.14.1-2.diff.gz
  to pool/contrib/p/pycg/pycg_0.14.1-2.diff.gz
pycg_0.14.1-2.dsc
  to pool/contrib/p/pycg/pycg_0.14.1-2.dsc
python-cg_0.14.1-2_i386.deb
  to pool/contrib/p/pycg/python-cg_0.14.1-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <[email protected]> (supplier of updated pycg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 08 Jun 2009 11:50:24 +0200
Source: pycg
Binary: python-cg
Architecture: source i386
Version: 0.14.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description: 
 python-cg  - nVidia Cg driver binding for Python
Closes: 523065
Changes: 
 pycg (0.14.1-2) unstable; urgency=low
 .
   * debian/{control, copyright, patches/*.dpatch}
     - updated my email address
   * debian/control
     - switch Vcs-Browser field to viewsvn
     - bump Standards-Version to 3.8.1
       + added debian/README.source
   * debian/{control, rules}
     - prepare for the upcoming Python 2.6 transition; thanks to Alessio Treglia
       for the report and patch; Closes: #523065
       + versioned depend on python to have functions we need
       + include python.mk and uses its macro for options and locations
   * debian/copyright
     - clarified packaging is licensed under the same terms as upstream
     - fixed packaging copyright notice
   * debian/patches/40_no_link_to_python.dpatch
     - renamed from 99_test
     - added description
   * debian/{control, rules, preinst}
     - switch to python-support, adding preinst to handle the transition
Checksums-Sha1: 
 e234d4abbae00432c32f01cc11af6e61f7e07439 1399 pycg_0.14.1-2.dsc
 dc2cf191a990e45a060974300a0f77a5c6f0a349 5160 pycg_0.14.1-2.diff.gz
 b308846208129c107e41713a35075102f2e8256e 92318 python-cg_0.14.1-2_i386.deb
Checksums-Sha256: 
 3d95e2bb3ae70d44883fa663c83ee364001cc403b79e034a5f24bc614e6c9f33 1399 
pycg_0.14.1-2.dsc
 285b8ae6a7eaac6c6b85cfe110a385aac1c7c2fca67c5c40ec6b345af06c590a 5160 
pycg_0.14.1-2.diff.gz
 bf59ea8805eb37156138d0f13a8cbc6ef39bab11450c84726ca7192d6cb4ad7e 92318 
python-cg_0.14.1-2_i386.deb
Files: 
 47bfe53f0a61a7d9ae4a3e1c0e9a78c1 1399 contrib/python optional pycg_0.14.1-2.dsc
 a65274a044d670438f08213cb298944d 5160 contrib/python optional 
pycg_0.14.1-2.diff.gz
 fd2555f391d59418c1c6aefd969257e9 92318 contrib/python optional 
python-cg_0.14.1-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkos6fQACgkQAukwV0RN2VD7iQCfYdXr8h0vPzUFhYkQocGsiFKJ
BPIAnjc9nf+KL0wN6HGrC9sB6Qy6Fbhu
=wf6p
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to