Hi,

The attached patch fixes this bug, and also increases the minimum required
python-support dependency for full Python 2.6 support.

-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
diff -u old-mnemosyne-1.2.1/debian/control mnemosyne-1.2.1/debian/control
--- old-mnemosyne-1.2.1/debian/control	2010-03-02 21:44:54.000000000 +0000
+++ mnemosyne-1.2.1/debian/control	2010-03-02 21:47:28.000000000 +0000
@@ -2,7 +2,7 @@
 Section: misc
 Priority: extra
 Maintainer: Robert Lemmen <rober...@semistable.com>
-Build-Depends: debhelper (>= 7), python-support, python, python-setuptools, sharutils, imagemagick
+Build-Depends: debhelper (>= 7), python-support (>= 0.90), python, python-setuptools, sharutils, imagemagick
 Standards-Version: 3.8.3
 
 Package: mnemosyne
diff -u old-mnemosyne-1.2.1/debian/rules mnemosyne-1.2.1/debian/rules
--- old-mnemosyne-1.2.1/debian/rules	2010-03-02 21:44:54.000000000 +0000
+++ mnemosyne-1.2.1/debian/rules	2010-03-02 21:47:12.000000000 +0000
@@ -25,7 +25,7 @@
 	dh_testroot
 	dh_prep
 	dh_installdirs
-	python setup.py install --no-compile --root=$(PREFIX)
+	python setup.py install --no-compile --root=$(PREFIX) --install-layout=deb
 
 binary-indep: build install
 	dh_testdir

Attachment: signature.asc
Description: Digital signature

Reply via email to