From: Greg Price Date: Sun, 26 Oct 2008 09:07:33 +0000 (-0400) Subject: sipb-xen-base -> invirt-base X-Git-Tag: 0.0.1~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/eaae03d8654d9df717203ab00905f4ef58cd7218 sipb-xen-base -> invirt-base svn path=/trunk/packages/sipb-xen-base/; revision=1330 --- diff --git a/debian/changelog b/debian/changelog index 171a543..aecb3af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.1) unstable; urgency=low + + * sipb-xen-base -> invirt-base + + -- Greg Price Sun, 25 Oct 2008 00:54:09 -0400 + sipb-xen-base (8.29) unstable; urgency=low * gen-files.sh: degrade gracefully to plain-old sh diff --git a/debian/control b/debian/control index 4902191..73f2cc9 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,21 @@ -Source: sipb-xen-base +Source: invirt-base Section: base Priority: extra -Maintainer: SIPB Xen Project +Maintainer: Invirt project Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), python-all-dev, python-support, python-setuptools, python-debian, python-apt Standards-Version: 3.8.0 -Package: sipb-xen-base +Package: invirt-base Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= 0.2.2), invirt-config Provides: ${python:Provides} XB-Python-Version: ${python:Versions} -Description: Base configuration required for all SIPB xen servers - This package includes apt configuration, .k5login and other files that - should be synchronized among all our servers. - Installing this on a non-sipb-xen machine would be very anti-social. +Description: Base configuration required for all Invirt servers + This package includes common files for the Invirt system. + * apt configuration + * common init-script libraries + * common Python libraries, including the root of the 'invirt' tree + * scripts invirt-getconf and invirt-reload for using + the Invirt configuration system + . + All Invirt hosts and system VMs should have this package. diff --git a/debian/sipb-xen-base.dirs b/debian/invirt-base.dirs similarity index 100% rename from debian/sipb-xen-base.dirs rename to debian/invirt-base.dirs diff --git a/debian/sipb-xen-base.install b/debian/invirt-base.install similarity index 100% rename from debian/sipb-xen-base.install rename to debian/invirt-base.install diff --git a/debian/rules b/debian/rules index 2d3f4b5..96d7158 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ DEB_PYTHON_SYSTEM=pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -binary-fixup/sipb-xen-base:: +binary-fixup/invirt-base:: mv $(DEB_DESTDIR)usr/bin/invirt-reload $(DEB_DESTDIR)usr/sbin/invirt-reload clean:: diff --git a/files/etc/apt/sources.list.d/sipb-xen.list b/files/etc/apt/sources.list.d/invirt.list similarity index 100% rename from files/etc/apt/sources.list.d/sipb-xen.list rename to files/etc/apt/sources.list.d/invirt.list