Changeset 69


Ignore:
Timestamp:
Aug 13, 2007, 6:16:20 PM (17 years ago)
Author:
nelhage
Message:

Adding glue to build python packages

Location:
trunk/packages/sipb-xen-database/sipb-xen-database
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-database/sipb-xen-database/debian/changelog

    r8 r69  
    1 sipb-xen-database (0) unstable; urgency=low
     1sipb-xen-database (1) unstable; urgency=low
    22
    33  * Initial Release.
  • trunk/packages/sipb-xen-database/sipb-xen-database/debian/control

    r68 r69  
    1 Source: sipb-xen-remctl-auto
     1Source: sipb-xen-database
    22Section: net
    33Priority: extra
    44Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
    5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0)
     5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), python-support (>= 0.5.3)
    66Standards-Version: 3.7.2
    77
    8 Package: sipb-xen-remctl-auto
     8Package: sipb-xen-database-common
    99Architecture: all
    10 Depends: ${misc:Depends}, remctl-server
    11 Description: Installs the SIPB Xen automatic remctl management system
    12  This is our automatic remctl configuration management system.
     10Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2
     11Provides: ${python:Provides}
     12Description: Installs the SIPB Xen database schema files
     13 This contains the python modules to access the SIPB Xen database
     14
     15Package: sipb-xen-database-server
     16Architecture: all
     17Depends: ${misc:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common
     18Description: Installs the SIPB Xen database server
     19 This tracks all the user VMs and is accessed from the VM host
     20
     21Package: sipb-xen-database-client
     22Architecture: all
     23Depends: ${misc:Depends}, python-sqlalchemy, python-psycopg2, sipb-xen-database-common
     24Description: Installs the SIPB Xen database configuration file
     25 This is a python xen configuration script that talks to the database
     26 to dynamically load xen domU configuration information
  • trunk/packages/sipb-xen-database/sipb-xen-database/debian/control.in

    r68 r69  
    33Priority: extra
    44Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
    5 Build-Depends: @cdbs@
     5Build-Depends: @cdbs@, python-support (>= 0.5.3)
    66Standards-Version: 3.7.2
    77
    88Package: sipb-xen-database-common
    99Architecture: all
    10 Depends: ${misc:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2
     10Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2
     11Provides: ${python:Provides}
    1112Description: Installs the SIPB Xen database schema files
    1213 This contains the python modules to access the SIPB Xen database
    1314
    14  Package: sipb-xen-database-server
     15Package: sipb-xen-database-server
    1516Architecture: all
    1617Depends: ${misc:Depends}, postgresql-8.1, python-sqlalchemy, python-psycopg2, sipb-xen-database-common
  • trunk/packages/sipb-xen-database/sipb-xen-database/debian/rules

    r68 r69  
    22
    33DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
     4
     5DEB_PYTHON_SYSTEM=pysupport
     6
    47include /usr/share/cdbs/1/rules/debhelper.mk
     8include /usr/share/cdbs/1/class/python-distutils.mk
Note: See TracChangeset for help on using the changeset viewer.