Skip to content

Commit 1952046

Browse files
committed
Merge pull request xapi-project#6 from mcclurmc/debian
Export PLATFORM_{NAME,VERSION} in debian/rules
2 parents 4a01550 + 44581bf commit 1952046

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
xen-api (0.1-8) unstable; urgency=low
2+
3+
* Set PLATFORM_VERSION to 1.6 and PLATFORM_NAME to XCP_Kronos
4+
5+
-- Mike McClurg <mike.mcclurg@citrix.com> Tue, 29 Nov 2011 17:07:02 +0000
6+
17
xen-api (0.1-7) unstable; urgency=low
28

39
* Fix control file following renaming of libxen-4.1-ocaml to libxen-ocaml

debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export DH_VERBOSE=1
1616
# This has to be exported to make some magic below work.
1717
export DH_OPTIONS
1818

19+
export PLATFORM_NAME="XCP_Kronos"
20+
export PLATFORM_VERSION="1.6.0"
1921

2022
%:
2123
dh $@ --with ocaml

0 commit comments

Comments
 (0)