Package: gramps Version: 3.1.2-1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu karmic ubuntu-patch
gramps looks working fine with python 2.6, there is no reason to build for python 2.5 only, please see [1] for further information. Attaching a patch. [1] https://bugs.launchpad.net/ubuntu/+source/gramps/+bug/431059 -- 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-15-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 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 <[email protected]> -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

