Call debian_check_files correctly to fix a latent FTBFS triggered by config-package...
authorGeoffrey Thomas <geofft@mit.edu>
Mon, 25 Mar 2013 05:37:17 +0000 (22:37 -0700)
committerGeoffrey Thomas <geofft@mit.edu>
Mon, 25 Mar 2013 05:37:17 +0000 (22:37 -0700)
debian/changelog
debian/rules

index bc44b43..e4d7255 100644 (file)
@@ -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 <geofft@mit.edu>  Thu, 21 Mar 2013 00:25:10 -0700
+ -- Geoffrey Thomas <geofft@mit.edu>  Sun, 24 Mar 2013 22:37:01 -0700
 
 invirt-kerberos-config (1.1) unstable; urgency=low
 
index b4c1c2c..19b65f1 100755 (executable)
@@ -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::