Changeset 2218
- Timestamp:
- Feb 27, 2009, 7:48:30 PM (16 years ago)
- Location:
- trunk/packages
- Files:
-
- 1 added
- 5 deleted
- 3 edited
- 8 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-database/debian/changelog
r2213 r2218 1 invirt-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 1 7 invirt-database (0.1.9) unstable; urgency=low 2 8 -
trunk/packages/invirt-database/debian/control
r1960 r2218 4 4 Maintainer: Invirt project <invirt@mit.edu> 5 5 Build-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 8 9 Standards-Version: 3.8.0 9 10 … … 16 17 Description: Installs the Invirt database schema files 17 18 This contains the Python modules to access the Invirt database 19 20 Package: invirt-database-server 21 Architecture: all 22 Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.3, 23 python-sqlalchemy, python-psycopg2, invirt-database, adduser, 24 invirt-base 25 Provides: ${diverted-files} 26 Conflicts: ${diverted-files} 27 Description: 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 3 3 DEB_PYTHON_SYSTEM=pysupport 4 4 5 DEB_DIVERT_EXTENSION = .invirt 6 7 DEB_TRANSFORM_FILES_invirt-database-server += \ 8 /etc/postgresql/8.3/main/postgresql.conf.invirt 9 10 DEB_DIVERT_FILES_invirt-database-server += \ 11 /etc/init.d/postgresql-8.3.invirt 12 5 13 include /usr/share/cdbs/1/rules/debhelper.mk 6 14 include /usr/share/cdbs/1/class/python-distutils.mk 15 include /usr/share/cdbs/1/rules/config-package.mk 7 16 8 17 clean::
Note: See TracChangeset
for help on using the changeset viewer.