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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.