Hello, I'm doing an NMU of modxslt to fix #354693 and #326241; diff attached.
Thanks, Matej
diff -u modxslt-2004112100/debian/changelog modxslt-2004112100/debian/changelog --- modxslt-2004112100/debian/changelog +++ modxslt-2004112100/debian/changelog @@ -1,3 +1,13 @@ +modxslt (2004112100-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove unnecessary build dependency on libdb4.2-dev. + Closes: #354693. + * debian/rules: Set SHELL to bash for brace expansion and `echo -e'. + Closes: #326241. + + -- Matej Vela <[EMAIL PROTECTED]> Thu, 16 Mar 2006 16:13:28 +0100 + modxslt (2004112100-3) unstable; urgency=low * new revision for dak.ganeeff.org . diff -u modxslt-2004112100/debian/control modxslt-2004112100/debian/control --- modxslt-2004112100/debian/control +++ modxslt-2004112100/debian/control @@ -2,7 +2,7 @@ Section: web Priority: extra Maintainer: Riccardo Setti <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), libpcre3-dev (>= 4.5), libxslt1-dev, libxml2 (>= 1.5), libxml2-dev, libdb4.2-dev, apache-dev (>= 1.3), apache2-threaded-dev (>= 2.0.40) | apache2-prefork-dev (>= 2.0.40), libapr0-dev +Build-Depends: debhelper (>= 4.0.0), libpcre3-dev (>= 4.5), libxslt1-dev, libxml2 (>= 1.5), libxml2-dev, apache-dev (>= 1.3), apache2-threaded-dev (>= 2.0.40) | apache2-prefork-dev (>= 2.0.40), libapr0-dev Standards-Version: 3.6.2 Package: libapache-modxslt diff -u modxslt-2004112100/debian/rules modxslt-2004112100/debian/rules --- modxslt-2004112100/debian/rules +++ modxslt-2004112100/debian/rules @@ -3,6 +3,8 @@ # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. +export SHELL=bash + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1