Changeset 1989


Ignore:
Timestamp:
Jan 25, 2009, 8:09:03 PM (15 years ago)
Author:
broder
Message:

Fix-up several packages to include the correct Conflicts and Replaces
lines for config-package-dev

Location:
trunk/packages
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-cluster-config/debian/changelog

    r1915 r1989  
     1invirt-cluster-config (0.0.8) unstable; urgency=low
     2
     3  * Add Provides and Conflicts lines to debian/control for
     4    config-package-dev
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 20:14:39 -0500
     7
    18invirt-cluster-config (0.0.7) unstable; urgency=low
    29
  • trunk/packages/invirt-cluster-config/debian/control

    r1915 r1989  
    1010Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base,
    1111 cman, clvm
     12Provides: ${diverted-files}
     13Conflicts: ${diverted-files}
    1214Description: Cluster configuration for the Invirt project
    1315 This package should be installed on all Invirt host machines to
  • trunk/packages/invirt-database-server/debian/changelog

    r1942 r1989  
     1invirt-database-server (0.0.9) unstable; urgency=low
     2
     3  * Add Provides and Conflicts lines to debian/control for
     4    config-package-dev
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 20:15:08 -0500
     7
    18invirt-database-server (0.0.8) unstable; urgency=low
    29
  • trunk/packages/invirt-database-server/debian/control

    r1557 r1989  
    1111 python-sqlalchemy, python-psycopg2, invirt-database, adduser,
    1212 invirt-base
     13Provides: ${diverted-files}
     14Replaces: ${diverted-files}
    1315Description: Installs the Invirt database server
    1416 This tracks all the user VMs and is accessed from the VM host
  • trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm

    r1987 r1989  
    6868    # this is running non-interactively), so let's just drop them on
    6969    # the floor for now.
    70     if os.fork() == 0:
     70    if os.fork() != 0:
    7171        call(["/bin/dd", "if=/dev/zero", "of=%s" % new_lvpath])
    7272        call(["/sbin/lvchange", "-a", "n", new_lvpath])
  • trunk/packages/invirt-web/debian/changelog

    r1950 r1989  
     1invirt-web (0.0.17) unstable; urgency=low
     2
     3  * Add Provides and Conflicts lines to debian/control for
     4    config-package-dev
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 20:15:29 -0500
     7
    18invirt-web (0.0.16) unstable; urgency=low
    29
  • trunk/packages/invirt-web/debian/control

    r1950 r1989  
    1414 libapache2-mod-auth-kerb, mail-transport-agent, subversion, zephyr-clients,
    1515 openafs-modules-xen, cron
     16Provides: ${diverted-files}
     17Conflicts: ${diverted-files}
    1618Description: the Invirt web interface
  • trunk/packages/invirt-xen-config/debian/changelog

    r1850 r1989  
     1invirt-xen-config (0.0.20) unstable; urgency=low
     2
     3  * Add Provides and Conflicts lines to debian/control for
     4    config-package-dev
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 20:16:06 -0500
     7
    18invirt-xen-config (0.0.19) unstable; urgency=low
    29
  • trunk/packages/invirt-xen-config/debian/control

    r1372 r1989  
    1111 invirt-base, python-sqlalchemy, python-psycopg2,
    1212 invirt-database
     13Provides: ${diverted-files}
     14Conflicts: ${diverted-files}
    1315Description: Xen configuration for Invirt host
    1416 This package configures Xen for an Invirt host.
  • trunk/packages/xvm-iscsi-config/debian/changelog

    r1984 r1989  
     1xvm-iscsi-config (0.0.9) unstable; urgency=low
     2
     3  * Add Provides and Conflicts lines to debian/control for
     4    config-package-dev
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 20:16:12 -0500
     7
    18xvm-iscsi-config (0.0.8) unstable; urgency=low
    29
  • trunk/packages/xvm-iscsi-config/debian/control

    r1980 r1989  
    99Architecture: all
    1010Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base, open-iscsi, multipath-tools
     11Provides: ${diverted-files}
     12Conflicts: ${diverted-files}
    1113Description: iSCSI configuration for SIPB's XVM project
    1214 This package should be installed on all XVM host machines to
  • trunk/packages/xvm-mail-config/debian/changelog

    r1803 r1989  
     1xvm-mail-config (0.0.8) unstable; urgency=low
     2
     3  * Add Provides and Conflicts lines to debian/control for
     4    config-package-dev
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 20:16:32 -0500
     7
    18xvm-mail-config (0.0.7) unstable; urgency=low
    29
  • trunk/packages/xvm-mail-config/debian/control

    r1803 r1989  
    1010Pre-Depends: debconf
    1111Depends: ${shlibs:Depends}, ${misc:Depends}, postfix, procmail
     12Provides: ${diverted-files}
     13Conflicts: ${diverted-files}
    1214Description: Configure mail forwarding on XVM Servers
    1315 Configure an MTA for all servers. Accept mail on the 10.5.128/24
  • trunk/packages/xvm-munin-config/debian/changelog

    r1783 r1989  
     1xvm-munin-config (0.0.6) unstable; urgency=low
     2
     3  * Add Provides and Conflicts lines to debian/control for
     4    config-package-dev
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 20:17:06 -0500
     7
    18xvm-munin-config (0.0.5) unstable; urgency=low
    29
  • trunk/packages/xvm-munin-config/debian/control

    r1780 r1989  
    99Architecture: all
    1010Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser, smartmontools
     11Provides: ${diverted-files}
     12Conflicts: ${diverted-files}
    1113Description: Configure Munin monitoring on XVM hosts
    1214 Configure the munin-node daemon on all XVM servers. Each server gets
     
    1820Architecture: all
    1921Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser, libdbd-pg-perl
     22Provides: ${diverted-files}
     23Conflicts: ${diverted-files}
    2024Description: Configure Munin monitoring on XVM master server
    2125 Configure the munin-node daemon on all XVM servers. Each server gets
     
    2832Architecture: all
    2933Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser
     34Provides: ${diverted-files}
     35Conflicts: ${diverted-files}
    3036Description: Configure Munin monitoring on XVM remote servers
    3137 Configure the munin-node daemon on all XVM servers. Each server gets
     
    3743Architecture: all
    3844Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser
     45Provides: ${diverted-files}
     46Conflicts: ${diverted-files}
    3947Description: Configure Munin monitoring on XVM console server
    4048 Configure the munin-node daemon on all XVM servers. Each server gets
Note: See TracChangeset for help on using the changeset viewer.