Package: libcapi20-3 Version: 1:3.9.20060704+dfsg.2-12 Severity: normal Hi,
please consider managing /etc/capi20.conf via debconf and/or files in /etc/default. It allows to switch between the (currently) 3 CAPI versions supported by libcapi20-3: local (via/dev/capi20), fritzbox, rcapi As a minimum, it would help greatly to at least include the file capi20/README [taken from the source unpacked via apt-get source libcapi20-3] into libcapi20-3's doc directory. If the two options that libcapi20-3 supports in this file, which aren't mentioned in capi20/README, could be mentioned too, that would be even better: * TRACELEVEL <trace-level as integer> * TRACEFILE <path/to/trace-file> Maybe providing a sample in the doc directory could help too. Please see the suggestion attached as a patch. Thanks for considering to include it into the next version of libcapi20-3 Thanks for maintaining isdnutils in Debian Peter -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libcapi20-3 depends on: ii libc6 2.13-21 libcapi20-3 recommends no packages. Versions of packages libcapi20-3 suggests: pn isdnutils-doc <none> -- no debconf information
--- debian/capi20.conf-example
+++ debian/capi20.conf-example 2011-12-11 19:24:39.286185370 +0100
@@ -0,0 +1,13 @@
+# /etc/capi20.conf -- system-wide libcapi20-3 config file
+
+# choose a remote CAPI: REMOTE {fritzbox|rcapi} <host name|ip address> <port>
+# if not set, use local CAPI
+#REMOTE fritzbox fritz.box 3051
+
+# set trace level: TRACELEVEL <trace-level as integer>
+#TRACELEVEL 3
+
+# set trace file: TRACEFILE </path/to/trace-file>
+#TRACEFILE /tmp/libcapi20-3.trace
+
+# EOF

