Package: btscanner
Version: 2.1-1
Severity: normal
btscanner.xml installed in /etc has wrong paths for two files included
with btscanner. Attached patch fix that.
Regards,
Yves-Alexis Perez
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages btscanner depends on:
ii libbluetooth1 2.25-1 Library to use the BlueZ Linux Blu
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libncurses5 5.5-2 Shared libraries for terminal hand
ii libxml2 2.6.24.dfsg-1 GNOME XML library
ii zlib1g 1:1.2.3-11 compression library - runtime
btscanner recommends no packages.
-- no debconf information
--- btscanner.xml.old 2006-05-03 07:42:55.000000000 +0200
+++ btscanner.xml 2006-05-03 07:43:40.000000000 +0200
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE btscanner SYSTEM "file:///usr/local/etc/btscanner.dtd">
+<!DOCTYPE btscanner SYSTEM "file:///etc/btscanner.dtd">
<btscanner>
<files>
<log>btscanner.log</log>
- <oui>/usr/local/share/oui.txt</oui>
+ <oui>/usr/share/btscanner/oui.txt</oui>
<store>~/bts</store>
</files>