]> git.sur5r.net Git - bacula/bacula/commitdiff
Minor modifications to Ubuntu packaging
authorKern Sibbald <kern@sibbald.com>
Sun, 31 Jul 2016 07:36:42 +0000 (09:36 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 31 Jul 2016 07:36:42 +0000 (09:36 +0200)
gui/baculum/Makefile
gui/baculum/debian/changelog
gui/baculum/debian/control

index bb188eb26334be24380776ca386e6899daf315d6..8207342f9e7fb623a937fae9b0d5635febf6f922 100644 (file)
@@ -3,7 +3,7 @@
 # usage: make DESTDIR=/some/runtime_dir
 
 NAME = baculum
-VERSION = 7.2.0
+VERSION = 7.4.3
 DEFTEMPLATE = rpm-template
 DEFHTTPDNAME = httpd
 DEFHTTPDSITECONF = conf.d
index 2ae32b4853092a81f17923ca29487cf093fe1e2f..86a67cb151d865d387e3b97114001c09b0b7e62e 100644 (file)
@@ -1,4 +1,4 @@
-baculum (7.2.0ppa1~wily1) wily; urgency=medium
+baculum (7.4.3ppa1~trusty1) trusty; urgency=medium
 
   [ Marcin Haba ]
   * rebuild upstream 7.2.0 for Ubuntu 15.10
index 68b630cfd13244f83575a35684cfbd22b93e6d1e..f57d866bbc83c4369b903f1a5b71f771bc77a080 100644 (file)
@@ -10,26 +10,30 @@ Section: web
 Architecture: all
 Depends: ${misc:Depends}, php5-cgi, php5-curl, php5-mysql, php5-pgsql, php5-sqlite, php5-json, libjs-excanvas, bacula-console
 Description: WebGUI tool for Bacula Community program
- Baculum is web based tool to manage, administer and monitor Bacula services.
- From server side Baculum is written in PHP and it works basing on PRADO Framework.
- Baculum interface enables e.g. to run Bacula backup and restore actions, take
- access to Bacula console via web, watch backup graphs and others.
+ Baculum is a web based tool to manage, administer and
+ monitor Bacula services.
+ Baculum is written in PHP and uses the PRADO Framework.
+ With Baculum installed in a Web server, you can run
+ backup and restore jobs; access the Bacula console in
+ a Baculum Web screen; monitor backups; produce graphs;
+ and more.
 
 Package: baculum-apache2
 Section: web
 Architecture: all
 Depends: ${misc:Depends}, apache2, libapache2-mod-php5, baculum
 Conflicts: baculum-lighttpd
-Description: Apache configuration for Baculum WebGUI tool
- This package provides the Apache configuration for Baculum WebGUI tool.
- By using this module it is possible to run Baculum in Apache environment.
+Description: Apache configuration for the Baculum Web GUI tool
+ This package provides the Apache configuration for the
+ Baculum Web GUI tool. With this module installed it is
+ possible to run Baculum in an Apache Web server.
 
 Package: baculum-lighttpd
 Section: web
 Architecture: all
 Depends: ${misc:Depends}, lighttpd, baculum
 Conflicts: baculum-httpd
-Description: Lighttpd configuration for Baculum WebGUI tool
- This package provides the Lighttpd configuration for Baculum WebGUI tool.
- By using this module it is possible to run Baculum in Lighttpd environment.
-
+Description: Lighttpd configuration for the Baculum Web GUI tool
+ This package provides the Lighttpd configuration for the
+ Baculum Web GUI tool. With this module installed it is possible
+ to run Baculum in a Lighttpd Web server.