From ff973d93ba08c44ac89447d35766aba08d0681b9 Mon Sep 17 00:00:00 2001 From: Raoul Bhatia Date: Sun, 20 Jan 2019 00:10:32 +0100 Subject: [PATCH] Debian: New release BackupPC 4.3.0 and refresh patches. --- debian/changelog | 7 +++++++ debian/config.pl.diff | 9 --------- debian/rules | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 882f854b..1cae9cf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +backuppc (4.3.0-1) stable; urgency=medium + + * New release BackupPC 4.3.0. + * Refresh patches. + + -- Raoul Bhatia Sun, 20 Jan 2019 00:10:45 +0100 + backuppc (4.2.1-1) stable; urgency=medium * Cleanup patch files. diff --git a/debian/config.pl.diff b/debian/config.pl.diff index cf3144c5..c827d463 100644 --- a/debian/config.pl.diff +++ b/debian/config.pl.diff @@ -77,12 +77,3 @@ # # Full path to the rrdtool command. If available, graphs of pool usage -@@ -2014,7 +2017,7 @@ - # dates (MM/DD), a value of 2 uses full YYYY-MM-DD format, and zero - # for international dates (DD/MM). - # --$Conf{CgiDateFormatMMDD} = 1; -+$Conf{CgiDateFormatMMDD} = 2; - - # - # If set, the complete list of hosts appears in the left navigation diff --git a/debian/rules b/debian/rules index 5b9be4d9..14e06c77 100755 --- a/debian/rules +++ b/debian/rules @@ -61,7 +61,7 @@ install: build # Add here commands to install the package into debian/backuppc. chmod 755 ./makeDist - ./makeDist --releasedate "`date +'%d %b %Y'`" --version "4.2.1" + ./makeDist --releasedate "2018-11-26" --version "4.3.0" mkdir buildroot tar -xzf dist/*tar.gz --directory buildroot/ --strip-components=1