[pkg-bacula-commits] [bacula] 02/03: change version number to +systemd1 and distribution to experimental, remove trailing spaces and whitespace differences to master branch

Carsten Leonhardt leo at moszumanska.debian.org
Tue Jul 19 19:37:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch master-systemd
in repository bacula.

commit 0cff65d936768b636ba3721661b4474a2fb5323f
Author: Carsten Leonhardt <leo at debian.org>
Date:   Tue Jul 19 21:15:14 2016 +0200

    change version number to +systemd1 and distribution to experimental,
    remove trailing spaces and whitespace differences to master branch
---
 debian/bacula-common.postinst                     | 1 -
 debian/bacula-director-db.bacula-director.init.in | 6 +++---
 debian/changelog                                  | 8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/bacula-common.postinst b/debian/bacula-common.postinst
index 4d5ad92..c245ede 100644
--- a/debian/bacula-common.postinst
+++ b/debian/bacula-common.postinst
@@ -15,7 +15,6 @@ case "$1" in
 
         . /usr/share/bacula-common/common-functions.dpkg
         readOrCreatePasswords # create our common passwords if needed
-
     ;;
 esac
 
diff --git a/debian/bacula-director-db.bacula-director.init.in b/debian/bacula-director-db.bacula-director.init.in
index a0c66df..531337f 100644
--- a/debian/bacula-director-db.bacula-director.init.in
+++ b/debian/bacula-director-db.bacula-director.init.in
@@ -36,7 +36,7 @@ fi
 if [ -n "`getent services bacula-dir`" ]; then
         PORT=`getent services bacula-dir | awk '{ gsub("/tcp","",$2); print $2; }'`
 fi
- 
+
 
 PIDFILE=/var/run/bacula/$NAME.$PORT.pid
 
@@ -52,7 +52,7 @@ create_var_run_dir
 
 get_pid()
 {
-	if [ -r "$1" ]; then pid="`cat $1`"; 
+	if [ -r "$1" ]; then pid="`cat $1`";
 	else pid=""; fi
 }
 
@@ -114,7 +114,7 @@ case "$1" in
         else do_start ;
         fi
   ;;
-  
+
   restart|force-reload)
 	$0 stop
 	$0 start
diff --git a/debian/changelog b/debian/changelog
index 3a7da98..994da9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,16 @@
-bacula (7.4.3+dfsg-2) UNRELEASED; urgency=medium
+bacula (7.4.3+dfsg-1+systemd1) experimental; urgency=medium
 
-  [ Sven Hartge ] 
+  [ Sven Hartge ]
   * Enable systemd integration
   * Change bacula-{sd,fd,director}.services to non-forking simple mode
-  * Move init-scripts and systemd services files from 
+  * Move init-scripts and systemd services files from
     bacula-director-common to bacula-director-DBTYPE, simplyfying their
     handling for the packaging tools.
   * readd lost tmpfiles.d/bacula.conf to create /var/run/bacula
   * remove old leftover config /etc/tmpfiles.d/bacula.conf if identical
     to new config-file in /usr/lib/tmpfiles.d
 
- -- Sven Hartge <sven at svenhartge.de>  Tue, 18 Jul 2016 23:59:59 +0200
+ --
 
 bacula (7.4.3+dfsg-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list