--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2019-10-22 10:58:04.411419043 +0100 @@ -0,0 +1,14 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2019-10-22 + +--- designate-9.0.0.orig/designate/conf/akamai.py ++++ designate-9.0.0/designate/conf/akamai.py +@@ -31,6 +31,7 @@ AKAMAI_GROUP = cfg.OptGroup( + AKAMAI_OPTS = [ + cfg.StrOpt('enhanceddns_wsdl', + default='file://%s' % WSDL_PATH, ++ sample_default=os.path.join('/path', 'to', 'EnhancedDNS.xml'), + help='Akamai EnhancedDNS WSDL URL'), + ] + --- a/debian/patches/series 2019-10-22 10:41:19.849078312 +0100 --- b/debian/patches/series 2019-10-22 10:58:03.503410718 +0100 @@ -1,2 +1,3 @@ install-missing-files.patch Experimental_wsgi_support.patch +reproducible-build.patch