From 39134f2d00934aaf403dc8fdb84013ab5e332cc4 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Sun, 24 Mar 2013 22:37:17 -0700 Subject: [PATCH] Call debian_check_files correctly to fix a latent FTBFS triggered by config-package-dev 4.12 making debian_check_files actually work. --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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:: -- 1.7.9.5