]> git.proxmox.com Git - pve-common.git/commitdiff
fix date in copyright message
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 8 May 2013 08:55:23 +0000 (10:55 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 8 May 2013 08:55:23 +0000 (10:55 +0200)
Makefile
data/PVE/PodParser.pm
debian/changelog

index 695cf3cca94845185074b8767648371e7d3eba90..152bdbe3e1de62a934e0f002ab0811137dd09a62 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=3.0
 
 VERSION=3.0
 RELEASE=3.0
 
 VERSION=3.0
-PKGREL=2
+PKGREL=3
 
 PACKAGE=libpve-common-perl
 
 
 PACKAGE=libpve-common-perl
 
index 318b11117232655e0ca111326779b09856c2a1be..d3cbb601512b1454bda41c1950fcb237e77aae1a 100644 (file)
@@ -4,11 +4,13 @@ use strict;
 use Pod::Parser;
 use base qw(Pod::Parser);
 
 use Pod::Parser;
 use base qw(Pod::Parser);
 
+my $currentYear = (localtime(time))[5] + 1900;
+
 my $stdinclude = {
     pve_copyright => <<EODATA,
 \=head1 COPYRIGHT AND DISCLAIMER
 
 my $stdinclude = {
     pve_copyright => <<EODATA,
 \=head1 COPYRIGHT AND DISCLAIMER
 
-Copyright (C) 2007-2011 Proxmox Server Solutions GmbH
+Copyright (C) 2007-$currentYear Proxmox Server Solutions GmbH
 
 This program is free software: you can redistribute it and\/or modify
 it under the terms of the GNU Affero General Public License as
 
 This program is free software: you can redistribute it and\/or modify
 it under the terms of the GNU Affero General Public License as
index 9bbc9cad423d85d2472309581b09299cb38e0889..ab31c2f8373f18e73970b556571027ba39c1c361 100644 (file)
@@ -1,3 +1,9 @@
+libpve-common-perl (3.0-3) unstable; urgency=low
+
+  * fix date in copyright message
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 08 May 2013 10:55:00 +0200
+
 libpve-common-perl (3.0-2) unstable; urgency=low
 
   * implement shared file locks
 libpve-common-perl (3.0-2) unstable; urgency=low
 
   * implement shared file locks