[Pkg-ganeti-commits] r48 - trunk/ganeti/debian
ultrotter at alioth.debian.org
ultrotter at alioth.debian.org
Sat Jun 14 21:10:19 UTC 2008
Author: ultrotter
Date: 2008-06-14 21:10:17 +0000 (Sat, 14 Jun 2008)
New Revision: 48
Removed:
trunk/ganeti/debian/ganeti.install
Modified:
trunk/ganeti/debian/rules
Log:
Call install manually for dumb allocator
Since we need to change the file name as well, dh_install is not enough.
Deleted: trunk/ganeti/debian/ganeti.install
===================================================================
--- trunk/ganeti/debian/ganeti.install 2008-06-14 14:58:02 UTC (rev 47)
+++ trunk/ganeti/debian/ganeti.install 2008-06-14 21:10:17 UTC (rev 48)
@@ -1 +0,0 @@
-doc/examples/dumb-allocator usr/lib/ganeti/iallocators/dumb
Modified: trunk/ganeti/debian/rules
===================================================================
--- trunk/ganeti/debian/rules 2008-06-14 14:58:02 UTC (rev 47)
+++ trunk/ganeti/debian/rules 2008-06-14 21:10:17 UTC (rev 48)
@@ -25,3 +25,4 @@
install/ganeti::
dh_pysupport -pganeti
+ install -m 0755 doc/examples/dumb-allocator debian/ganeti/usr/lib/ganeti/iallocators/dumb
More information about the Pkg-ganeti-commits
mailing list