Your message dated Wed, 19 Aug 2009 22:40:55 +0000
with message-id <[email protected]>
and subject line Bug#538054: fixed in vips 7.18.2-1
has caused the Debian Bug report #538054,
regarding vips: FTBFS with python2.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.)


-- 
538054: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538054
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vips
Version: 7.18.1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

Here are the changes that we performed in Ubuntu to make vips compile with 
python2.6. This changes are compatible with python 2.5, and can be applied right
 now in Unstable.

Fabrice

*** /tmp/tmpOudWUl
In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/rules: 
    - changes site-packages to *-packages (LP: #401941)
    - added DEB_AUTO_UPDATE_LIBTOOL, *-AUTOMAKE, *-ACLOCAL and *-AUTOCONF to 
      update configure file and makefiles
    - Set DEB_CONFIGURE_EXTRA_FLAGS to --exec_prefix=/usr to force configure
      to set correctly python extension module directory
  * debian/control: added build dependency on libtool

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-13-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -u vips-7.18.1/debian/rules vips-7.18.1/debian/rules
--- vips-7.18.1/debian/rules
+++ vips-7.18.1/debian/rules
@@ -25,11 +25,18 @@
 	$(DEB_BUILDDIR)/doc/html
 DEB_COMPRESS_EXCLUDE = html
 
+DEB_AUTO_UPDATE_LIBTOOL = pre
+DEB_AUTO_UPDATE_AUTOMAKE = 1.10
+DEB_AUTO_UPDATE_ACLOCAL = $(DEB_AUTO_UPDATE_AUTOMAKE)
+DEB_AUTO_UPDATE_AUTOCONF = 2.63
+
 # Include cdbs rules files.
 #include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS = --exec_prefix=/usr
+
 # "make install" runs installed programs at one point, so we need to
 # set LD_LIBRARY_PATH to the installed library directory.
 ifeq ("$(LD_LIBRARY_PATH)", "")
@@ -53,8 +60,8 @@
 install/libvips-tools::
 	rm debian/tmp/usr/bin/header
 	rm debian/tmp/usr/share/man/man1/header.1*
-	rm debian/tmp/usr/lib/python*/site-packages/vipsCC/*.pyc
-	rm debian/tmp/usr/lib/python*/site-packages/vipsCC/*.pyo
+	rm debian/tmp/usr/lib/python*/*-packages/vipsCC/*.pyc
+	rm debian/tmp/usr/lib/python*/*-packages/vipsCC/*.pyo
 	perl $(l_PWD)/debian/scripts/create_missing_manual_pages
 
 # Install lintian override files
diff -u vips-7.18.1/debian/control vips-7.18.1/debian/control
--- vips-7.18.1/debian/control
+++ vips-7.18.1/debian/control
@@ -1,8 +1,9 @@
 Source: vips
 Section: libs
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 5.0.38), libjpeg62-dev, libtiff4-dev, zlib1g-dev, fftw3-dev | libfftw3-dev, liblcms1-dev, libpng12-dev, libmagick9-dev | libmagick-dev, libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev, libglib2.0-dev, libice-dev, gettext, pkg-config, libxml-parser-perl, libexif-gtk-dev, python-dev (>= 2.4), python-central (>= 0.5.6), liboil0.3-dev, libopenexr-dev, libmatio-dev, flex, bison
-Maintainer: Jay Berkenbilt <[email protected]>
+Build-Depends: cdbs, debhelper (>= 5.0.38), libjpeg62-dev, libtiff4-dev, zlib1g-dev, fftw3-dev | libfftw3-dev, liblcms1-dev, libpng12-dev, libmagick9-dev | libmagick-dev, libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev, libglib2.0-dev, libice-dev, gettext, pkg-config, libxml-parser-perl, libexif-gtk-dev, python-dev (>= 2.4), python-central (>= 0.5.6), liboil0.3-dev, libopenexr-dev, libmatio-dev, flex, bison, libtool
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Jay Berkenbilt <[email protected]>
 XS-Python-Version: current
 Standards-Version: 3.8.1
 Homepage: http://www.vips.ecs.soton.ac.uk

--- End Message ---
--- Begin Message ---
Source: vips
Source-Version: 7.18.2-1

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

libvips-dev_7.18.2-1_i386.deb
  to pool/main/v/vips/libvips-dev_7.18.2-1_i386.deb
libvips-doc_7.18.2-1_all.deb
  to pool/main/v/vips/libvips-doc_7.18.2-1_all.deb
libvips-tools_7.18.2-1_i386.deb
  to pool/main/v/vips/libvips-tools_7.18.2-1_i386.deb
libvips15_7.18.2-1_i386.deb
  to pool/main/v/vips/libvips15_7.18.2-1_i386.deb
python-vipscc_7.18.2-1_i386.deb
  to pool/main/v/vips/python-vipscc_7.18.2-1_i386.deb
vips_7.18.2-1.diff.gz
  to pool/main/v/vips/vips_7.18.2-1.diff.gz
vips_7.18.2-1.dsc
  to pool/main/v/vips/vips_7.18.2-1.dsc
vips_7.18.2.orig.tar.gz
  to pool/main/v/vips/vips_7.18.2.orig.tar.gz



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.
Jay Berkenbilt <[email protected]> (supplier of updated vips 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: Wed, 19 Aug 2009 15:42:15 -0400
Source: vips
Binary: libvips15 libvips-dev libvips-tools python-vipscc libvips-doc
Architecture: source all i386
Version: 7.18.2-1
Distribution: unstable
Urgency: low
Maintainer: Jay Berkenbilt <[email protected]>
Changed-By: Jay Berkenbilt <[email protected]>
Description: 
 libvips-dev - image processing system good for very large images (dev)
 libvips-doc - image processing system good for very large images (doc)
 libvips-tools - image processing system good for very large images (tools)
 libvips15  - image processing system good for very large images
 python-vipscc - image processing system good for very large images (tools)
Closes: 538054
Changes: 
 vips (7.18.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Made updates based on patch from Ubuntu (Fabrice Coutadeur) to enable
     vips to work with python 2.6.  (Closes: #538054)
   * Update standards version to 3.8.3.  No changes required.
Checksums-Sha1: 
 e2af656ce5fba5645f12bc4b84018abd405addf9 1437 vips_7.18.2-1.dsc
 69c3e7163ff216d06e306e3251937a6743b52eb9 3165250 vips_7.18.2.orig.tar.gz
 45cba6da94e8e4aa7678cc768cc51408a3dff914 6872 vips_7.18.2-1.diff.gz
 a65b2437df30534c762b9dafeafcadd857b7e7b5 595540 libvips-doc_7.18.2-1_all.deb
 bed5745ffb73afaf55e269036f940289fa35ffba 612930 libvips15_7.18.2-1_i386.deb
 d17df4ea10d3d2c70a1b27b947cd16b7464bc486 959132 libvips-dev_7.18.2-1_i386.deb
 dd825d4efacbea162673f2b28e8a502d8a151015 88776 libvips-tools_7.18.2-1_i386.deb
 2bb671856bd13b6d8162791d3d2ad809725934bb 1381206 
python-vipscc_7.18.2-1_i386.deb
Checksums-Sha256: 
 2f0cd641fca292e7dc87dd04b53fe9238a9cbe5d244b704068d89e24a054f9ae 1437 
vips_7.18.2-1.dsc
 bd6ebfb96eefe694fcb2cf519e9a464b20e50a95932dfc8cc44b6fdd1032ebca 3165250 
vips_7.18.2.orig.tar.gz
 09fcef240de58e7cf231f3c29accae17cfa76d0438f9d976ce965190934d4cfa 6872 
vips_7.18.2-1.diff.gz
 31b10e93d651b567f85cc30c26f8843693f62095388bb5b030cbda18599b21da 595540 
libvips-doc_7.18.2-1_all.deb
 4e8c812c0aa4ad3b494040fdd84ce8dc8cb0d53070561cb7bb6f5b02c124770b 612930 
libvips15_7.18.2-1_i386.deb
 a3b4c080e96db225a9874b3de1a59d640414f6834e8f850467dd1595fa3db1a3 959132 
libvips-dev_7.18.2-1_i386.deb
 4787b02f2141d898d80a9f872b64a9563c0728da91e2e9122d1abdef98f98225 88776 
libvips-tools_7.18.2-1_i386.deb
 f5a4784ed2e7be1aaa84dda864e2170b1b50757dd2e70f9675dd8c89fc45b664 1381206 
python-vipscc_7.18.2-1_i386.deb
Files: 
 d583f015990fa4010ad32e7262306578 1437 libs optional vips_7.18.2-1.dsc
 c750c3a84410e8d1f5bea231fbf50cb9 3165250 libs optional vips_7.18.2.orig.tar.gz
 45dbf6cd044f3a358d4e8846ebb31719 6872 libs optional vips_7.18.2-1.diff.gz
 3dcb339b0763924b30469a37200af07b 595540 doc optional 
libvips-doc_7.18.2-1_all.deb
 84114a20fef134233533e6d6042533ea 612930 libs optional 
libvips15_7.18.2-1_i386.deb
 eda87f81a95a3878b15a91467590390a 959132 libdevel optional 
libvips-dev_7.18.2-1_i386.deb
 6cc45f8832d8b2712d64890086b14e2d 88776 graphics optional 
libvips-tools_7.18.2-1_i386.deb
 b92e31e052a228d123f627df7725568c 1381206 python optional 
python-vipscc_7.18.2-1_i386.deb

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

iEYEARECAAYFAkqMbDkACgkQEBVk6taI4KfMQwCg0Ydyx6ZwfwDflO4bNld1w4FS
+MEAn079RvIy9iib4HSYqgYARfclxGxo
=huC7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to