From 930386b4d1e6bb99259c06ece7bbf410b8e4d22e Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Tue, 25 Aug 2020 22:22:57 +0200 Subject: [PATCH] Prva verzija za buster. --- README.CARNet => README.CARNET | 0 debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 10 +++++----- debian/copyright | 2 +- debian/docs | 2 +- debian/postinst | 2 +- debian/source/format | 1 + 8 files changed, 16 insertions(+), 9 deletions(-) rename README.CARNet => README.CARNET (100%) create mode 100644 debian/source/format diff --git a/README.CARNet b/README.CARNET similarity index 100% rename from README.CARNet rename to README.CARNET diff --git a/debian/changelog b/debian/changelog index d49e998..356f724 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +webalizer-cn (1:2.23.08+cn10u1) stable; urgency=low + + * Prva verzija za buster + + -- Ivan Rako Tue, 25 Aug 2020 22:19:54 +0200 + webalizer-cn (1:2.23.08~cn1) stable; urgency=low * Ispravljena ovisnost o apache2-cn diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 3c86bdf..0b05f0d 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ Source: webalizer-cn Priority: optional Section: web -Maintainer: Ivan Rako -Build-Depends: debhelper (>> 9), apache2-dev (>= 2.4.25) +Maintainer: Ivan Rako +Build-Depends: debhelper (>> 10), apache2-dev (>= 2.4.38) Standards-Version: 3.9.8 Homepage: http://www.mrunix.net/webalizer/ Package: webalizer-cn Architecture: all -Pre-Depends: apache2-cn (>= 2.4.25~cn0) -Depends: webalizer (>= 2.23.08-1), makepasswd, carnet-tools-cn (>= 3.2.1), ${misc:Depends} +Pre-Depends: apache2-cn (>= 2.4.38+cn10u1) +Depends: webalizer (>= 2.23.08-1), makepasswd, carnet-tools-cn (>= 3.3.0), ${misc:Depends} Description: web server log analysis program The Webalizer was designed to scan web server log files in various formats and produce usage statistics in HTML format for viewing through a browser. @@ -20,4 +20,4 @@ Description: web server log analysis program use of either command line options or a configuration file, allowing the program to be tailored to individual needs easily. . - This package provides CARNet configuration for Webalizer. + This metapackage provides CARNET configuration for Webalizer. diff --git a/debian/copyright b/debian/copyright index 235dba3..c54c749 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Copyright 2013-2016 CARNet +Copyright 2013-2020 CARNET You are free to distribute this software package under the terms of the GNU General Public License. diff --git a/debian/docs b/debian/docs index 8f6e250..db3c4b3 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1 @@ -README.CARNet +README.CARNET diff --git a/debian/postinst b/debian/postinst index 0797f1f..f08937c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -9,7 +9,7 @@ set -e . /usr/share/debconf/confmodule db_version 2.0 -# Include CARNet Tools +# Include CARNET Tools . /usr/share/carnet-tools/functions.sh PKG="webalizer-cn" diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 -- 1.7.10.4