Changeset 503


Ignore:
Timestamp:
May 5, 2008, 3:37:35 AM (16 years ago)
Author:
broder
Message:

Fix multipath-tools' broken udev rule

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

Legend:

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

    r479 r503  
     1sipb-xen-clvm-config (2.0) unstable; urgency=low
     2
     3  * Depend on multipath-tools because we're going to want it
     4  * Fix multipath-tools' udev script because it's horribly broken
     5
     6 -- Evan Broder <broder@mit.edu>  Mon,  5 May 2008 03:35:00 -0400
     7
    18sipb-xen-clvm-config (1.2) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-clvm-config/debian/control

    r473 r503  
    88Package: sipb-xen-clvm-config
    99Architecture: any
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, clvm, cman, ccs
     10Depends: ${shlibs:Depends}, ${misc:Depends}, clvm, cman, ccs, multipath-tools
    1111Provides: ${diverted-files}
    1212Conflicts: ${diverted-files}
  • trunk/packages/sipb-xen-clvm-config/debian/control.in

    r473 r503  
    88Package: sipb-xen-clvm-config
    99Architecture: any
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, clvm, cman, ccs
     10Depends: ${shlibs:Depends}, ${misc:Depends}, clvm, cman, ccs, multipath-tools
    1111Provides: ${diverted-files}
    1212Conflicts: ${diverted-files}
  • trunk/packages/sipb-xen-clvm-config/debian/rules

    r479 r503  
    44DEB_DIVERT_EXTENSION = .sipb-xen
    55DEB_DIVERT_FILES_sipb-xen-clvm-config += \
    6         /etc/lvm/lvm.conf.sipb-xen
     6        /etc/lvm/lvm.conf.sipb-xen \
     7        /etc/udev/multipath.rules.sipb-xen
    78
    89include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset for help on using the changeset viewer.