Your message dated Thu, 26 Nov 2009 00:28:31 +0100
with message-id <[email protected]>
and subject line Re: pytrainer FTBFS with Python 2.6
has caused the Debian Bug report #530526,
regarding pytrainer FTBFS with 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.)
--
530526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530526
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pytrainer
Severity: wishlist
Tags: patch
Please make pytrainer ready to build with Python 2.6.
Attaching Ubuntu debdiff.
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500,
'jaunty-backports'), (500, 'jaunty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pytrainer-1.6.0.8/debian/changelog pytrainer-1.6.0.8/debian/changelog
--- pytrainer-1.6.0.8/debian/changelog
+++ pytrainer-1.6.0.8/debian/changelog
@@ -1,3 +1,11 @@
+pytrainer (1.6.0.8-1ubuntu1) karmic; urgency=low
+
+ * Add --install-layout=deb to setup.py install arguments to build with
+ Python 2.6, fix FTBFS.
+ * Bump-up debhelper, python-dev build-dependencies.
+
+ -- Alessio Treglia <[email protected]> Mon, 25 May 2009 14:45:08 +0200
+
pytrainer (1.6.0.8-1) unstable; urgency=low
* new upstream release from 2009-04-19
diff -u pytrainer-1.6.0.8/debian/rules pytrainer-1.6.0.8/debian/rules
--- pytrainer-1.6.0.8/debian/rules
+++ pytrainer-1.6.0.8/debian/rules
@@ -28,7 +28,7 @@
dh_testroot
dh_clean -k
dh_installdirs
- python setup.py install --prefix $(CURDIR)/debian/pytrainer/usr
+ python setup.py install --prefix $(CURDIR)/debian/pytrainer/usr --install-layout=deb
mv $(CURDIR)/debian/pytrainer/usr/bin/pytrainer $(CURDIR)/debian/pytrainer/usr/bin/pytr
cp $(CURDIR)/debian/mozpytrainer.sh $(CURDIR)/debian/pytrainer/usr/bin/pytrainer
diff -u pytrainer-1.6.0.8/debian/control pytrainer-1.6.0.8/debian/control
--- pytrainer-1.6.0.8/debian/control
+++ pytrainer-1.6.0.8/debian/control
@@ -1,9 +1,10 @@
Source: pytrainer
Section: x11
Priority: optional
-Maintainer: Noèl Köthe <[email protected]>
-Build-Depends-Indep: python-dev
-Build-Depends: debhelper (>= 5.0.0)
+Maintainer: Ubuntu MOTU Developers <[email protected]>
+XSBC-Original-Maintainer: Noèl Köthe <[email protected]>
+Build-Depends-Indep: python-dev (>= 2.6.1-0ubuntu1)
+Build-Depends: debhelper (>= 5.0.38)
Standards-Version: 3.8.1
Homepage: http://sourceforge.net/projects/pytrainer/
--- End Message ---
--- Begin Message ---
It turns out this package it didn't FTBFS with python2.6, so I'm closing #530526
Anyhow, #553483 should really be addressed: probably a '--no-compile'
passed to python setup-py install would help.
Let me please also suggest a couple more things:
- please consider using python-support to manage the modules
installation and compilation. That's a really useful tool that just do
"The Right Thing".
- please consider joining the Python Modules / Apps Team and maintain
your python package(s) there, leveraging the team experience, help and
support.
For any question feel free to drop an email to
[email protected] or join us in #debian-python at OFTC
IRC network.
Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---