Changeset 1062


Ignore:
Timestamp:
Oct 5, 2008, 4:53:42 AM (15 years ago)
Author:
broder
Message:

Update config files to work with Hardy

Switch them to use DEB_TRANSFORM_FILES in the process

Location:
trunk/packages/sipb-xen-console
Files:
5 added
8 deleted
3 edited
1 moved

Legend:

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

    r888 r1062  
     1sipb-xen-console (8.0) unstable; urgency=low
     2
     3  * Update config files to work with Hardy
     4
     5 -- Evan Broder <broder@mit.edu>  Sun, 05 Oct 2008 04:45:21 -0400
     6
    17sipb-xen-console (7.8) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-console/debian/control

    r696 r1062  
    11Source: sipb-xen-console
    22Section: servers
    3 Priority: important
    4 Maintainer: sipb-xen@mit.edu
    5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), config-package-dev (>= 4.5~)
     3Priority: extra
     4Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
     5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), config-package-dev (>= 4.5~), nscd, openssh-server, debathena-ssh-server-config, initscripts
    66Standards-Version: 3.7.2
    77
     
    1010Provides: ${diverted-files}
    1111Conflicts: ${diverted-files}
    12 Depends: sipb-xen-base, ${shlibs:Depends}, ${misc:Depends}, conserver-client, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-server, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common, remctl-server
     12Depends: sipb-xen-base, ${shlibs:Depends}, ${misc:Depends}, conserver-client, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-server, python, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common, remctl-server
    1313Description: SIPB Xen serial console server
    1414 This package  should be installed on sipb-xen-console
  • trunk/packages/sipb-xen-console/debian/rules

    r683 r1062  
    11#!/usr/bin/make -f
    22
    3 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
    43DEB_DIVERT_EXTENSION = .sipb-xen
     4DEB_TRANSFORM_FILES_sipb-xen-console += \
     5        /etc/init.d/bootmisc.sh.sipb-xen \
     6        /etc/nsswitch.conf.sipb-xen \
     7        /etc/nscd.conf.sipb-xen \
     8        /etc/pam.d/sshd.sipb-xen \
     9        /etc/ssh/sshd_config.debathena.sipb-xen
     10
     11ifneq ($(wildcard /usr/share/base-files/nsswitch.conf),)
     12    DEB_CHECK_FILES_SOURCE_/etc/nsswitch.conf.sipb-xen = \
     13        /usr/share/base-files/nsswitch.conf
     14endif
     15
    516DEB_DIVERT_FILES_sipb-xen-console += \
    6         /etc/init.d/bootmisc.sh \
    7         /etc/conserver/conserver.cf \
    8         /etc/motd \
    9         /etc/nscd.conf \
    10         /etc/nsswitch.conf \
    11         /etc/pam.d/ssh \
    12         /etc/ssh/sshd_config
     17        /etc/conserver/conserver.cf.sipb-xen \
     18        /etc/motd.sipb-xen
    1319
    1420include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset for help on using the changeset viewer.