From d3a19c41d52090b1c499ea92b06385a7cb2b696d Mon Sep 17 00:00:00 2001
From: Ivan Rako <Ivan.Rako@CARNet.hr>
Date: Tue, 23 Oct 2007 09:39:31 +0000
Subject: [PATCH] r14:

---
 debian/postinst |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/postinst b/debian/postinst
index 34fdaec..cd0b20b 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,6 +3,7 @@
 set -e
 
 [ "$1" = "configure" ] || exit 0
+[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
 
 repos_regexp="
 ^deb .*tp://security.debian.org etch/updates main contrib non-free
-- 
1.7.10.4