diff -Nru /tmp/1rsiLELgjf/usplash-0.1/debian/changelog /tmp/mDWZcjdIOD/usplash-0.1/debian/changelog --- /tmp/1rsiLELgjf/usplash-0.1/debian/changelog 2005-10-01 19:11:10.000000000 +0200 +++ /tmp/mDWZcjdIOD/usplash-0.1/debian/changelog 2005-10-02 02:38:34.000000000 +0200 @@ -1,3 +1,12 @@ +usplash (0.1-20) breezy; urgency=low + + * debian/postinst: + - s/ssh-askpass/usplash-artwork.so/ + - Change lt 0.1-19 to 0.1-20. + - This fixes the previous fix. Yay typos! + + -- Christian Bjälevik Sun, 2 Oct 2005 02:35:42 +0200 + usplash (0.1-19) breezy; urgency=low * Fix the broken usplash-artwork.so alternative once and for all, so old diff -Nru /tmp/1rsiLELgjf/usplash-0.1/debian/postinst /tmp/mDWZcjdIOD/usplash-0.1/debian/postinst --- /tmp/1rsiLELgjf/usplash-0.1/debian/postinst 2005-10-01 18:31:59.000000000 +0200 +++ /tmp/mDWZcjdIOD/usplash-0.1/debian/postinst 2005-10-02 02:37:35.000000000 +0200 @@ -6,10 +6,10 @@ case "$1" in configure) - if dpkg --compare-versions "$2" lt 0.1-19; then + if dpkg --compare-versions "$2" lt 0.1-20; then update-alternatives --remove usplash-artwork.so /usr/share/usplash/usplash-default.so if [ -h /etc/alternatives/usplash-artwork.so ] && \ - [ "$(readlink /etc/alternatives/ssh-askpass)" = /usr/share/usplash/usplash-default.so ]; then + [ "$(readlink /etc/alternatives/usplash-artwork.so)" = /usr/share/usplash/usplash-default.so ]; then update-alternatives --auto usplash-artwork.so fi fi