From: Bdale Garbee Date: Mon, 28 Dec 2015 18:15:48 +0000 (-0700) Subject: bring packaging up to date X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=fd61c535ec5ebf7ab17861d70c1909cb2c95253a;p=debian%2Fgcpegg bring packaging up to date --- diff --git a/debian/changelog b/debian/changelog index da3d59e..f694629 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ gcpegg (5.1-14) UNRELEASED; urgency=low * patch debian/rules to make build reproducible, closes: #777416 + * add hardening flags + * source init functions - -- Bdale Garbee Thu, 12 Feb 2015 16:07:59 -0800 + -- Bdale Garbee Mon, 28 Dec 2015 11:15:32 -0700 gcpegg (5.1-13) unstable; urgency=low diff --git a/debian/init.d b/debian/init.d index 6e9a55a..f063c2f 100644 --- a/debian/init.d +++ b/debian/init.d @@ -11,6 +11,8 @@ set -e +. /lib/lsb/init-functions + test -x /usr/sbin/eggsh || exit 0 test -d /var/spool/gcpegg || exit 0