diff -Nru awffull-3.10.2/debian/changelog awffull-3.10.2/debian/changelog --- awffull-3.10.2/debian/changelog 2017-11-10 11:17:24.000000000 +0000 +++ awffull-3.10.2/debian/changelog 2018-07-06 00:51:06.000000000 +0000 @@ -1,3 +1,19 @@ +awffull (3.10.2-6) unstable; urgency=medium + + * QA upload. + * Update debian/control: + - update Vcs-* fields: moved from Alioth to Salsa + - update using wrap-and-sort tool + - package awffull now Suggests fonts-dejavu instead of ttf-dejavu + (Closes: #903049) + - bump debhelper version to 11 (was 10); updated debian/compat + - bump Standards-Version to 4.1.5 (was 4.1.1) + * Delete get-orig-source section from debian/rules. + * Fix lintian notes: file-contains-trailing-whitespace. + * Update debian/copyright. + + -- Boris Pek Fri, 06 Jul 2018 03:51:06 +0300 + awffull (3.10.2-5) unstable; urgency=medium * QA upload. @@ -197,7 +213,7 @@ [ Debconf Translations ] * Deutsch/German by Matthias Julius (Closes: #394783). * Czech by Jakub Kasparec (Closes: #393533). - * French by Cyril Brulebois + * French by Cyril Brulebois (Closes: #392888). -- Jose Carlos Medeiros Fri, 10 Nov 2006 21:02:01 -0200 @@ -227,4 +243,3 @@ * Initial release Closes: #356724 -- Jose Carlos Medeiros Tue, 6 Jun 2006 20:47:34 -0300 - diff -Nru awffull-3.10.2/debian/control awffull-3.10.2/debian/control --- awffull-3.10.2/debian/control 2017-11-10 11:17:24.000000000 +0000 +++ awffull-3.10.2/debian/control 2018-07-06 00:50:45.000000000 +0000 @@ -2,23 +2,31 @@ Section: web Priority: optional Maintainer: Debian QA Group -Build-Depends: debhelper (>=10), autotools-dev, - zlib1g-dev, gettext, libpcre3-dev, libgeoip-dev, libfreetype6, - libfreetype6-dev, po-debconf, help2man, libpng-dev, - libgd-dev +Build-Depends: autotools-dev, + debhelper (>=10), + gettext, + help2man, + libfreetype6, + libfreetype6-dev, + libgd-dev, + libgeoip-dev, + libpcre3-dev, + libpng-dev, + po-debconf, + zlib1g-dev Homepage: http://www.stedee.id.au/awffull/ -Vcs-Git: git://anonscm.debian.org/collab-maint/awffull.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/awffull.git -Standards-Version: 4.1.1 +Vcs-Git: https://salsa.debian.org/debian/awffull.git +Vcs-Browser: https://salsa.debian.org/debian/awffull +Standards-Version: 4.1.5 Package: awffull Architecture: any -Suggests: httpd, dnshistory, ttf-dejavu -Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: dnshistory, httpd, fonts-dejavu +Depends: ${misc: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, + 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 diff -Nru awffull-3.10.2/debian/copyright awffull-3.10.2/debian/copyright --- awffull-3.10.2/debian/copyright 2013-10-18 17:35:33.000000000 +0000 +++ awffull-3.10.2/debian/copyright 2018-07-06 00:50:45.000000000 +0000 @@ -1,21 +1,20 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Debianized-By: Jose Carlos Medeiros -Debianized-Date: Tue, 6 Jun 2006 20:47:34 -0300 +Debianized-Date: Tue, 6 Jun 2006 20:47:34 -0300 Upstream-Name: awffull Upstream-Contact: Stephen McInerney Source: http://www.stedee.id.au/awffull/ Files: * -Copyright: - 1997-2001 Bradford L. Barrett - 2002-2004 Stanislaw Yurievich Pusep - 2004-2008 Stephen McInerney - 2006 Alexander Lazic - 2006 Benoit Rouits - 2006 John Heaton - 2007 Benoît Dejean - 2007 Andreas Schoenberg - 2004-2008 Steve McInerney +Copyright: 1997-2001 Bradford L. Barrett + 2002-2004 Stanislaw Yurievich Pusep + 2004-2008 Stephen McInerney + 2006 Alexander Lazic + 2006 Benoit Rouits + 2006 John Heaton + 2007 Benoît Dejean + 2007 Andreas Schoenberg + 2004-2008 Steve McInerney License: GPL-3+ Files: src/strlcpy.c @@ -28,7 +27,7 @@ Files: debian/* Copyright: 2006-2007 Jose Carlos Medeiros - 2012 Boris Pek + 2012-2018 Boris Pek License: GPL-3+ License: GPL-3+ @@ -75,4 +74,3 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - diff -Nru awffull-3.10.2/debian/dirs awffull-3.10.2/debian/dirs --- awffull-3.10.2/debian/dirs 2013-10-18 17:35:33.000000000 +0000 +++ awffull-3.10.2/debian/dirs 2018-07-06 00:50:45.000000000 +0000 @@ -1,5 +1,5 @@ -etc/cron.daily etc/awffull +etc/cron.daily usr/bin usr/sbin usr/share/awffull diff -Nru awffull-3.10.2/debian/rules awffull-3.10.2/debian/rules --- awffull-3.10.2/debian/rules 2013-10-18 17:35:33.000000000 +0000 +++ awffull-3.10.2/debian/rules 2018-07-06 00:50:45.000000000 +0000 @@ -12,7 +12,7 @@ ln -sf /usr/share/misc/config.guess config/config.guess ln -sf /usr/share/misc/config.sub config/config.sub dh_auto_configure -- --with-etcdir=/etc/awffull - + override_dh_auto_clean: dh_testroot @@ -38,7 +38,3 @@ .PHONY: override_dh_strip override_dh_strip: dh_strip - -get-orig-source: - uscan --noconf --verbose --force-download --rename --download-current-version --destdir=.. -