chiark / gitweb /
Bug#526392: [PATCH] Provide default values for tg2quilt.mk variables
[topgit.git] / debian / tg2quilt.mk
index 4ec27e27e12028fcd1a14aba4e951b0659e5b2fb..c1cc95a812ad9ad1c287ee5931dc9ffb1b9e7d3e 100644 (file)
@@ -75,6 +75,9 @@ ifdef PATCHES_DIR
        QUILT_PATCH_DIR := $(PATCHES_DIR)
 endif
 
+QUILT_PATCH_DIR ?= debian/patches
+QUILT_STAMPFN ?= patch
+
 # Hook tg-export into quilt's make(1) snippet such that it gets executed
 # before quilt patches or unpatches.
 $(QUILT_STAMPFN): tg-export