Changeset 1062 for trunk/packages
- Timestamp:
- Oct 5, 2008, 4:53:42 AM (16 years ago)
- 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 1 sipb-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 1 7 sipb-xen-console (7.8) unstable; urgency=low 2 8 -
trunk/packages/sipb-xen-console/debian/control
r696 r1062 1 1 Source: sipb-xen-console 2 2 Section: servers 3 Priority: important4 Maintainer: sipb-xen@mit.edu5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), config-package-dev (>= 4.5~) 3 Priority: extra 4 Maintainer: SIPB Xen Project <sipb-xen@mit.edu> 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), config-package-dev (>= 4.5~), nscd, openssh-server, debathena-ssh-server-config, initscripts 6 6 Standards-Version: 3.7.2 7 7 … … 10 10 Provides: ${diverted-files} 11 11 Conflicts: ${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-server12 Depends: 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 13 13 Description: SIPB Xen serial console server 14 14 This package should be installed on sipb-xen-console -
trunk/packages/sipb-xen-console/debian/rules
r683 r1062 1 1 #!/usr/bin/make -f 2 2 3 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 14 3 DEB_DIVERT_EXTENSION = .sipb-xen 4 DEB_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 11 ifneq ($(wildcard /usr/share/base-files/nsswitch.conf),) 12 DEB_CHECK_FILES_SOURCE_/etc/nsswitch.conf.sipb-xen = \ 13 /usr/share/base-files/nsswitch.conf 14 endif 15 5 16 DEB_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 13 19 14 20 include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset
for help on using the changeset viewer.