Codebase list lldpd / 0c3d553
d/{post,pre}{inst,rm}: remove use of maintainer script This was needed for upgrade from jessie (oldoldstable) to stretch (oldstable). Vincent Bernat 4 years ago
5 changed file(s) with 1 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
00 lldpd (1.0.4-1) unstable; urgency=medium
11
22 * New upstream release.
3 * d/{post,pre}{inst,rm}: remove use of maintainer script.
34 * d/watch: add OpenPGP signature.
45
56 -- Vincent Bernat <bernat@debian.org> Sun, 07 Jul 2019 10:42:05 +0200
1414 ;;
1515 esac
1616
17 dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/lldpcli.bash-completion 0.7.15~ lldpd -- "$@"
18
1917 #DEBHELPER#
2018
2119 exit 0
22 set -e
33
44 #DEBHELPER#
5
6 dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/lldpcli.bash-completion 0.7.15~ lldpd -- "$@"
75
86 case "$1" in
97 purge)
+0
-9
debian/lldpd.preinst less more
0 #!/bin/sh
1
2 set -e
3
4 dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/lldpcli.bash-completion 0.7.15~ lldpd -- "$@"
5
6 #DEBHELPER#
7
8 exit 0
+0
-9
debian/lldpd.prerm less more
0 #!/bin/sh
1
2 set -e
3
4 dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/lldpcli.bash-completion 0.7.15~ lldpd -- "$@"
5
6 #DEBHELPER#
7
8 exit 0