We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a01550 + 44581bf commit 1952046Copy full SHA for 1952046
debian/changelog
@@ -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
7
xen-api (0.1-7) unstable; urgency=low
8
9
* Fix control file following renaming of libxen-4.1-ocaml to libxen-ocaml
debian/rules
@@ -16,6 +16,8 @@ export DH_VERBOSE=1
16
# This has to be exported to make some magic below work.
17
export DH_OPTIONS
18
19
+export PLATFORM_NAME="XCP_Kronos"
20
+export PLATFORM_VERSION="1.6.0"
21
22
%:
23
dh $@ --with ocaml
0 commit comments