JSPWiki important bug fix version to Sarge?
If you happen to have enough time, please consider allowing jspwiki
2.0.52-12 into Sarge. These are the relevant changelog and diff lines.
The version -12 does not contain any changes, it simply fixes the
incorrect upload of the version -11.
jspwiki (2.0.52-12) unstable; urgency=high
* The source package is non-native again.
-- Kalle Kivimaa <killer@debian.org> Wed, 18 May 2005 16:30:00 +0300
jspwiki (2.0.52-11) unstable; urgency=high
* Fixed the postinst script to handle the case of non-debconfed
configuration file (Closes: #308069) courtesy of Michael Blakeley
-- Kalle Kivimaa <killer@debian.org> Sun, 08 May 2005 22:00:00 +0300
--- jspwiki-2.0.52.orig/debian/jspwiki.postinst
+++ jspwiki-2.0.52/debian/jspwiki.postinst
+set +e
+head -1 /etc/jspwiki/jspwiki.properties | grep -q "This file is managed by Debc
onf" || exit 0
+set -e
--
* Sufficiently advanced magic is indistinguishable from technology (T.P) *
* PGP public key available @ http://www.iki.fi/killer *
Reply to: