[Pkg-ganeti-commits] r46 - trunk/ganeti/debian
ultrotter at alioth.debian.org
ultrotter at alioth.debian.org
Sat Jun 14 14:56:05 UTC 2008
Author: ultrotter
Date: 2008-06-14 14:56:05 +0000 (Sat, 14 Jun 2008)
New Revision: 46
Added:
trunk/ganeti/debian/ganeti.install
Modified:
trunk/ganeti/debian/changelog
trunk/ganeti/debian/ganeti.dirs
trunk/ganeti/debian/rules
Log:
First upload for 1.2.4-1
Modified: trunk/ganeti/debian/changelog
===================================================================
--- trunk/ganeti/debian/changelog 2008-05-03 21:23:09 UTC (rev 45)
+++ trunk/ganeti/debian/changelog 2008-06-14 14:56:05 UTC (rev 46)
@@ -1,3 +1,12 @@
+ganeti (1.2.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Change the default iallocator search path to support 'local' allocators
+ * Ship the 'dumb' instance allocator
+ * Call dh_pysupport in 'install' rather than 'binary-install'
+
+ -- Guido Trotter <ultrotter at debian.org> Sat, 14 Jun 2008 15:45:49 +0100
+
ganeti (1.2.3-2) unstable; urgency=low
* Fix 'crontab should check for executable presence' (Closes: #466611)
Modified: trunk/ganeti/debian/ganeti.dirs
===================================================================
--- trunk/ganeti/debian/ganeti.dirs 2008-05-03 21:23:09 UTC (rev 45)
+++ trunk/ganeti/debian/ganeti.dirs 2008-06-14 14:56:05 UTC (rev 46)
@@ -1 +1,2 @@
etc/ganeti
+usr/lib/ganeti/iallocators
Added: trunk/ganeti/debian/ganeti.install
===================================================================
--- trunk/ganeti/debian/ganeti.install (rev 0)
+++ trunk/ganeti/debian/ganeti.install 2008-06-14 14:56:05 UTC (rev 46)
@@ -0,0 +1 @@
+doc/examples/dumb-allocator usr/lib/ganeti/iallocators/dumb
Modified: trunk/ganeti/debian/rules
===================================================================
--- trunk/ganeti/debian/rules 2008-05-03 21:23:09 UTC (rev 45)
+++ trunk/ganeti/debian/rules 2008-06-14 14:56:05 UTC (rev 46)
@@ -10,6 +10,7 @@
--localstatedir=/var \
--sysconfdir=/etc \
--with-export-dir=/var/lib/ganeti/export \
+ --with-iallocator-search-path=/usr/local/lib/ganeti/iallocators,/usr/lib/ganeti/iallocators \
--with-os-search-path=/srv/ganeti/os,/usr/local/lib/ganeti/os,/usr/lib/ganeti/os,/usr/share/ganeti/os
#DEB_DH_INSTALLINIT_ARGS = --no-start
@@ -22,5 +23,5 @@
cp doc/examples/ganeti.cron debian/ganeti.cron.d
cp doc/examples/ganeti.initd debian/ganeti.init
-binary-install/ganeti::
+install/ganeti::
dh_pysupport -pganeti
More information about the Pkg-ganeti-commits
mailing list