[med-svn] [gbrowse] 01/03: Add missing "update-rc.d gbrowse-aws-balancer" calls

Andreas Tille tille at debian.org
Wed Jan 18 16:23:29 UTC 2017


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

tille pushed a commit to branch master
in repository gbrowse.

commit 489581343e8b44a5ade5bdb447914ef2e2cdeefd
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jan 18 16:31:23 2017 +0100

    Add missing "update-rc.d gbrowse-aws-balancer" calls
---
 debian/changelog | 1 +
 debian/postinst  | 1 +
 debian/postrm    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9854984..fc1375e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ gbrowse (2.56+dfsg-1) UNRELEASED; urgency=medium
   * Fix runlevel of initscript
   * Fix manpage synopsises and spelling
   * Init lsb functions in all init scripts
+  * Add missing "update-rc.d gbrowse-aws-balancer" calls
 
  -- Andreas Tille <tille at debian.org>  Wed, 18 Jan 2017 14:42:04 +0100
 
diff --git a/debian/postinst b/debian/postinst
index 7f3d60c..ea6c8bd 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -17,6 +17,7 @@ case "$1" in
 	fi
         
         update-rc.d gbrowse-slave defaults > /dev/null
+        update-rc.d gbrowse-aws-balancer defaults > /dev/null
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/postrm b/debian/postrm
index 379c1ea..b905aff 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -8,6 +8,7 @@ case "$1" in
         
         if [ "$1" = "purge" ] ; then
             update-rc.d gbrowse-slave  remove  > /dev/null
+            update-rc.d gbrowse-aws-balancer  remove  > /dev/null
             if [ -e /etc/init.d/gbrowse-slave ] ; then
                 rm /etc/init.d/gbrowse-slave
             fi

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



More information about the debian-med-commit mailing list