1
0
mirror of synced 2026-04-27 04:46:28 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Axel Beckert
7860d5ac4e Release 4.3.1 RC1 unmodified as 4.3.1 2012-06-30 16:45:59 +02:00
12 changed files with 13 additions and 13 deletions

View File

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

View File

@@ -822,7 +822,7 @@ my $FAIL = 0;
# #
# Release number. # 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. # Release number.
# #
my $RELEASE = '4.3.1rc1'; my $RELEASE = '4.3.1';
# store version number away. # store version number away.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -118,7 +118,7 @@ my %CONFIG;
# #
# Release number. # 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' * Remove t/modules.t in upstream's t/Makefile instead of debian/rules'
clean target. clean target.
* Run t/hook-tls.t only if distribution actually has * Run t/hook-tls.t only if distribution actually has
10-disable-tls. Fixes test suite failure on 32 bit architectures. 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 xen-tools (4.3-1) unstable; urgency=low