Compare commits
1 Commits
release-4.
...
release-4.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7860d5ac4e |
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
@@ -822,7 +822,7 @@ my $FAIL = 0;
|
|||||||
#
|
#
|
||||||
# Release number.
|
# Release number.
|
||||||
#
|
#
|
||||||
my $RELEASE = '4.3.1rc1';
|
my $RELEASE = '4.3.1';
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ my %CONFIG;
|
|||||||
#
|
#
|
||||||
# Release number.
|
# Release number.
|
||||||
#
|
#
|
||||||
my $RELEASE = '4.3.1rc1';
|
my $RELEASE = '4.3.1';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ $CONFIG{ 'prefix' } = "/etc/xen";
|
|||||||
#
|
#
|
||||||
# Release number.
|
# Release number.
|
||||||
#
|
#
|
||||||
my $RELEASE = '4.3.1rc1';
|
my $RELEASE = '4.3.1';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ my %CONFIG;
|
|||||||
#
|
#
|
||||||
# Release number.
|
# Release number.
|
||||||
#
|
#
|
||||||
my $RELEASE = '4.3.1rc1';
|
my $RELEASE = '4.3.1';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ my %CONFIG;
|
|||||||
#
|
#
|
||||||
# Release number.
|
# Release number.
|
||||||
#
|
#
|
||||||
my $RELEASE = '4.3.1rc1';
|
my $RELEASE = '4.3.1';
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
|||||||
#
|
#
|
||||||
# Release number.
|
# Release number.
|
||||||
#
|
#
|
||||||
my $RELEASE = '4.3.1rc1';
|
my $RELEASE = '4.3.1';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ my %CONFIG;
|
|||||||
#
|
#
|
||||||
# Release number.
|
# Release number.
|
||||||
#
|
#
|
||||||
my $RELEASE = '4.3.1rc1';
|
my $RELEASE = '4.3.1';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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 = '';
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ my %CONFIG;
|
|||||||
#
|
#
|
||||||
# Release number.
|
# Release number.
|
||||||
#
|
#
|
||||||
my $RELEASE = '4.3.1rc1';
|
my $RELEASE = '4.3.1';
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user