Processed: severity of 191760 is wishlist, retitle 191760 to wn: use simpler configuration interface

2004-01-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> severity 191760 wishlist
Bug#191760: wn: goes into recursion on configuration
Severity set to `wishlist'.

> retitle 191760 wn: use simpler configuration interface
Bug#191760: wn: goes into recursion on configuration
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processed: retitle 187136 to emelfm: problems with su button

2004-01-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> retitle 187136 emelfm: problems with su button
Bug#187136: emelfm bug
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processed: severity of 223981 is important, merging 223981 223990 ... ...

2004-01-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> severity 223981 important
Bug#223981: fwanalog_0.6.3-2_all.deb in sarge
Severity set to `important'.

> merge 223981 223990
Bug#223981: fwanalog_0.6.3-2_all.deb in sarge
Bug#223990: fwanalog_0.6.3-2_all.deb in sarge
Merged 223981 223990.

> retitle 223981 fwanalog: assumes it is already unpacked in config script
Bug#223981: fwanalog_0.6.3-2_all.deb in sarge
Changed Bug title.

> retitle 223990 fwanalog: assumes it is already unpacked in config script
Bug#223990: fwanalog_0.6.3-2_all.deb in sarge
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processed: retitle 99247 to Numerous errors in source code, tagging 99247

2004-01-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> retitle 99247 Numerous errors in source code
Bug#99247: see bug #78701
Changed Bug title.

>  # someone needs to investigate the patch from
> tags 99247 moreinfo
Bug#99247: Numerous errors in source code
There were no tags set.
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processed: retitle 187662 to xmms-singit: many problems, doesn't work

2004-01-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> retitle 187662 xmms-singit: many problems, doesn't work
Bug#187662: xmms-singit
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processing of cdbakeoven_1.9.9+2.0.0beta2-8_i386.changes

2004-01-04 Thread Archive Administrator
cdbakeoven_1.9.9+2.0.0beta2-8_i386.changes uploaded successfully to localhost
along with the files:
  cdbakeoven_1.9.9+2.0.0beta2-8.dsc
  cdbakeoven_1.9.9+2.0.0beta2-8.diff.gz
  cdbakeoven_1.9.9+2.0.0beta2-8_i386.deb

Greetings,

Your Debian queue daemon



cdbakeoven_1.9.9+2.0.0beta2-8_i386.changes ACCEPTED

2004-01-04 Thread Debian Installer

Accepted:
cdbakeoven_1.9.9+2.0.0beta2-8.diff.gz
  to pool/main/c/cdbakeoven/cdbakeoven_1.9.9+2.0.0beta2-8.diff.gz
cdbakeoven_1.9.9+2.0.0beta2-8.dsc
  to pool/main/c/cdbakeoven/cdbakeoven_1.9.9+2.0.0beta2-8.dsc
cdbakeoven_1.9.9+2.0.0beta2-8_i386.deb
  to pool/main/c/cdbakeoven/cdbakeoven_1.9.9+2.0.0beta2-8_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 221500 


Thank you for your contribution to Debian.



Bug#223990: conceptual patch

2004-01-04 Thread Frank Lichtenheld
Attached is a conceptual patch for this, completly untested.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
diff -ru fwanalog-0.6.3/debian/config fwanalog-0.6.3~/debian/config
--- fwanalog-0.6.3/debian/config2004-01-04 17:37:02.0 +0100
+++ fwanalog-0.6.3~/debian/config   2004-01-04 17:36:12.0 +0100
@@ -21,8 +21,6 @@
db_get fwanalog/logformat
if [ ! -z "$RET" ]
then
-   sed 
's{^logformat=.*${logformat="'$RET'"{' $CONFIG >$TEMP
-   mv -f $TEMP $CONFIG
STATE=2
else
STATE=0
@@ -36,7 +34,6 @@
db_get fwanalog/language || true
if [ ! -z "$RET" ]
then
-   sh 
/usr/share/doc/fwanalog/support/mklangfile.$RET.sh 
/usr/lib/analog/lang/$RET.lng > /usr/share/fwanalog/fwanalog.lng
STATE=3
else
STATE=1
@@ -50,9 +47,6 @@
db_get fwanalog/outdir || true
if [ ! -z $"RET" ]
then
-   test -d "$RET" || mkdir "$RET"
-   sed 's{^outdir=.*${outdir="'$RET'"{' 
$CONFIG > $TEMP
-   mv -f $TEMP $CONFIG
STATE=4
else
STATE=2
@@ -66,7 +60,6 @@
db_get fwanalog/cron || true
if [ ! -z "$RET" ]
then
-   echo "cron=$RET" >> $CFG
if [ $RET = "true" ]
then
STATE=5
@@ -85,7 +78,6 @@
db_get fwanalog/mailto || true
if [ ! -z "$RET" ]
then
-   echo "mailto=$RET" >> $CFG
STATE=6
else
STATE=5
@@ -101,8 +93,6 @@
db_get fwanalog/logdir || true
if [ ! -z "$RET" ]
then
-   sed 
's{^inputfiles_dir=.*${inputfiles_dir="'$RET'"{' $CONFIG > $TEMP
-   mv -f $TEMP $CONFIG
STATE=7
else
STATE=6
@@ -118,8 +108,6 @@
db_get fwanalog/onehost || true
if [ ! -z "$RET" ]
then
-   sed 's{^onehost=.*${onehost="'$RET'"{' 
$CONFIG > $TEMP
-   mv -f $TEMP $CONFIG
STATE=8
fi
else
@@ -128,4 +116,3 @@
;;
esac
 done
-
diff -ru fwanalog-0.6.3/debian/postinst fwanalog-0.6.3~/debian/postinst
--- fwanalog-0.6.3/debian/postinst  2004-01-04 17:37:02.0 +0100
+++ fwanalog-0.6.3~/debian/postinst 2004-01-04 17:34:14.0 +0100
@@ -4,9 +4,64 @@
 
 . /usr/share/debconf/confmodule
 
+CONFIG="/etc/fwanalog/fwanalog.opts"
+TEMP="/etc/fwanalog/fwanalog.opts.tmp"
+CFG="/etc/fwanalog/debian_config"
+echo "#!/bin/sh" > $CFG
+
 case "$1" in
configure)
 
+   db_get fwanalog/logformat || true
+   if [ ! -z "$RET" ]; then
+   sed 's{^logformat=.*${logformat="'$RET'"{' $CONFIG >$TEMP
+   mv -f $TEMP $CONFIG
+   fi
+
+   db_get fwanalog/language || true
+   if [ ! -z "$RET" ]; then
+   sh /usr/share/doc/fwanalog/support/mklangfile.$RET.sh 
/usr/lib/analog/lang/$RET.lng > /usr/share/fwanalog/fwanalog.lng
+   fi
+
+   db_get fwanalog/outdir || true
+   if [ ! -z $"RET" ]; then
+   test -d "$RET" || mkdir "$RET"
+   sed 's{^outdir=.*${outdir="'$RET'"{' $CONFIG > $TEMP
+   mv -f $TEMP $CONFIG
+   fi
+
+   STATE="nocron"
+   db_get fwanalog/cron || true
+   if [ ! -z "$RET" ]; then
+   echo "cron=$RET" >> $CFG
+   if [ $RET = "true" ]; then
+   STATE="cron"
+   else
+   STATE="nocron"
+   fi
+   fi
+
+   if [ $STATE = "cron" ]; then
+   db_get fwanalog/mailto || true
+   if