--- awffull-3.8.2.orig/debian/postrm +++ awffull-3.8.2/debian/postrm @@ -0,0 +1,47 @@ +#! /bin/sh +# postrm script for webalizer +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +if [ -f /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule + db_version 2.0 +fi + +case "$1" in + purge) + [ -d "/etc/awffull/" ] && rm -rf /etc/awffull/; + db_get awffull/directory 2>/dev/null + OUTPUTDIR="$RET"; + [ ! -z $OUTPUTDIR ] || OUTPUTDIR="/var/www/awffull"; + [ -d "$OUTPUTDIR" ] && rm -rf $OUTPUTDIR; + ;; + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + --- awffull-3.8.2.orig/debian/dirs +++ awffull-3.8.2/debian/dirs @@ -0,0 +1,4 @@ +etc/cron.daily +etc/awffull +usr/bin +usr/sbin --- awffull-3.8.2.orig/debian/control +++ awffull-3.8.2/debian/control @@ -0,0 +1,41 @@ +Source: awffull +Section: web +Priority: optional +Maintainer: Jose Carlos Medeiros +Uploaders: Ola Lundqvist +Build-Depends: debhelper (>= 5.0.0), autotools-dev, zlib1g-dev, gettext, libpcre3-dev, dpatch, libgeoip-dev, libfreetype6, libfreetype6-dev, po-debconf, help2man, libpng12-dev, libgd2-noxpm-dev | libgd2-xpm-dev +Standards-Version: 3.7.3 +Homepage: http://www.stedee.id.au/awffull/ + +Package: awffull +Architecture: any +Suggests: httpd, dnshistory +Depends: ${shlibs:Depends} +Pre-Depends: debconf (>= 1.4.58) | debconf-2.0 +Description: web server log analysis program + AWFFull is a Web server log analysis program, forked from Webalizer. It adds a + number of new features and improvements, such as extended frontpage history, + resizable graphs, and a few more pie charts. + . + Webalizer is a great weblog analysis program but hasn't been going anywhere in + recent years. AWFFull takes that base and starts to fix the niggles and + annoyances and hopefully become a useful enhancement. + . + As a base, weblizer has a stated goal of producing web server analysis. + AWFFull on the other hand, will gradually focus more on the business + intelligence contained within those logs - and not specifically limited just to + web server logs. + . + Major Enhancements vs. Webalizer + . + The frontpage history can now cover more than 12 months. + StyleSheets (CSS) are supported. Customise to your hearts content! + The log type can be auto-detected + Can process: CLF, Combined, Squid, FTP XFER and Domino v6 Logs + All graphs are now resizable, rather than being a fixed size + Config File simplification to reduce duplication of common config pairings + Bookmarking numbers are tracked. Be aware that these are estimates! + Backend changes: Use of PCRE lib and standard library calls to ease coding pain + Pattern Matching improvements can increase the speed of a run by 50%. YMMV! + 404 Errors are tracked and displayed with both the target and referrering URL + Can specify what is a page or what is not. --- awffull-3.8.2.orig/debian/changelog +++ awffull-3.8.2/debian/changelog @@ -0,0 +1,113 @@ +awffull (3.8.2-1.2) unstable; urgency=low + + * NMU + * Drop spurious build-dependency on libdb4.5-dev. closes: #517276. + + -- Clint Adams Sun, 16 Aug 2009 22:17:05 -0400 + +awffull (3.8.2-1.1) unstable; urgency=low + + * Non-maintainer upload with maintainer's blessing. + * Deprecate Freetype 1 (Closes: #473615) + + -- Moritz Muehlenhoff Wed, 23 Apr 2008 21:21:24 +0200 + +awffull (3.8.2-1) unstable; urgency=low + + * New upstream release. (closes: #451475) + * Standards-Version: 3.7.3 + * Added debconf Dutch translation, thanks to + cobaco (aka Bart Cornelis). (Closes: #449402) + * Updated "Homepage:" pseudo-header as Reference 1.14.6. + + -- Jose Carlos Medeiros Wed, 12 Dec 2007 13:50:37 -0200 + +awffull (3.8.1beta3-1) unstable; urgency=low + + * New upstream release + + -- Jose Carlos Medeiros Fri, 21 Sep 2007 15:41:33 -0300 + +awffull (3.8.1beta1-1) unstable; urgency=low + + * New upstream release + * cron.daily script continue to run instead of exiting when a conf file + didn't pass the tests. (Closes: #430733) + + -- Jose Carlos Medeiros Thu, 09 Aug 2007 09:44:17 -0300 + +awffull (3.7.5-2) unstable; urgency=low + + * Added libgd2-xpm-dev as Build-dependence. (Closes: #426518) + + -- Jose Carlos Medeiros Fri, 01 Jun 2007 19:45:50 -0300 + +awffull (3.7.5-1) unstable; urgency=low + + * New upstream release. + * Added a check to confmodule in postrm script. (Closes: #416647) + * Removed no more used 02-brazilian_portuguese_translation patch. + + -- Jose Carlos Medeiros Fri, 25 May 2007 18:35:18 -0300 + +awffull (3.7.4final-1) unstable; urgency=low + + * New upstream release + * Added debconf Portuguese translation, thanks to + Miguel Figueiredo . (Closes: #423691) + * Added libgeoip-dev build-dependence. (Closes: #422764) + * Update to build against newer Berkeley DB, db4.5. (Closes: #421931) + * Added Brazilian Portuguese translation. + + -- Jose Carlos Medeiros Tue, 15 May 2007 23:19:46 -0300 + +awffull (3.7.4beta1-1) unstable; urgency=low + + * New upstream release. (Closes: #411125) + * Fix cosmetic fix with the "CSS File Exists" message always being + displayed, thanks Bart Cortooms . (Closes: #395035) + * Added dnshistory as suggested. (Closes: #406675) + * Fixed mistake in manpage: capital Q for ReallyQuiet (Closes: #410471) + + -- Jose Carlos Medeiros Mon, 12 Feb 2007 18:26:55 -0200 + +awffull (3.7.1-1) unstable; urgency=low + + * New upstream release. (Closes: #392908) + * Rewritten config and postinst debconf scripts, Thanks to frank@debian.org + (Closes: #393762) + + [ Debconf Translations ] + * Deutsch/German by Matthias Julius (Closes: #394783). + * Czech by Jakub Kasparec (Closes: #393533). + * French by Cyril Brulebois + (Closes: #392888). + + -- Jose Carlos Medeiros Fri, 10 Nov 2006 21:02:01 -0200 + +awffull (3.6.1beta1-2) unstable; urgency=low + + * Added debconf script to configure directory to put logs and to set logfile + to read. (Closes: #384217) + * Gettextized debconf scripts. + * Added debconf as Pre-Depends. + * Added postrm script with purge option. + + -- Jose Carlos Medeiros Mon, 28 Aug 2006 12:23:35 -0300 + +awffull (3.6.1beta1-1) unstable; urgency=low + + * New upstream release + * Now from this version, awffull get support to gettext. (Closes: #381116) + * Changed man file and rules to put configurations in /etc/awffull, + Thanks to Matthias Julius . (Closes: #380042) + * Updated description to a little better one. (Closes: #379916) + + -- Jose Carlos Medeiros Wed, 9 Aug 2006 15:53:57 -0300 + +awffull (3.4.3-1) unstable; urgency=low + + * Initial release Closes: #356724 + + -- Jose Carlos Medeiros Tue, 6 Jun 2006 20:47:34 -0300 + --- awffull-3.8.2.orig/debian/compat +++ awffull-3.8.2/debian/compat @@ -0,0 +1 @@ +5 --- awffull-3.8.2.orig/debian/awffull_history_regen.pl.1 +++ awffull-3.8.2/debian/awffull_history_regen.pl.1 @@ -0,0 +1,42 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH AWFFULL_HISTORY_REGEN.PL "1" "June 2006" "awffull_history_regen.pl ./awffull_history_regen.pl" "User Commands" +.SH NAME +awffull_history_regen.pl \- awffull_history_regen.pl +.SH DESCRIPTION +.SS "Usage:" +.IP +awffull_history_regen.pl [options] +.IP +NB! Must have the GNU Date command! +.SH OPTIONS +.TP +\fB\-\-help\fR +Print a brief help message and exit. +.TP +\fB\-\-man\fR +Print the manual page and exit. +.HP +\fB\-\-dir\fR directory +.IP +The directory to use, looking for old webalizer +usage_YYYYMM.html files. If not present will use the current +directory. +.HP +\fB\-\-date\fR gnu\-date\-location +.IP +This program requires the GNU date command, use this option, if +it's in a non\-standard place. +.PP +(Getopt::Long::GetOptions version 2.35; Perl version 5.8.8) +.SH "SEE ALSO" +The full documentation for +.B awffull_history_regen.pl +is maintained as a Texinfo manual. If the +.B info +and +.B awffull_history_regen.pl +programs are properly installed at your site, the command +.IP +.B info awffull_history_regen.pl +.PP +should give you access to the complete manual. --- awffull-3.8.2.orig/debian/examples +++ awffull-3.8.2/debian/examples @@ -0,0 +1 @@ +sample.conf --- awffull-3.8.2.orig/debian/copyright +++ awffull-3.8.2/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Jose Carlos Medeiros on +Tue, 6 Jun 2006 20:47:34 -0300. + +It was downloaded from http://www.stedee.id.au/awffull/ + +Copyright Holder: Stephen McInerney (spm@stedee.id.au) + +License: + Copyright (C) 1997-2001 Bradford L. Barrett (brad@mrunix.net) + Copyright 2002, 2004 by Stanislaw Yurievich Pusep + Copyright (C) 2004, 2005, 2006 by Stephen McInerney (spm@stedee.id.au) + Copyright (C) 2006 by Alexander Lazic (al-awffull@none.at) + Copyright (C) 2006 by Benoit Rouits (brouits@free.fr) + + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- awffull-3.8.2.orig/debian/docs +++ awffull-3.8.2/debian/docs @@ -0,0 +1,7 @@ +DNS.README +PERFORMANCE_TIPS.txt +README +README.FIRST +README.webalizer +TODO +country-codes.txt --- awffull-3.8.2.orig/debian/templates +++ awffull-3.8.2/debian/templates @@ -0,0 +1,9 @@ +Template: awffull/directory +Type: string +Default: /var/www/awffull +_Description: Directory to put the output in: + +Template: awffull/logfile +Type: string +Default: /var/log/apache/access.log.1 +_Description: Webserver's rotated log filename: --- awffull-3.8.2.orig/debian/awffull.cron.daily +++ awffull-3.8.2/debian/awffull.cron.daily @@ -0,0 +1,55 @@ +#!/bin/sh +# /etc/cron.daily/awffull: AwfFull daily maintenance script +# Written by Jose Carlos Medeiros based on +# webalizer.cron.daily that was in webalizer package + +# This script just run awffull agains all .conf files in /etc/awffull directory + +AWFFULL=/usr/bin/awffull +AWFFULL_CONFDIR=/etc/awffull + +[ -x ${AWFFULL} ] || exit 0; +[ -d ${AWFFULL_CONFDIR} ] || exit 0; + +for i in ${AWFFULL_CONFDIR}/*.conf; do + echo "Running: ${i} file." + + # run agains a rotated or normal logfile + LOGFILE=`awk '$1 ~ /^LogFile$/ {print $2}' $i`; + + # empty ? + [ -s "${LOGFILE}" ] || { echo "ERROR: LogFile not found: ${LOGFILE}"; continue; }; + # readable ? + [ -r "${LOGFILE}" ] || { echo "ERROR: LogFile is not readable: ${LOGFILE}"; continue; }; + + # there was a output ? + OUTDIR=`awk '$1 ~ /^OutputDir$/ {print $2}' $i`; + # exists something ? + [ "${OUTDIR}" != "" ] || { echo "ERROR: OutputDir not defined: ${OUTDIR}"; continue; }; + # its a directory ? + [ -d ${OUTDIR} ] || { echo "ERROR: OutputDir is not a directory: ${OUTDIR}"; continue; }; + # its writable ? + [ -w ${OUTDIR} ] || { echo "ERROR: OutputDir not writable: ${OUTDIR}"; continue; }; + + # Run Really quietly, exit with status code if !0 + ${AWFFULL} -c ${i} -Q || { echo "ERROR: Running awffull, exit status: $?"; continue; }; + RET=$?; + + # Non rotated log file + NLOGFILE=`awk '$1 ~ /^LogFile$/ {gsub(/\.[0-9]+(\.gz)?/,""); print $2}' $i`; + + # check current log, if last log is a rotated logfile + if [ "${LOGFILE}" != "${NLOGFILE}" ]; then + # empty ? + [ -s "${NLOGFILE}" ] || { echo "ERROR: Rotated LogFile not found: ${NLOGFILE}"; continue; }; + # readable ? + [ -r "${NLOGFILE}" ] || { echo "ERROR: Rotated LogFile is not readable: ${NLOGFILE}"; continue; }; + + ${AWFFULL} -c ${i} -Q ${NLOGFILE}; + RET=$?; + fi; +done; + +# exit with awffull's exit code +exit $RET; + --- awffull-3.8.2.orig/debian/watch +++ awffull-3.8.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.stedee.id.au/awffull/ /files/awffull-(.*)\.tar\.gz --- awffull-3.8.2.orig/debian/README.debian +++ awffull-3.8.2/debian/README.debian @@ -0,0 +1,41 @@ +awffull for DEBIAN +---------------------- + +For configuration, checkout /etc/awffull/awffull.conf and change at least +these two paramenters, LogFile and OutputDir. +If you use apache2, you can put as this example. + +LogFile /var/log/apache2/access.log +OutputDir /var/www/awffull + +After you must create output dir, +$ mkdir /var/www/awffull + +----------- +Awffull has a script runned by Cron, then it will run all days. +This script support multiple configurations. To use you just need to create +your different .conf files in /etc/awffull. NOTE: name files must end with ".conf". + +------- +Awffull support rotated logs. You can put as example: + +LogFile /var/log/apache2/access.log.1 + +And cron script will run awffull against a rotated log and a normal log. + +To more information read awffull.conf file and docs in /usr/share/doc/awffull + +------ +MIGRATION FROM WEBALIZER + +You can use this script "awffull_history_regen" to parse all old webalizer +html files and generate a complete history for awffull. See this description: + +awffull_history_regen. +Given a directory, this script will parse all old weblizer html (per month) +files and spit out a complete history file (via STDOUT). +This new history file will contain all years/months from all the +webalizer html files. + +Jose Carlos Medeiros , Tue, 6 Jun 2006 20:47:34 -0300 + --- awffull-3.8.2.orig/debian/postinst +++ awffull-3.8.2/debian/postinst @@ -0,0 +1,83 @@ +#! /bin/sh +# postinst script for webalizer +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +# bogus - though necessary - rule +. /usr/share/debconf/confmodule +db_version 2.0 + +case "$1" in + configure) + db_get awffull/directory || true + OUTPUTDIR="$RET" + if [ -z "$OUTPUTDIR" ]; then + echo "Fatal: No ouptut dir given, not creating awffull configuration" >&2 + exit 1; + else + if [ ! -d $OUTPUTDIR ]; then + if mkdir -p $OUTPUTDIR; then + echo "$OUTPUTDIR created" >&2 + else + echo "Something went wrong..." >&2 + exit 1; + fi; + fi; + fi; + + db_get awffull/logfile || true + LOGFILE="$RET"; + + # create conffile if it doesn't exist yet + conffile="/etc/awffull/awffull.conf" + template_gz=/usr/share/doc/awffull/examples/sample.conf.gz + if [ ! -f $conffile ]; then + zcat $template_gz > $conffile + HOSTNAME=$(hostname) + # uncomment the debconf-handled items + sed -i \ + -e "s/^#HostName .*/HostName ${HOSTNAME}/" \ + -e "s/^#OutputDir /OutputDir /" \ + -e "s/^#LogFile /LogFile /" \ + $conffile + fi + + # Finally put these variables in /etc/awffull/awffull.conf using sed + sed -i \ + -e "s|^OutputDir .*|OutputDir ${OUTPUTDIR}|" \ + -e "s/^ReportTitle .*/ReportTitle ${REPORTTITLE}/" \ + -e "s|^LogFile .*|LogFile ${LOGFILE}|" \ + $conffile + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + --- awffull-3.8.2.orig/debian/rules +++ awffull-3.8.2/debian/rules @@ -0,0 +1,100 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g +CFLAGS := -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2) +CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 + +# Include dpatch stuff. +include /usr/share/dpatch/dpatch.make + +config.status: configure patch-stamp + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + 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 --with-etcdir=/etc/awffull + + +build: build-stamp + +build-stamp: patch-stamp config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) CFLAGS="$(CFLAGS)" + touch build-stamp + +clean: clean1 unpatch + +clean1: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f src/awffull_lang.h + rm -f config.guess config.log config.status config.sub + rm -f debian/awffull_history_regen.1 + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/awffull. + $(MAKE) install DESTDIR=$(CURDIR)/debian/awffull + cp contrib/awffull_history_regen.pl $(CURDIR)/debian/awffull/usr/sbin/awffull_history_regen + help2man $(CURDIR)/debian/awffull/usr/sbin/awffull_history_regen \ + -n awffull_history_regen -s 1 \ + -o $(CURDIR)/debian/awffull_history_regen.1 + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installdebconf + dh_installcron + dh_installman debian/awffull_history_regen.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- awffull-3.8.2.orig/debian/config +++ awffull-3.8.2/debian/config @@ -0,0 +1,62 @@ +#! /bin/sh +# config script for awffull +# +# see: dh_installdeb(1) + +set -e + +# bogus - though necessary - rule +. /usr/share/debconf/confmodule +db_version 2.0 + +case "$1" in + configure|reconfigure) + conffile="/etc/awffull/awffull.conf" + OUTPUTDIR="" + LOGFILE="" + + if [ -f $conffile ]; then + # parse existing configuration. This code happily + # concatenates multiple occurences of a configuration item, + # but that should never occur . + OUTPUTDIR=`sed -ne '/^OutputDir/ {s@OutputDir[[:space:]]\([^[:space:]]*\)@\1@;p}' $conffile` + LOGFILE=`sed -ne '/^LogFile/ {s@LogFile[[:space:]]\([^[:space:]]*\)@\1@;p}' $conffile` + fi + # assign default values + [ -n "$OUTPUTDIR" ] || OUTPUTDIR="/var/www/awffull" + + if [ -z "$LOGFILE" ]; then + # apache2 found? + if [ -f /var/log/apache2/access.log.1 ] || [ -f /var/log/apache2/access.log ]; then + LOGFILE="/var/log/apache2/access.log.1"; + else + LOGFILE="/var/log/apache/access.log.1"; + fi + fi + + # now preseed the debconf questions with what we found + db_set awffull/directory "$OUTPUTDIR" || true + db_set awffull/logfile "$LOGFILE" || true + + # Ask for the directory the output should be put in + db_input medium awffull/directory || true + db_go + + # Ask for the rotated logfile + # by default is access log file of apache, but if I found apache2 log file, + # I changed default to this one. + db_input medium awffull/logfile || true + db_go + ;; + + *) + echo "config called with unknown argument \`$1'" >&2; + exit 1; + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +exit 0 + --- awffull-3.8.2.orig/debian/po/nl.po +++ awffull-3.8.2/debian/po/nl.po @@ -0,0 +1,30 @@ +# Dutch debconf translation of awffull. +# Copyright (C) 2006 THE AwfFull'S COPYRIGHT HOLDER +# This file is distributed under the same license as the awffull package. +# Bart Cornelis , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: awffull\n" +"Report-Msgid-Bugs-To: debian@psabs.com.br\n" +"POT-Creation-Date: 2006-08-28 12:33-0300\n" +"PO-Revision-Date: 2007-10-25 19:16+0100\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: debian-l10n-dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: string +#. Description +#: ../templates:1001 +msgid "Directory to put the output in:" +msgstr "Map waar de uitvoer naartoe moet:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Webserver's rotated log filename:" +msgstr "Bestandsnaam van het geroteerde logboek van de webserver:" + --- awffull-3.8.2.orig/debian/po/de.po +++ awffull-3.8.2/debian/po/de.po @@ -0,0 +1,30 @@ +# Deutsch debconf translation of awffull. +# Copyright (C) 2006 THE AwfFull'S COPYRIGHT HOLDER +# This file is distributed under the same license as the awffull package. +# +# Matthias Julius , 2006. + +msgid "" +msgstr "" +"Project-Id-Version: awffull\n" +"Report-Msgid-Bugs-To: debian@psabs.com.br\n" +"POT-Creation-Date: 2006-08-28 12:33-0300\n" +"PO-Revision-Date: 2006-10-22 23:13-0400\n" +"Last-Translator: Matthias Julius \n" +"Language-Team: Deutsch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:1001 +msgid "Directory to put the output in:" +msgstr "Verzeichnis für die Ausgabe:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Webserver's rotated log filename:" +msgstr "Name der rotierten Logdatei des Webservers:" + --- awffull-3.8.2.orig/debian/po/POTFILES.in +++ awffull-3.8.2/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates --- awffull-3.8.2.orig/debian/po/pt_BR.po +++ awffull-3.8.2/debian/po/pt_BR.po @@ -0,0 +1,28 @@ +# Portuguese/Brazil debconf translation of awffull. +# Copyright (C) 2006 THE AwfFull'S COPYRIGHT HOLDER +# This file is distributed under the same license as the awffull package. +# José Carlos Medeiros , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: awffull 3.6.1\n" +"Report-Msgid-Bugs-To: debian@psabs.com.br\n" +"POT-Creation-Date: 2006-08-28 12:33-0300\n" +"PO-Revision-Date: 2006-08-28 12:30-0300\n" +"Last-Translator: José Carlos Medeiros \n" +"Language-Team: Portuguese/Brazil \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:1001 +msgid "Directory to put the output in:" +msgstr "Diretório onde ficarão os relatórios:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Webserver's rotated log filename:" +msgstr "Arquivo de log rotacionado do servidor Web:" --- awffull-3.8.2.orig/debian/po/pt.po +++ awffull-3.8.2/debian/po/pt.po @@ -0,0 +1,29 @@ +# Portuguese translations for awffull package. +# Copyright (C) 2007 Miguel Figueiredo +# This file is distributed under the same license as the awffull package. +# Miguel Figueiredo , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: awffull 3.7.4beta1-1\n" +"Report-Msgid-Bugs-To: debian@psabs.com.br\n" +"POT-Creation-Date: 2006-08-28 12:33-0300\n" +"PO-Revision-Date: 2007-05-13 15:15+0100\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: string +#. Description +#: ../templates:1001 +msgid "Directory to put the output in:" +msgstr "Directório para onde colocar a saída:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Webserver's rotated log filename:" +msgstr "Nome do ficheiro de registo arquivado (rotated log) do servidor web:" --- awffull-3.8.2.orig/debian/po/cs.po +++ awffull-3.8.2/debian/po/cs.po @@ -0,0 +1,31 @@ +# Czech debconf translation of awffull. +# Copyright (C) 2006 THE awffull'S COPYRIGHT HOLDER +# This file is distributed under the same license as the awffull package. +# +# Jakub Kasparec , 2006. + +msgid "" +msgstr "" +"Project-Id-Version: awffull_3.6.1beta1-2_templates\n" +"Report-Msgid-Bugs-To: debian@psabs.com.br\n" +"POT-Creation-Date: 2006-08-28 12:33-0300\n" +"PO-Revision-Date: 2006-10-12 23:35+0200\n" +"Last-Translator: Jakub Kasparec \n" +"Language-Team: czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: string +#. Description +#: ../templates:1001 +msgid "Directory to put the output in:" +msgstr "Adresář, do kterého ukládat výstup:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Webserver's rotated log filename:" +msgstr "Jméno souboru používané pro logy webového serveru:" + --- awffull-3.8.2.orig/debian/po/templates.pot +++ awffull-3.8.2/debian/po/templates.pot @@ -0,0 +1,29 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: debian@psabs.com.br\n" +"POT-Creation-Date: 2006-08-28 12:33-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:1001 +msgid "Directory to put the output in:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Webserver's rotated log filename:" +msgstr "" --- awffull-3.8.2.orig/debian/po/fr.po +++ awffull-3.8.2/debian/po/fr.po @@ -0,0 +1,28 @@ +# French debconf translation of awffull. +# Copyright (C) 2006 THE awffull'S COPYRIGHT HOLDER +# This file is distributed under the same license as the awffull package. +# Cyril Brulebois , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: awffull_3.6.1beta1-2\n" +"Report-Msgid-Bugs-To: debian@psabs.com.br\n" +"POT-Creation-Date: 2006-08-28 12:33-0300\n" +"PO-Revision-Date: 2006-10-09 14:12+0200\n" +"Last-Translator: Cyril Brulebois \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:1001 +msgid "Directory to put the output in:" +msgstr "Répertoire des résultats :" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Webserver's rotated log filename:" +msgstr "Fichier journal du serveur web :" --- awffull-3.8.2.orig/debian/patches/00list +++ awffull-3.8.2/debian/patches/00list @@ -0,0 +1 @@ +01-update_configdir_in_manpage --- awffull-3.8.2.orig/debian/patches/01-update_configdir_in_manpage.dpatch +++ awffull-3.8.2/debian/patches/01-update_configdir_in_manpage.dpatch @@ -0,0 +1,28 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01-update_configdir_in_man_page.dpatch by Jose Carlos Medeiros +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad awffull-3.8.2~/doc/awffull.1 awffull-3.8.2/doc/awffull.1 +--- awffull-3.8.2~/doc/awffull.1 2007-11-14 04:05:31.000000000 -0200 ++++ awffull-3.8.2/doc/awffull.1 2007-12-12 13:52:59.000000000 -0200 +@@ -149,7 +149,7 @@ + Once executed, the general flow of the program is: + .TP 8 + .B o +-A default configuration file is scanned for, \fI/usr/local/etc/awffull.conf\fP and, if found, is used. ++A default configuration file is scanned for, \fI/etc/awffull/awffull.conf\fP and, if found, is used. + .TP 8 + .B o + Any command line arguments given to the program are parsed. This may include the specification of one or more configuration files, which are processed at the time it is encountered. It can be useful to have multiple config files. A master used for multiple sites, and individualised config files. +@@ -874,7 +874,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)