forcemerge 393603 391634
thanks
I took a stab at fixing modxslt for apache 2.2, but stopped when I ran into
hard-coded references to libapr-0. The preliminary patch is attached;
someone will need to update the package to use something like "apr-config
--link-ld --libs" to find the lib name, instead of using a name with a
hard-coded version number.
If this bug is not fixed, it is quite likely that modxslt will be removed
from testing to allow apache 2.2 into etch.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
diff -u modxslt-2005072700/debian/control modxslt-2005072700/debian/control
--- modxslt-2005072700/debian/control
+++ modxslt-2005072700/debian/control
@@ -2,12 +2,12 @@
Section: web
Priority: extra
Maintainer: Riccardo Setti <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), 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, libgcrypt11-dev, dpatch
+Build-Depends: debhelper (>= 5), 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), libapr1-dev, libgcrypt11-dev, dpatch
Standards-Version: 3.7.2
Package: libapache-modxslt
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, apache2.2-common
Suggests: modxslt-tools, modxslt-doc
Conflicts: libapache-mod-xslt
Description: XSLT processing module for Apache based on libxml2
diff -u modxslt-2005072700/debian/changelog modxslt-2005072700/debian/changelog
--- modxslt-2005072700/debian/changelog
+++ modxslt-2005072700/debian/changelog
@@ -1,3 +1,13 @@
+modxslt (2005072700-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Update build-dependency to libapr1-dev for the apache 2.2
+ transition, and add missing dependency on apache2.2-common.
+ Closes: #391634, #393603.
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Sat, 21 Oct 2006 02:12:58 -0700
+
modxslt (2005072700-1) unstable; urgency=low
* New upstream release.