[Pkg-varnish-devel] Bug#838900: Fix for the varnish FTBFS

Adrian Bunk bunk at stusta.de
Tue Nov 8 17:31:20 UTC 2016


Control: tags -1 patch

The problem seems to be that dh_auto_install is overriden,
instead of dh_auto_install-arch.

The fix for that is:

--- debian/rules.old	2016-11-08 17:02:45.000000000 +0000
+++ debian/rules	2016-11-08 17:12:40.000000000 +0000
@@ -52,7 +52,7 @@
 override_dh_auto_configure:
 	dh_auto_configure -- $(LOCAL_CONFIGURE_FLAGS)
 
-override_dh_auto_install:
+override_dh_auto_install-arch:
 	dh_auto_install -a
 	install -d debian/tmp/etc/varnish
 	install -T -m 0644 etc/example.vcl debian/tmp/etc/varnish/default.vcl


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



More information about the Pkg-varnish-devel mailing list