Package: mirage Version: 0.9.3-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
*** /tmp/tmpPAdrQY In Ubuntu, we've applied the attached patch to achieve the following: * Pass argument --install-layout=deb to setup.py and require python >=2.5 This aids in the upcoming transition to python2.6 and avoids having files installed to the wrong location. Former python versions simply ignore the argument so it can be safely applied. Thanks for consideration. We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers karmic APT policy: (500, 'karmic') Architecture: i386 (i686) Kernel: Linux 2.6.30-8-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u mirage-0.9.3/debian/rules mirage-0.9.3/debian/rules --- mirage-0.9.3/debian/rules +++ mirage-0.9.3/debian/rules @@ -7,7 +7,7 @@ include /usr/share/cdbs/1/class/python-distutils.mk PYTHONVER = 2.5 -DEB_CONFIGURE_EXTRA_FLAGS := --no-compile --prefix $(DEB_DESTDIR)/usr +DEB_CONFIGURE_EXTRA_FLAGS := --no-compile --prefix $(DEB_DESTDIR)/usr --install-layout=deb binary-install/mirage:: dh_pysupport -pmirage diff -u mirage-0.9.3/debian/control mirage-0.9.3/debian/control --- mirage-0.9.3/debian/control +++ mirage-0.9.3/debian/control @@ -1,9 +1,9 @@ Source: mirage Section: graphics Priority: extra Maintainer: Xavier Oswald <xosw...@debian.org> Uploaders: Mike Massonnet <mmasson...@gmail.com> -Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7), python-support (>= 0.7.6), python-dev (>= 2.4.4-6), python-gtk2-dev +Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7), python-support (>= 0.7.6), python-dev (>= 2.5), python-gtk2-dev Standards-Version: 3.8.1 Homepage: http://mirageiv.berlios.de/ DM-Upload-Allowed: yes