This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gbrowse.
commit ad18f2e9459be11a8879ba90753d2c78b4011204 Author: Andreas Tille <[email protected]> Date: Wed Jan 18 14:58:54 2017 +0100 Fix runlevel of initscript --- debian/changelog | 1 + debian/patches/fix_runlevel.patch | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 72576a5..0dea37a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ gbrowse (2.56+dfsg-1) UNRELEASED; urgency=medium * Remove unused lintian override * Add $remote_fs to required-start * Add missing Depends: lsb-base (>= 3.0-6) + * Fix runlevel of initscript -- Andreas Tille <[email protected]> Wed, 18 Jan 2017 14:42:04 +0100 diff --git a/debian/patches/fix_runlevel.patch b/debian/patches/fix_runlevel.patch new file mode 100644 index 0000000..a342372 --- /dev/null +++ b/debian/patches/fix_runlevel.patch @@ -0,0 +1,22 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Wed, 18 Jan 2017 14:42:04 +0100 +Description: Fix runlevel of initscript + The given runlevel specified in the Default-Start keyword of the LSB + keyword section of this /etc/init.d script isn't one of the recognized + standard runlevels (S, 0, 1, 2, 3, 4, 5, and 6). + . + Refer to https://wiki.debian.org/LSBInitScripts for details. + +--- a/etc/init.d/gbrowse-aws-balancer ++++ b/etc/init.d/gbrowse-aws-balancer +@@ -3,8 +3,8 @@ + # Provides: gbrowse_aws_balancer + # Required-Start: $local_fs $remote_fs + # Required-Stop: $local_fs $remote_fs +-# Default-Start: 28 +-# Default-Stop: S ++# Default-Start: 2 3 4 5 ++# Default-Stop: 0 1 6 + # Short-Description: Start/Stop the gbrowse Amazon Web Services-based slave rendering farm + ### END INIT INFO + diff --git a/debian/patches/series b/debian/patches/series index 8f657cc..780cd5c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ fix_pop_url skip_check_installed_test.patch source_init_functions init_script_dependency.patch +fix_runlevel.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gbrowse.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
