Package: gnucash-docs
Version: 1.9.0-1
Severity: important

The file /usr/share/gnome/help/gnucash/C/ch_loans.xml refers to some
figures with an incorrect file reference. This causes images in the
documentation to go missing. For example, on line 705,
"figures/loan_PrivateLoanFirstPayment.png" is included, but the correct
file path is "figures/loans_PrivateLoanFirstPayment.png".

The following bit of code reveals some other missing figures:

$ cd /usr/share/gnome/help/gnucash/C
$ grep 'figures/' *.xml | sed 's/[^"]*"//'  | sed 's/".*//' | while read line; 
do test -f "$line" || echo "$line"; done
figures/basics_AccountsSampleQIF.png
figures/invest_accountspredef.png
figures/invest_setup_portfolio2.png
figures/loan_PrivateLoanCalculation.png
figures/loan_PrivateLoanInitial.png
figures/loan_PrivateLoanFirstPayment.png
figures/loan_PrivateLoanSecondPayment.png
figures/loan_PrivateLoanSecondPaymentAccounts.png

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gnucash-docs depends on:
ii  docbook-xml                   4.4-5      standard XML documentation system,

gnucash-docs recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to