4.3.1 release candidate 1
Will likely just appear in the Ubuntu PPA to check if it finally build for Ubuntu again
This commit is contained in:
parent
6a5506768c
commit
bb54ee7868
2
Makefile
2
Makefile
@ -14,7 +14,7 @@
|
||||
#
|
||||
TMP ?= /tmp
|
||||
DIST_PREFIX = ${TMP}
|
||||
VERSION = 4.3+dev
|
||||
VERSION = 4.3.1rc1
|
||||
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
|
||||
BASE = xen-tools
|
||||
VCS = git
|
||||
|
||||
@ -822,7 +822,7 @@ my $FAIL = 0;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -131,7 +131,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@ -171,7 +171,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -101,7 +101,7 @@ $CONFIG{ 'prefix' } = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -120,7 +120,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -156,7 +156,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -98,7 +98,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@ -118,7 +118,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.3+dev';
|
||||
my $RELEASE = '4.3.1rc1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,11 +1,11 @@
|
||||
xen-tools (4.3+dev-1) UNRELEASED; urgency=low
|
||||
xen-tools (4.3.1~rc1-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> Wed, 27 Jun 2012 01:51:32 +0200
|
||||
-- Axel Beckert <abe@debian.org> Sat, 30 Jun 2012 16:05:55 +0200
|
||||
|
||||
xen-tools (4.3-1) unstable; urgency=low
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user