Changeset 2218 for trunk/packages


Ignore:
Timestamp:
Feb 27, 2009, 7:48:30 PM (15 years ago)
Author:
broder
Message:

Merge invirt-database-server into invirt-database.

I...think this works, but I'm not making any promises.

Location:
trunk/packages
Files:
1 added
5 deleted
3 edited
8 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-database/debian/changelog

    r2213 r2218  
     1invirt-database (0.2.0) unstable; urgency=low
     2
     3  * Merge invirt-database-server into invirt-database.
     4
     5 -- Evan Broder <broder@mit.edu>  Fri, 27 Feb 2009 19:38:55 -0500
     6
    17invirt-database (0.1.9) unstable; urgency=low
    28
  • trunk/packages/invirt-database/debian/control

    r1960 r2218  
    44Maintainer: Invirt project <invirt@mit.edu>
    55Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0),
    6  python-all-dev (>=2.3.5-11), python-support (>= 0.5.3),
    7  python-setuptools, python-debian, python-apt
     6 config-package-dev, postgresql-8.3, python-all-dev (>=2.3.5-11),
     7 python-support (>= 0.5.3), python-setuptools, python-debian,
     8 python-apt
    89Standards-Version: 3.8.0
    910
     
    1617Description: Installs the Invirt database schema files
    1718 This contains the Python modules to access the Invirt database
     19
     20Package: invirt-database-server
     21Architecture: all
     22Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.3,
     23 python-sqlalchemy, python-psycopg2, invirt-database, adduser,
     24 invirt-base
     25Provides: ${diverted-files}
     26Conflicts: ${diverted-files}
     27Description: Installs the Invirt database server
     28 This tracks all the user VMs and is accessed from the VM host
  • trunk/packages/invirt-database/debian/rules

    r1962 r2218  
    33DEB_PYTHON_SYSTEM=pysupport
    44
     5DEB_DIVERT_EXTENSION = .invirt
     6
     7DEB_TRANSFORM_FILES_invirt-database-server += \
     8        /etc/postgresql/8.3/main/postgresql.conf.invirt
     9
     10DEB_DIVERT_FILES_invirt-database-server += \
     11        /etc/init.d/postgresql-8.3.invirt
     12
    513include /usr/share/cdbs/1/rules/debhelper.mk
    614include /usr/share/cdbs/1/class/python-distutils.mk
     15include /usr/share/cdbs/1/rules/config-package.mk
    716
    817clean::
Note: See TracChangeset for help on using the changeset viewer.