Codebase list slay / a844b95
Use "set -e" instead of "#!/bin/sh -e" in maintainer scripts Fixes lintian warning maintainer-script-without-set-e three times. Axel Beckert 6 years ago
4 changed file(s) with 10 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
99 + Use files debian/install and debian/manpages instead of overrides.
1010 * Switch to source format "3.0 (native)"
1111 * Fix typo in man-page. Thanks lintian!
12 * Use "set -e" instead of "#!/bin/sh -e" in maintainer scripts.
1213
1314 -- Axel Beckert <abe@debian.org> Sat, 08 Oct 2016 00:33:40 +0200
1415
0 #!/bin/sh -e
0 #!/bin/sh
1
2 set -e
13
24 # Source debconf library.
35 . /usr/share/debconf/confmodule
0 #!/bin/sh -e
0 #!/bin/sh
1
2 set -e
13
24 # Source debconf library.
35 . /usr/share/debconf/confmodule
0 #!/bin/sh -e
0 #!/bin/sh
1
2 set -e
13
24 if [ "$1" = purge ]
35 then