[Pkg-ganeti-commits] r4 - trunk/ganeti/debian
Guido Trotter
ultrotter at alioth.debian.org
Thu Oct 4 17:43:44 UTC 2007
Author: ultrotter
Date: Thu Oct 4 17:43:43 2007
New Revision: 4
Log:
Some fixes from Leonardo's tests and the following discussion
debian/control: fix maintainer email, only recommend drbd utils
debian/copyright: fix a typo
debian/rules: fix --with-os-search-path, remove .pyo|c files
Modified:
trunk/ganeti/debian/control
trunk/ganeti/debian/copyright
trunk/ganeti/debian/rules
Modified: trunk/ganeti/debian/control
==============================================================================
--- trunk/ganeti/debian/control (original)
+++ trunk/ganeti/debian/control Thu Oct 4 17:43:43 2007
@@ -1,7 +1,7 @@
Source: ganeti
Section: admin
Priority: extra
-Maintainer: Debian Ganeti Team
+Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
Uploaders: Guido Trotter <ultrotter at debian.org>, Iustin Pop <iusty at k1024.org>, Leonardo Rodrigues de Mello <l at lmello.eu.org>
Build-Depends: cdbs, debhelper (>= 5), docbook-utils
Standards-Version: 3.7.2
@@ -10,7 +10,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), lvm2, ssh, bridge-utils, iproute, iputils-arping, fping, python-twisted-core, python-pyopenssl, openssl, mdadm
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, drbd0.7-utils
+Suggests: drbd0.7-module-source
Description: Cluster-based virtualization management software
Ganeti is a virtual server cluster management software tool built on top
of the Xen virtual machine monitor and other Open Source software. After
Modified: trunk/ganeti/debian/copyright
==============================================================================
--- trunk/ganeti/debian/copyright (original)
+++ trunk/ganeti/debian/copyright Thu Oct 4 17:43:43 2007
@@ -1,7 +1,7 @@
This package was debianized by Leonardo Rodrigues de Mello <l at lmello.eu.org> on
Thu, 30 Aug 2007 10:38:20 -0300.
-It was then taken over for official Debian maintainance by the Debian Ganeti Team.
+It was then taken over for official Debian maintenance by the Debian Ganeti Team.
It was downloaded from http://code.google.com/p/ganeti/
Modified: trunk/ganeti/debian/rules
==============================================================================
--- trunk/ganeti/debian/rules (original)
+++ trunk/ganeti/debian/rules Thu Oct 4 17:43:43 2007
@@ -8,11 +8,7 @@
--prefix=/usr \
--localstatedir=/var \
--with-export-dir=/var/lib/ganeti/export \
- --with-os-search-path=/srv/ganeti/os,\
- /usr/local/lib/ganeti/os,\
- /usr/local/share/ganeti/os,\
- /usr/lib/ganeti/os,\
- /usr/share/ganeti/os
+ --with-os-search-path=/srv/ganeti/os,/usr/local/lib/ganeti/os,/usr/lib/ganeti/os
DEB_DH_INSTALLINIT_ARGS = --no-start
clean::
@@ -23,3 +19,6 @@
cp doc/examples/ganeti.cron debian/ganeti.cron
cp doc/examples/ganeti.initd debian/ganeti.init
+binary-post-install/ganeti::
+ find debian/$(cdbs_curpkg) -name '*.py[co]' -print0 | xargs -0 rm -f --
+
More information about the Pkg-ganeti-commits
mailing list