Be sure that all maintainer scripts are returning 0 at their end

This commit is contained in:
Laurent Bigonville 2012-08-12 00:08:16 +02:00
parent d634a9971d
commit d518f66985
6 changed files with 10 additions and 1 deletions

3
debian/changelog vendored
View file

@ -22,8 +22,9 @@ nut (2.6.4-3) UNRELEASED; urgency=low
* Also install /bin/upssched-cmd in nut-client package as this script is
referenced in default upssched.conf config file
* debian/watch: Update watch file
* Be sure that all maintainer scripts are returning 0 at their end
-- Laurent Bigonville <bigon@debian.org> Sat, 11 Aug 2012 21:02:05 +0200
-- Laurent Bigonville <bigon@debian.org> Sun, 12 Aug 2012 00:07:46 +0200
nut (2.6.4-2) unstable; urgency=low

View file

@ -44,3 +44,4 @@ esac
#DEBHELPER#
exit 0

View file

@ -59,3 +59,5 @@ case "$1" in
esac
#DEBHELPER#
exit 0

View file

@ -76,3 +76,5 @@ case "$1" in
esac
#DEBHELPER#
exit 0

View file

@ -47,3 +47,4 @@ esac
#DEBHELPER#
exit 0

View file

@ -8,3 +8,5 @@ if [ "$1" = upgrade ]; then
fi
#DEBHELPER#
exit 0