Skip to content

Commit

Permalink
Debconf question about debug mode removed
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Sep 22, 2005
1 parent ec1a293 commit d0d88a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Expand Up @@ -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) <racke@linuxia.de> Tue, 20 Apr 2004 13:56:38 +0200

Expand Down
5 changes: 1 addition & 4 deletions debian/interchange.config
@@ -1,6 +1,6 @@
#! /bin/sh -e
#
# Copyright 2000,2001,2002,2003,2004 by Stefan Hornburg (Racke) <racke@linuxia.de>
# Copyright 2000,2001,2002,2003,2004,2005 by Stefan Hornburg (Racke) <racke@linuxia.de>
#
# 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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions debian/interchange.templates
Expand Up @@ -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
Expand Down

0 comments on commit d0d88a1

Please sign in to comment.