/etc/bacula/bweb.conf
+/etc/apache/conf.d/bweb.conf
 
 usr/share/bweb
 usr/share/bweb/tpl
 usr/share/bweb/fr/tpl
+usr/share/bweb/es/tpl
 usr/share/bweb/html
 usr/share/perl5
 var/spool/bweb
 
      echo "Please, use /etc/bacula/bweb.conf instead."
  fi
 
+ chmod 755 /etc/bacula
+
  chown www-data:root /etc/bacula/bweb.conf
  chmod 600 /etc/bacula/bweb.conf
 
  chown www-data:root /var/spool/bweb
  chmod 700 /var/spool/bweb
-       
+ 
  echo
  echo "If you are using postgresql, you have to load /usr/share/bweb/bweb-postgresql.sql in your database"
  
  echo 
  echo "You can use user/passwd (see /etc/apache/conf.d/bweb.conf)"
  echo "You have to reload your apache configuration"
+ echo 
+ echo "'/usr/bin/bconsole -n -c /etc/bacula/bconsole.conf' must be accessible"
+ echo "by your www-data. You meed to use :"
+ echo "chmod 644 /etc/bacula/bconsole.conf"
+ echo "chmod 755 /usr/bin/bconsole"
+ 
 fi
 
+bweb (2.0.3-2) stable; urgency=low
+
+  * Add display_log_time option to view timestamp in display_log
+  * Add db_size information (for mysql5 and postgresql users)
+
+ -- Eric Bollengier <eric@eb.homelinux.org>  Thu,  01 Feb 2007 01:10:47 +0000
+
+bweb (2.0.3-1) stable; urgency=low
+
+  * Add limit and offset options to log view (for big log)
+
+ -- Eric Bollengier <eric@eb.homelinux.org>  Wed,  28 Feb 2007 21:10:47 +0000
+
+bweb (2.0.2-3) stable; urgency=low
+
+  * Add new stat_job_table option
+
+ -- Eric Bollengier <eric@eb.homelinux.org>  Sun,  25 Feb 2007 11:10:47 +0000
+
+bweb (2.0.2-2) stable; urgency=low
+
+  * fix brestore batch mode
+  * add EndTime to display_job in bweb
+
+ -- Eric Bollengier <eric@eb.homelinux.org>  Wed,  14 Feb 2007 11:10:47 +0000
+
+bweb (2.0.2-1) stable; urgency=low
+
+  * fix utf8 bug in brestore
+  * fix dependency
+
+ -- Eric Bollengier <eric@eb.homelinux.org>  Tue,  06 Feb 2007 21:10:47 +0000
+       
+bweb (2.0.1-2) stable; urgency=low
+
+  * fv_write_path is optionnal now
+  * fix /etc/bacula permissions
+  * fix label_barcodes drive bug 
+  * add spanish translation
+
+ -- Eric Bollengier <eric@eb.homelinux.org>  Fri,  19 Jan 2007 21:10:47 +0000
+
+bweb (2.0.1-1) stable; urgency=low
+
+  * Do nothing if destination string is empty
+  * Fix warning message when using with bweb http connector
+  * Add CVS version number to UA brestore
+
+ -- Eric Bollengier <eric@eb.homelinux.org>  Fri,  12 Jan 2007 22:54:47 +0000
+
 bweb (2.0.0-2) stable; urgency=low
 
+  * Depends: DBD-Pg or DBD-Mysql 
   * Add french tpl in /usr/share/bweb/fr/tpl
   * Add favicon.ico
   * Change /etc/bacula/bweb.conf initialisation
 
 Package: brestore
 Section: base
 Architecture: all
-Depends: libwww-perl (>= 5.8), libtime-modules-perl, libgtk2-gladexml-perl, bweb-common
-Recommends: libdbd-pg-perl, libdbd-mysql-perl
+Depends: libwww-perl (>= 5.8), libtime-modules-perl, libgtk2-gladexml-perl, bweb-common, libdbd-pg-perl|libdbd-mysql-perl
 Description: Bacula restore interface
   Brestore allow you to restore yours files with a Gtk2 interface.
 
 Package: bweb
 Section: base
 Architecture: all
-Depends: libtime-modules-perl, bweb-common, libgd-graph-perl
-Recommends: libdbd-pg-perl, libdbd-mysql-perl
+Depends: libtime-modules-perl, bweb-common, libgd-graph-perl, libdbd-pg-perl|libdbd-mysql-perl,libhtml-template-perl
 Description: Bacula restore interface
   Bweb is a bacula web interface
 
 Package: bweb-common
 Section: base
 Architecture: all
-Depends: libtime-modules-perl
-Recommends: libexpect-perl
+Depends: libtime-modules-perl, libexpect-perl
 Description: Bacula restore interface
   Bweb is a bacula web interface
 
 
        install -m 755 bweb/cgi/bconsole.pl debian/bweb/usr/lib/cgi-bin/bweb
        install -m 644 bweb/tpl/*.tpl debian/bweb/usr/share/bweb/tpl 
        install -m 644 bweb/lang/fr/tpl/*.tpl debian/bweb/usr/share/bweb/fr/tpl 
+       install -m 644 bweb/lang/es/tpl/*.tpl debian/bweb/usr/share/bweb/es/tpl 
        install -m 644 bweb/html/*.js debian/bweb/usr/share/bweb/html
        install -m 644 bweb/html/*.css debian/bweb/usr/share/bweb/html
        install -m 644 bweb/html/*.png debian/bweb/usr/share/bweb/html
        install -m 644 bweb/html/*.html debian/bweb/usr/share/bweb/html
        install -m 644 bweb/html/*.ico debian/bweb/usr/share/bweb/html
        install -m 644 bweb/script/bweb-postgresql.sql debian/bweb/usr/share/bweb
-       echo '$$VAR1 = { template_dir => "/usr/share/bweb/tpl", fv_write_path => "/var/spool/bweb" };' > debian/bweb/etc/bacula/bweb.conf
+       install -m 644 bweb/script/update_job_old.sql debian/bweb/usr/share/bweb
+       echo '$$VAR1 = { template_dir => "/usr/share/bweb/tpl", bconsole => "/usr/bin/bconsole -n -c /etc/bacula/bconsole.conf", fv_write_path => "/var/spool/bweb" };' > debian/bweb/etc/bacula/bweb.conf
        chmod 600 debian/bweb/etc/bacula/bweb.conf
        dh_install -i
        touch install-indep-stamp