diff -u gnucash-2.2.9/debian/changelog gnucash-2.2.9/debian/changelog --- gnucash-2.2.9/debian/changelog +++ gnucash-2.2.9/debian/changelog @@ -1,3 +1,16 @@ +gnucash (2.2.9-0ubuntu4~jaunty1) jaunty-backports; urgency=low + + * Backport to Jaunty (LP: #383742), changes: + + debian/control: Build-Depends on libgoffice-0-6-dev and + libaqbanking20-dev since libgoffice-0.8-dev and libaqbanking29-dev + are only in Karmic. The deps are now the same as with 2.2.9-0ubuntu1; + + debian/patches: remove 03_goffice_0-7-5_support.dpatch from OOlist + since we build agaisnt libgoffice-0-6-dev. Left 04_renew-gui.dpatch + applied, it's not necessary with libaqbanking20-dev, but removing it + doesn't seem necessary. + + -- Loïc Martin Tue, 29 Sep 2009 11:29:32 +0200 + gnucash (2.2.9-0ubuntu4) karmic; urgency=low * 04_renew-gui.dpatch: Fixes problems with libaqbanking 4.x diff -u gnucash-2.2.9/debian/control gnucash-2.2.9/debian/control --- gnucash-2.2.9/debian/control +++ gnucash-2.2.9/debian/control @@ -4,7 +4,7 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Thomas Bushnell, BSG Standards-Version: 3.7.2 -Build-Depends: libfinance-quote-perl, guile-1.6-slib, guile-1.6-dev, m4, gettext, slib (>= 3a2-5), debhelper (>= 4.2.16), zlib1g-dev, libxml-parser-perl, x11-common, libglib2.0-dev (>= 2.4.7), libxml2-dev (>= 2.4.16), libgtk2.0-dev (>= 2.4.13), libglade2-dev (>= 2.3.6), libgnomeprint2.2-dev (>= 2.8.0), libgconf2-dev, libgnomeui-dev (>= 2.0.0), libgsf-gnome-1-dev (>= 1.12.2), libpango1.0-dev (>= 1.6.0), libgtkhtml3.14-dev, gconf2, libgoffice-0-8-dev, dpkg-dev (>= 1.13.19), swig, libofx-dev, ofx, libaqbanking29-dev, dpatch +Build-Depends: libfinance-quote-perl, guile-1.6-slib, guile-1.6-dev, m4, gettext, slib (>= 3a2-5), debhelper (>= 4.2.16), zlib1g-dev, libxml-parser-perl, x11-common, libglib2.0-dev (>= 2.4.7), libxml2-dev (>= 2.4.16), libgtk2.0-dev (>= 2.4.13), libglade2-dev (>= 2.3.6), libgnomeprint2.2-dev (>= 2.8.0), libgconf2-dev, libgnomeui-dev (>= 2.0.0), libgsf-gnome-1-dev (>= 1.12.2), libpango1.0-dev (>= 1.6.0), libgtkhtml3.14-dev, gconf2, libgoffice-0-6-dev, dpkg-dev (>= 1.13.19), swig, libofx-dev, ofx, libaqbanking20-dev, dpatch Build-Conflicts: guile-1.8-dev, guile-1.8 Package: gnucash diff -u gnucash-2.2.9/debian/patches/00list gnucash-2.2.9/debian/patches/00list --- gnucash-2.2.9/debian/patches/00list +++ gnucash-2.2.9/debian/patches/00list @@ -1,2 +1 @@ -03_goffice_0-7-5_support.dpatch 04_renew-gui.dpatch