From: Geoffrey Thomas Date: Mon, 25 Mar 2013 05:37:17 +0000 (-0700) Subject: Call debian_check_files correctly to fix a latent FTBFS triggered by config-package... X-Git-Tag: 1.4~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-kerberos-config.git/commitdiff_plain/39134f2d00934aaf403dc8fdb84013ab5e332cc4 Call debian_check_files correctly to fix a latent FTBFS triggered by config-package-dev 4.12 making debian_check_files actually work. --- diff --git a/debian/changelog b/debian/changelog index bc44b43..e4d7255 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ invirt-kerberos-config (1.2) precise; urgency=low * Build for Precise. * Add a comment in debian/rules explaining how this package works. + * Call debian_check_files correctly to fix a latent FTBFS triggered by + config-package-dev 4.12 making debian_check_files actually work. - -- Geoffrey Thomas Thu, 21 Mar 2013 00:25:10 -0700 + -- Geoffrey Thomas Sun, 24 Mar 2013 22:37:01 -0700 invirt-kerberos-config (1.1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b4c1c2c..19b65f1 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ common-build-indep:: debian/krb5.conf.invirt.mako # /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) +debian/krb5.conf.invirt.mako: $(call debian_check_files,/etc/krb5.conf.invirt) debian/transform_krb5.conf.invirt.mako < $< > $@ clean::