From d0d88a1424976a5f6a855bf38edb0c6d9ebb0790 Mon Sep 17 00:00:00 2001 From: Stefan Hornburg Date: Thu, 22 Sep 2005 15:19:18 +0000 Subject: [PATCH] Debconf question about debug mode removed --- debian/changelog | 1 + debian/interchange.config | 5 +---- debian/interchange.templates | 7 ------- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index a79cfc9aa..446ff15b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ interchange (5.3.1-1) unstable; urgency=low * new upstream release * remove configuration snippet for demo catalog on deinstallation * added te editor for tab-delimited files (Closes: #132757) + * remove Debconf question about debug mode -- Stefan Hornburg (Racke) Tue, 20 Apr 2004 13:56:38 +0200 diff --git a/debian/interchange.config b/debian/interchange.config index c45150090..64926f293 100755 --- a/debian/interchange.config +++ b/debian/interchange.config @@ -1,6 +1,6 @@ #! /bin/sh -e # -# Copyright 2000,2001,2002,2003,2004 by Stefan Hornburg (Racke) +# Copyright 2000,2001,2002,2003,2004,2005 by Stefan Hornburg (Racke) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -143,9 +143,6 @@ if [ -f /etc/interchange/settings.cfg ]; then if [ "$value" = "1" ]; then FLAG=true fi - if [ "$name" = "DEBUG" ]; then - db_set interchange/debug $FLAG - fi if [ "$name" = "FULL_URL" ]; then db_set interchange/full_url $FLAG fi diff --git a/debian/interchange.templates b/debian/interchange.templates index 7d36834a7..9dca13554 100644 --- a/debian/interchange.templates +++ b/debian/interchange.templates @@ -65,13 +65,6 @@ Default: /var/www/shops _Description: Static HTML files location: Catalog installations need a directory where HTML files can be placed. -Template: interchange/debug -Type: boolean -Default: false -_Description: Enable debug mode? - Debug mode is only useful if you modified the Interchange sources - accordingly. - Template: interchange/gpghome Type: string Default: /var/lib/interchange/.gnupg