1
0
mirror of synced 2026-01-22 18:21:20 +00:00

Release 4.3.1 RC1 unmodified as 4.3.1

This commit is contained in:
Axel Beckert 2012-06-30 16:45:59 +02:00
parent bb54ee7868
commit 7860d5ac4e
12 changed files with 13 additions and 13 deletions

View File

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

View File

@ -822,7 +822,7 @@ my $FAIL = 0;
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';
#

View File

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

View File

@ -171,7 +171,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';

View File

@ -101,7 +101,7 @@ $CONFIG{ 'prefix' } = "/etc/xen";
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';

View File

@ -116,7 +116,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';

View File

@ -120,7 +120,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';
#

View File

@ -156,7 +156,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';

View File

@ -98,7 +98,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';

View File

@ -81,7 +81,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';
# Init
my $mirror = '';

View File

@ -118,7 +118,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.3.1rc1';
my $RELEASE = '4.3.1';
#

4
debian/changelog vendored
View File

@ -1,11 +1,11 @@
xen-tools (4.3.1~rc1-1) unstable; urgency=low
xen-tools (4.3.1-1) unstable; urgency=low
* Remove t/modules.t in upstream's t/Makefile instead of debian/rules'
clean target.
* Run t/hook-tls.t only if distribution actually has
10-disable-tls. Fixes test suite failure on 32 bit architectures.
-- Axel Beckert <abe@debian.org> Sat, 30 Jun 2012 16:05:55 +0200
-- Axel Beckert <abe@debian.org> Sat, 30 Jun 2012 16:44:50 +0200
xen-tools (4.3-1) unstable; urgency=low