[Pkg-ganeti-commits] r6 - trunk/ganeti/debian

Guido Trotter ultrotter at alioth.debian.org
Tue Nov 27 15:07:43 UTC 2007


Author: ultrotter
Date: Tue Nov 27 15:07:43 2007
New Revision: 6

Log:
Target beta2
Update changelog
Pass --sysconfdir to ./configure too


Modified:
   trunk/ganeti/debian/changelog
   trunk/ganeti/debian/control
   trunk/ganeti/debian/rules

Modified: trunk/ganeti/debian/changelog
==============================================================================
--- trunk/ganeti/debian/changelog	(original)
+++ trunk/ganeti/debian/changelog	Tue Nov 27 15:07:43 2007
@@ -1,9 +1,10 @@
-ganeti (1.2~b1+svn00193-1) unstable; urgency=low
-  
+ganeti (1.2~b2-1) unstable; urgency=low
+
   * Initial Release
   * Start off from leonardo's experimental packages
   * Change maintainer to the Debian Ganeti Team
   * Use ganeti's native cron and init.d files for debian
+  * Use new configure options available for b2
+  * ganeti is arch: all, not any
 
- -- Guido Trotter <ultrotter at debian.org>  Wed,  3 Oct 2007 18:52:49 +0100
-
+ -- Guido Trotter <ultrotter at debian.org>  Tue, 27 Nov 2007 15:06:11 +0000

Modified: trunk/ganeti/debian/control
==============================================================================
--- trunk/ganeti/debian/control	(original)
+++ trunk/ganeti/debian/control	Tue Nov 27 15:07:43 2007
@@ -7,7 +7,7 @@
 Standards-Version: 3.7.2
 
 Package: ganeti
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), lvm2, ssh, bridge-utils, iproute, iputils-arping, fping, python-twisted-core, python-pyopenssl,  openssl, mdadm, python-pyparsing
 Recommends: drbd0.7-utils, xen-linux-system-2.6.18-5-xen-vserver-686 | xen-linux-system-2.6.18-4-xen-686 | xen-linux-system-2.6.18-5-xen-686 | xen-linux-system-2.6.18-4-xen-vserver-686
 Suggests: drbd0.7-module-source

Modified: trunk/ganeti/debian/rules
==============================================================================
--- trunk/ganeti/debian/rules	(original)
+++ trunk/ganeti/debian/rules	Tue Nov 27 15:07:43 2007
@@ -7,6 +7,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS = \
   --prefix=/usr \
   --localstatedir=/var \
+  --sysconfdir=/etc \
   --with-export-dir=/var/lib/ganeti/export \
   --with-os-search-path=/srv/ganeti/os,/usr/local/lib/ganeti/os,/usr/lib/ganeti/os
 DEB_DH_INSTALLINIT_ARGS = --no-start



More information about the Pkg-ganeti-commits mailing list