From: Dietmar Maurer Date: Wed, 8 May 2013 08:55:23 +0000 (+0200) Subject: fix date in copyright message X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=d415354b329426a4bb5db0acafb4d84e8aee7294 fix date in copyright message --- diff --git a/Makefile b/Makefile index 695cf3c..152bdbe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=3.0 VERSION=3.0 -PKGREL=2 +PKGREL=3 PACKAGE=libpve-common-perl diff --git a/data/PVE/PodParser.pm b/data/PVE/PodParser.pm index 318b111..d3cbb60 100644 --- a/data/PVE/PodParser.pm +++ b/data/PVE/PodParser.pm @@ -4,11 +4,13 @@ use strict; use Pod::Parser; use base qw(Pod::Parser); +my $currentYear = (localtime(time))[5] + 1900; + my $stdinclude = { pve_copyright => < Wed, 08 May 2013 10:55:00 +0200 + libpve-common-perl (3.0-2) unstable; urgency=low * implement shared file locks