hello again, I sure hope I'm doing this correctly. I looked at the patch
Alessio provided, it seems to say Python >= 2.5 is needed, I believe that
should specfically be Python 2.5 or 2.6, because 3.0 is not allowed. I do
see he removed the Python >= 2.4.4-6, that's good.

Jeff



here's the patch provided:

diff -u gramps-3.1.2/debian/changelog gramps-3.1.2/debian/changelog
diff -u gramps-3.1.2/debian/control gramps-3.1.2/debian/control
--- gramps-3.1.2/debian/control
+++ gramps-3.1.2/debian/control
@@ -1,16 +1,17 @@
 Source: gramps
 Section: gnome
 Priority: optional
 Maintainer: James A. Treacy <tre...@debian.org>
-Build-Depends-Indep: libxml-parser-perl, python-gnome2, python-glade2,
docbook-utils, gettext, libgconf2-dev, python-central (>= 0.5.6), python2.5,
intltool
+Build-Depends-Indep: libxml-parser-perl, python-gnome2, python-glade2,
docbook-utils, gettext, libgconf2-dev, python-central (>= 0.5.6), python,
intltool
 Build-Depends:  debhelper (>= 7)
 Standards-Version: 3.8.0
 Homepage: http://www.gramps-project.org/
-XS-Python-Version: 2.5
+XS-Python-Version: >=2.5

 Package: gramps
 Architecture: all
-Depends: python (>= 2.4.4-6), python2.5, ${python:Depends},
librsvg2-common, python-gnome2, python-glade2, ${misc:Depends}
+Depends: ${python:Depends}, librsvg2-common, python-gnome2, python-glade2,
${misc:Depends}
 Replaces: gramps-manual, gramps-extending-doc
 Conflicts: gramps-manual, gramps-extending-doc, gramps-common,
python-gtk-1.2
 Recommends: xdg-utils, graphviz, ttf-freefont, python-reportlab,
python-gtkspell, python-enchant, python-gnome2-desktop

Reply via email to