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 <quadris...@ubuntu.com> 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 <n...@debian.org> -Build-Depends-Indep: python-dev -Build-Depends: debhelper (>= 5.0.0) +Maintainer: Ubuntu MOTU Developers <ubuntu-m...@lists.ubuntu.com> +XSBC-Original-Maintainer: Noèl Köthe <n...@debian.org> +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/