From 9c1592746299bf06fd8974f7283673b64e21be85 Mon Sep 17 00:00:00 2001
From: Joerg Jaspert <joerg@debian.org>
Date: Thu, 17 Feb 2011 22:33:04 +0100
Subject: [PATCH] source the common stuff

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian-security/export.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/debian-security/export.sh b/config/debian-security/export.sh
index 339a8bfc..81d5ee08 100755
--- a/config/debian-security/export.sh
+++ b/config/debian-security/export.sh
@@ -14,6 +14,8 @@ umask 022
 export LANG=C
 export LC_ALL=C
 
+. "${configdir}/../debian/common"
+
 # extract changelogs and stuff
 function changelogs() {
     log "Extracting changelogs"
-- 
2.39.5