Changeset 2888


Ignore:
Timestamp:
Jan 16, 2010, 2:31:08 AM (14 years ago)
Author:
gdb
Message:

Made the hvirt-devconfig package into a single hvirt-config package

Location:
trunk/packages/hvirt-config
Files:
11 added
2 deleted
5 edited
1 copied
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/hvirt-config/debian/changelog

    r2845 r2888  
     1hvirt-config (0.10) unstable; urgency=low
     2
     3  * Renamed package to hvirt-config
     4
     5 -- Greg Brockman <gdb@mit.edu>  Sat, 16 Jan 2010 01:58:48 -0500
     6
    17hvirt-devconfig (0.9) unstable; urgency=low
    28
  • trunk/packages/hvirt-config/debian/control

    r2779 r2888  
    1 Source: hvirt-devconfig
     1Source: hvirt-config
    22Section: servers
    33Priority: important
     
    99Architecture: all
    1010Provides: invirt-config
    11 Conflicts: invirt-config
     11Conflicts: invirt-config, hvirt-prodconfig
    1212Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base (>= 0.0.19)
    1313Description: Hvirt dev-cluster config
    1414  This is the master configuration package for the Hvirt development cluster.
     15
     16Package: hvirt-prodconfig
     17Architecture: all
     18Provides: invirt-config
     19Conflicts: invirt-config, hvirt-devconfig
     20Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base (>= 0.0.19)
     21Description: Hvirt prod-cluster config
     22  This is the master configuration package for the Hvirt production cluster.
  • trunk/packages/hvirt-config/debian/copyright

    r2779 r2888  
    11This software was written for the XVM project <xvm@mit.edu>
    2 of the MIT Student Information Processing Board.
     2of the MIT Student Information Processing Board and adapted
     3for the Hvirt project <hvirt@hcs.harvard.edu> of the Harvard
     4Computer Society.
    35
    46Copyright :
  • trunk/packages/hvirt-config/debian/hvirt-devconfig.install

    r2779 r2888  
    1 master.yaml etc/invirt
     1dev/master.yaml etc/invirt
     2common/* .
  • trunk/packages/hvirt-config/debian/rules

    r2779 r2888  
    33include /usr/share/cdbs/1/rules/debhelper.mk
    44
    5 binary-install/xvm-devconfig::
     5binary-install/hvirt-devconfig::
    66        # Versions of CDBS newer than ours do this for us
    7         dh_lintian -pxvm-devconfig
    8         install -m 0644 -D k5login $(DEB_DESTDIR)/root/.k5login
     7        dh_lintian -phvirt-devconfig
     8        install -m 0644 -D dev/k5login $(DEB_DESTDIR)/root/.k5login
     9
     10binary-install/hvirt-prodconfig::
     11        # Versions of CDBS newer than ours do this for us
     12        dh_lintian -phvirt-prodconfig
     13        install -m 0644 -D prod/k5login $(DEB_DESTDIR)/root/.k5login
  • trunk/packages/hvirt-config/prod/k5login

    r2885 r2888  
    1 gdb@HCS.HARVARD.EDU
    21gdb/root@HCS.HARVARD.EDU
Note: See TracChangeset for help on using the changeset viewer.