Package: awffull
Version: 3.4.3-1
Severity: important
Tags: patch
README.Debian states that the configuration file for awffull should
be /etc/awffull/awffull.conf. But awffull is actually looking for
/etc/awffull.conf
The package should be configured including the
--with-etcdir=/etc/awffull option:
*****
[EMAIL PROTECTED]:~/debian/awffull/awffull-3.4.3$ diff -Nru
.../awffull-3.4.3-orig/debian/rules debian/rules
--- ../awffull-3.4.3-orig/debian/rules 2006-07-26 18:18:01.000000000
-0400
+++ debian/rules 2006-07-26 22:36:39.000000000 -0400
@@ -27,7 +27,9 @@
cp -f /usr/share/misc/config.guess config.guess
endif
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info
+ CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) \
+ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
--mandir=\$${prefix}/share/man \
+ --infodir=\$${prefix}/share/info --with-etcdir=/etc/awffull
build: build-stamp
*****
And this is to update the man page:
*****
[EMAIL PROTECTED]:~/debian/awffull/awffull-3.4.3$ diff -Nru
.../awffull-3.4.3-orig/doc/awffull.1 doc/awffull.1
--- ../awffull-3.4.3-orig/doc/awffull.1 2006-06-02 05:52:12.000000000
-0400
+++ doc/awffull.1 2006-07-26 23:00:32.000000000 -0400
@@ -93,7 +93,7 @@
A default configuration file is scanned for. A file named
\fIawffull.conf\fP is searched for in the current directory, and if
found, it's configuration data is parsed. If the file is not
-present in the current directory, the file \fI/etc/awffull.conf\fP
+present in the current directory, the file \fI/etc/awffull/awffull.conf\fP
is searched for and, if found, is used instead.
.TP 8
.B o
@@ -787,7 +787,7 @@
.TP 20
.I awffull.conf
Default configuration file. Is searched for in the current directory
-and if not found, in the \fI/etc/\fP directory.
+and if not found, in the \fI/etc/awffull/\fP directory.
.TP 20
.I awffull.hist
Monthly history file for previous 12 months. (can be changed)
*****
-- System Information:
Debian Release: 3.1
APT prefers stable
APT policy: (900, 'stable'), (600, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-k8
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages awffull depends on:
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libgd2-xpm 2.0.33-1.1sarge1 GD Graphics Library version 2
ii libpcre3 4.5-1.2sarge1 Perl 5 Compatible Regular Expressi
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime
awffull recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]