before accessing it (Closes: #539366)
 fi
 
 # Set VERBOSE mode from  apt-config (or inherit from environment)
+VERBOSE=0
 eval $(apt-config shell VERBOSE APT::Periodic::Verbose)
 debug_echo "verbose level $VERBOSE"
-if [ -z "$VERBOSE" ]; then
-    VERBOSE="0"
-fi
 if [ "$VERBOSE" -le 2 ]; then
     # quiet for 0,1,2
     XSTDOUT=">/dev/null"
 
+apt (0.7.22.2) unstable; urgency=low
+
+  * debian/apt.cron.daily: Make sure that VERBOSE is always set
+    before accessing it (Closes: #539366)
+
+ -- Julian Andres Klode <jak@debian.org>  Thu, 06 Aug 2009 12:07:55 +0200
+
 apt (0.7.22.1) unstable; urgency=low
 
   [ Michael Vogt ]