1
0
mirror of synced 2026-01-26 03:41:32 +00:00

Release as 4.6

This commit is contained in:
Axel Beckert
2015-07-20 16:05:18 +02:00
parent 1d752fbb3e
commit e7607fa011
12 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
#
TMPDIR ?= /tmp
DIST_PREFIX = ${TMPDIR}
VERSION = 4.5
VERSION = 4.6
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools
VCS = git

View File

@@ -859,7 +859,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';
#

View File

@@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';
# store version number away.

View File

@@ -163,7 +163,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';
#

View File

@@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';

View File

@@ -111,7 +111,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';
#

View File

@@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';
#

View File

@@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';

View File

@@ -100,7 +100,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';

View File

@@ -79,7 +79,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';
# Init
my $mirror = '';

View File

@@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.5';
my $RELEASE = '4.6';
#

6
debian/changelog vendored
View File

@@ -1,6 +1,6 @@
xen-tools (4.5+dev-1) UNRELEASED; urgency=medium
xen-tools (4.6-1) unstable; urgency=low
* New upstream SNAPSHOT
* New upstream release
+ Fix usage of nonexistent variable in removeDebianPackage (Closes:
#774936) Thanks Lukas Schwaighofer!
+ Change all occurrences of http.debian.net to httpredir.debian.org
@@ -61,7 +61,7 @@ xen-tools (4.5+dev-1) UNRELEASED; urgency=medium
* Recommend lvm2, it's at least required if the --lvm option is used.
* Add an adequate as-installed test to debian/tests/control.
-- Axel Beckert <abe@debian.org> Fri, 09 Jan 2015 13:10:37 +0100
-- Axel Beckert <abe@debian.org> Mon, 20 Jul 2015 16:05:04 +0200
xen-tools (4.5-1) unstable; urgency=low