[SCM] jenkins packaging branch, master, updated. debian/1.480.3+dfsg-1_exp1-10-g622bbac

James Page james.page at ubuntu.com
Tue Jul 2 13:32:26 UTC 2013


The following commit has been merged in the master branch:
commit b72f30a56828c05a656c37420016a943004d29fb
Author: James Page <james.page at ubuntu.com>
Date:   Tue Jul 2 14:15:08 2013 +0100

    Tidy lintian errors in init scripts

diff --git a/debian/changelog b/debian/changelog
index 5f4ae43..89061ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ jenkins (1.480.3+dfsg-1) unstable; urgency=low
       commons-fileupload >= 1.3.
     - d/p/build/io-compat.pach: Compatibility patch for commons-io >= 2.4.
     - d/control: Add versioned dependencies for the above patches.
+  * d/*.init: Drop use of /lib/init/vars.sh.
 
  -- James Page <james.page at ubuntu.com>  Tue, 02 Jul 2013 11:38:50 +0100
 
diff --git a/debian/jenkins-slave.init b/debian/jenkins-slave.init
index 4af3fbe..defefd3 100644
--- a/debian/jenkins-slave.init
+++ b/debian/jenkins-slave.init
@@ -41,8 +41,7 @@ elif [ -r /etc/environment ]; then
   export LANG LANGUAGE
 fi
 
-# Load the VERBOSE setting and other rcS variables
-. /lib/init/vars.sh
+VERBOSE=no
 
 # Define LSB log_* functions.
 # Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
diff --git a/debian/jenkins.init b/debian/jenkins.init
index ad24932..64f7cbb 100644
--- a/debian/jenkins.init
+++ b/debian/jenkins.init
@@ -42,8 +42,7 @@ elif [ -r /etc/environment ]; then
   export LANG LANGUAGE
 fi
 
-# Load the VERBOSE setting and other rcS variables
-. /lib/init/vars.sh
+VERBOSE=no
 
 # Define LSB log_* functions.
 # Depend on lsb-base (>= 3.0-6) to ensure that this file is present.

-- 
jenkins packaging



More information about the pkg-java-commits mailing list