Codebase list slay / 9fb810c
#497657: fix versions comparing in postinst Paweł Więcek 14 years ago
2 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 * Set PATH in script to prevent problems from either missing or maliciously
33 added directories there.
4 * Fixed code in postinst to compare versions in TheRightWay(tm), not
5 TheHackyAndNotWorkingWay (closes: #497657)
46 * Added Spanish translations of debconf messages from Maximiliano Marin
57 Bustos (closes: #502938)
68
7 -- Paweł Więcek <coven@debian.org> Tue, 16 Dec 2008 22:06:46 +0100
9 -- Paweł Więcek <coven@debian.org> Tue, 16 Dec 2008 22:14:18 +0100
810
911 slay (2.6.3) unstable; urgency=low
1012
55 # Build config file based on answers... IF NECESSARY ONLY
66 if test -n "$2"
77 then
8 if test "`echo $2 | sed -e 's/[.-]//g'`" -lt 127 -o ! -e /etc/slay_mode
8 if dpkg --compare-versions $2 lt 1.2.7 || test ! -e /etc/slay_mode
99 then
1010
1111 db_get slay/punish