X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-kerberos-config.git/blobdiff_plain/bee4c8d0d590350e93f163b8180834ba391c45c8..39134f2d00934aaf403dc8fdb84013ab5e332cc4:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index 5c4c22f..19b65f1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f DEB_DIVERT_EXTENSION = .invirt -# Stolen from Debathena DEB_CHECK_FILES_SOURCE_/etc/krb5.conf.invirt = \ /usr/share/kerberos-configs/krb5.conf.template DEB_DIVERT_FILES_invirt-kerberos-config += \ @@ -12,7 +11,17 @@ include /usr/share/cdbs/1/rules/config-package.mk common-build-indep:: debian/krb5.conf.invirt.mako -debian/krb5.conf.invirt.mako: $(call debian_check_files,/etc/krb5.conf) +# A normal kerberos-config package would just create an +# /etc/krb5.conf.invirt file (probably using the DEB_TRANSFORM_FILES +# syntactic sugar, instead of calling the transform script directly). +# However, we want to generate that file dynamically, based on the realm +# setting in /etc/master/invirt.yaml. So, instead of packaging +# krb5.conf.invirt, we build a mako template in +# /etc/krb5.conf.invirt.mako, and our initscript renders it to +# /etc/krb5.conf.invirt. In order to get the mako template right, we +# generate it by transforming the base krb5.conf to add a mako template +# tags specifying the default realm. +debian/krb5.conf.invirt.mako: $(call debian_check_files,/etc/krb5.conf.invirt) debian/transform_krb5.conf.invirt.mako < $< > $@ clean::