[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Jan 31 06:23:44 EST 2007


User:      racke
Date:      2007-01-31 11:23:44 GMT
Modified:  debian   Tag: STABLE_5_4-branch changelog
Modified:           interchange.postinst
Log:
preserve debug value in settings.cfg

Revision  Changes    Path
No                   revision



No                   revision



2.67.2.14 +2 -1      interchange/debian/changelog


rev 2.67.2.14, prev_rev 2.67.2.13
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.67.2.13
retrieving revision 2.67.2.14
diff -u -r2.67.2.13 -r2.67.2.14
--- changelog	31 Jan 2007 10:35:35 -0000	2.67.2.13
+++ changelog	31 Jan 2007 11:23:44 -0000	2.67.2.14
@@ -9,12 +9,13 @@
     caused creation of a directory named 775 (Closes: #404391, thanks to
     Filippo Giunchedi <filippo at debian.org> for the report and the
     investigation)
+  * preserve debug value in settings.cfg
   * updated Swedish translation of Debconf templates (Closes: #375916,
     thanks to Daniel Nylander <yeager at lidkoping.net>)
   * updated Czech translation of Debconf templates (Closes: #391541, thanks
     to Martin Sín <martin.sin at seznam.cz>)
 
- -- Stefan Hornburg (Racke) <racke at linuxia.de>  Wed, 31 Jan 2007 10:53:25 +0100
+ -- Stefan Hornburg (Racke) <racke at linuxia.de>  Wed, 31 Jan 2007 12:23:25 +0100
 
 interchange (5.4.1-1) unstable; urgency=low
 



2.21.2.4  +2 -2      interchange/debian/interchange.postinst


rev 2.21.2.4, prev_rev 2.21.2.3
Index: interchange.postinst
===================================================================
RCS file: /var/cvs/interchange/debian/interchange.postinst,v
retrieving revision 2.21.2.3
retrieving revision 2.21.2.4
diff -u -r2.21.2.3 -r2.21.2.4
--- interchange.postinst	31 Jan 2007 10:35:35 -0000	2.21.2.3
+++ interchange.postinst	31 Jan 2007 11:23:44 -0000	2.21.2.4
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright 2001,2002,2003,2004,2006 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2001,2002,2003,2004,2006,2007 by Stefan Hornburg (Racke) <racke at 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
@@ -110,7 +110,7 @@
 db_get interchange/traffic
 TRAFFIC="$RET"
 
-/usr/sbin/interchangeconfig DEBUG=$DEBUG FULL_URL=$FULL_URL SOAP=$SOAP TRAFFIC=$RET
+/usr/sbin/interchangeconfig FULL_URL=$FULL_URL SOAP=$SOAP TRAFFIC=$RET
 
 # Make configuration files owned by the interchange user
 chown -R $USER.$GROUP /etc/interchange








More information about the interchange-cvs mailing list