Your message dated Mon, 15 Feb 2010 13:17:32 +0000
with message-id <[email protected]>
and subject line Bug#535144: fixed in skytools 2.1.8-2.2
has caused the Debian Bug report #535144,
regarding skytools 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.)
--
535144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535144
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: skytools
Version: 2.1.8-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch
Hi,
As you propably already know, python2.6 is the default python interpreter
in Ubuntu, and we've applied the following patch to fix the FTBFS.
This changes can already been apply with python2.5.
*** /tmp/tmpxk7__y
In Ubuntu, we've applied the attached patch to achieve the following:
* Build for python 2.6 (LP: #380866):
- debian/skytools.install: substitute references to site-package with
*-package and reference to python2.5 with python*
- debian/rules: add include of simple-patchsys.mk
- debian/patches/01_python2.6.diff: patch Makefile file to add
--install-layout=deb parameter when calling python.py install
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 skytools-2.1.8/debian/rules skytools-2.1.8/debian/rules
--- skytools-2.1.8/debian/rules
+++ skytools-2.1.8/debian/rules
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr
diff -u skytools-2.1.8/debian/changelog skytools-2.1.8/debian/changelog
diff -u skytools-2.1.8/debian/skytools.install skytools-2.1.8/debian/skytools.install
--- skytools-2.1.8/debian/skytools.install
+++ skytools-2.1.8/debian/skytools.install
@@ -1,5 +1,5 @@
debian/tmp/usr/bin/*
-debian/tmp/usr/lib/python2.5/site-packages/londiste/*.py
-debian/tmp/usr/lib/python2.5/site-packages/pgq/*.py
-debian/tmp/usr/lib/python2.5/site-packages/skytools/*.py
+debian/tmp/usr/lib/python*/*-packages/londiste/*.py
+debian/tmp/usr/lib/python*/*-packages/pgq/*.py
+debian/tmp/usr/lib/python*/*-packages/skytools/*.py
debian/tmp/usr/share/doc/skytools/conf
only in patch2:
unchanged:
--- skytools-2.1.8.orig/debian/patches/01_python2.6.diff
+++ skytools-2.1.8/debian/patches/01_python2.6.diff
@@ -0,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*~' skytools-2.1.8/Makefile skytools-2.1.8.new/Makefile
+--- skytools-2.1.8/Makefile 2009-06-13 05:19:48.000000000 +0000
++++ skytools-2.1.8.new/Makefile 2009-06-13 05:20:08.000000000 +0000
+@@ -37,7 +37,7 @@
+ test \! -d compat || $(MAKE) -C compat $@ DESTDIR=$(DESTDIR)
+
+ python-install: config.mak modules-all
+- $(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR)/
++ $(PYTHON) setup.py install --install-layout=deb --prefix=$(prefix) --root=$(DESTDIR)/
+ $(MAKE) -C doc DESTDIR=$(DESTDIR) install
+
+ python-install python-all: python/skytools/installer_config.py
--- End Message ---
--- Begin Message ---
Source: skytools
Source-Version: 2.1.8-2.2
We believe that the bug you reported is fixed in the latest version of
skytools, which is due to be installed in the Debian FTP archive:
skytools-modules-8.4_2.1.8-2.2_amd64.deb
to main/s/skytools/skytools-modules-8.4_2.1.8-2.2_amd64.deb
skytools_2.1.8-2.2.diff.gz
to main/s/skytools/skytools_2.1.8-2.2.diff.gz
skytools_2.1.8-2.2.dsc
to main/s/skytools/skytools_2.1.8-2.2.dsc
skytools_2.1.8-2.2_amd64.deb
to main/s/skytools/skytools_2.1.8-2.2_amd64.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 skytools 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: Sat, 13 Feb 2010 10:46:11 +0100
Source: skytools
Binary: skytools skytools-modules-8.4
Architecture: source amd64
Version: 2.1.8-2.2
Distribution: unstable
Urgency: low
Maintainer: Fernando Ike de Oliveira <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description:
skytools - Database management tools from Skype to PostgreSQL
skytools-modules-8.4 - PostgreSQL modules of skytools
Closes: 534310 535144 559606 566047
Changes:
skytools (2.1.8-2.2) unstable; urgency=low
.
* Non-maintainer upload.
* debian/{control, rules}
- use pysupport to manage the Python module, so also compiling it; thanks
to
Luca Falavigna for the report; Closes: #566047
* debian/{control, rules, *.links, *.install}
- support only PostgreSQL 8.4; thanks to Martin Pitt for the report;
Closes: #559606
* debian/rules
- added simple-patchsys.mk rule
- added python-distutils.mk class
* debian/patches/missing_includes.diff
- added missing includes, fixing the FTBFS with PostgreSQL 8.4
* skytools.install
- don't hardcode 'python2.5' and 'site-package', use globbing instead
* patches/rename_as_for_python2.6.diff
- added to replace 'as', since it's a reserved word in Python 2.6; thanks
to
Fabrice Coutadeur for the report; Closes: #535144
* debian/skytools-modules-8.4.install
- added installation of files from 'debian/tmp/usr/share/skytools' needed
for the module to look for SQL files; thanks to Marc Cousin for the
report and Chris Lamb for the patch; Closes: #534310
* debian/control
- replaced explicit Depends on 'python' with substvar ${python:Depends}
- build-depends on python-all-dev, to be built against all support Python
Checksums-Sha1:
b00d09368f6e8bd8974caf1934a71ad9bb92c7be 1290 skytools_2.1.8-2.2.dsc
2ffee101e485e251ce9e232e7457bfe91bd1926f 3473 skytools_2.1.8-2.2.diff.gz
0b03618969632fb1229cf08b7fd19e0296819d90 108150 skytools_2.1.8-2.2_amd64.deb
eab6d6679290c055b51e1b3e0b3ff82739f5636f 83694
skytools-modules-8.4_2.1.8-2.2_amd64.deb
Checksums-Sha256:
5f5059ef3fc079d4c4873ee1ac2b14e3ae37ea188f81c7a284812d45ef0f6ec7 1290
skytools_2.1.8-2.2.dsc
da4a7428de8932c551e87b690d4c53be265f0896d754dcb3b2ad5f0cd0ff6066 3473
skytools_2.1.8-2.2.diff.gz
0479f1455897b56e3404e05eacd8de0064b0732c3386c6d572b2b3a002985c82 108150
skytools_2.1.8-2.2_amd64.deb
dbf99a34e4fb95226d7089c9d29d6e1d0f6742e983f229c9c4927889f7e0f477 83694
skytools-modules-8.4_2.1.8-2.2_amd64.deb
Files:
3da38649c1487f5afcad212cc8e1ca1f 1290 misc optional skytools_2.1.8-2.2.dsc
641ca7d66f5ce6699e735597d72b0c0d 3473 misc optional skytools_2.1.8-2.2.diff.gz
e0c85766ff2fb0c0b8dc015b69889d0b 108150 misc optional
skytools_2.1.8-2.2_amd64.deb
6d43603b31ec5d2154d8aa45587c5c58 83694 misc optional
skytools-modules-8.4_2.1.8-2.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkt2dn8ACgkQAukwV0RN2VAiWgCeMPrAvut9TrcCceTmsnOoPVIh
WA4AoI2ScElB1CUIQeZMHPHcQ5uUOcOS
=cEOI
-----END PGP SIGNATURE-----
--- End Message ---