Package: cstocs Version: 1:3.42-1.1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
Hi, When running dbfcstocs in a fresh install system, I'm getting the following error: Can't locate XBase.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/bin/dbfcstocs line 56. BEGIN failed--compilation aborted at /usr/bin/dbfcstocs line 56. Installing libdbd-xbase-perl fixes the problem, so it should be a dependency of this package. Thanks, Fabrice *** /tmp/tmpf1YCd8 In Ubuntu, we've applied the attached patch to achieve the following: * Non maintainer update * Add dependency on libdbd-xbase-perl (LP: #173442) We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31-16-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -u cstocs-3.42/debian/control cstocs-3.42/debian/control --- cstocs-3.42/debian/control +++ cstocs-3.42/debian/control @@ -7,7 +7,7 @@ Package: cstocs Architecture: all -Depends: ${perl:Depends} +Depends: ${perl:Depends}, libdbd-xbase-perl Conflicts: cstools-vn Provides: cstools-vn Replaces: cstools-vn