Package: libapache2-mod-scgi
Version: 1.11-1
Severity: grave
Tags: sid patch

Hi Neil,

The libapache2-mod-scgi package is now uninstallable in unstable because
apache2.2-common conflicts with the current version, in response to the
module ABI change in apache 2.2.  Please update your package for this
transition, which is currently release-critical for etch.  A proposed patch
is attached which updates the build-dependency on apache2-dev and also adds
a runtime dependency on apache2.2-common, so that any future ABI changes can
be handled more smoothly without versioned Conflicts.

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 scgi-1.11/debian/control scgi-1.11/debian/control
--- scgi-1.11/debian/control
+++ scgi-1.11/debian/control
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Neil Schemenauer <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 5.0.37.2), python-support (>= 0.3), 
python-all-dev, apache-dev, apache2-dev
+Build-Depends: debhelper (>> 5.0.37.2), python-support (>= 0.3), 
python-all-dev, apache-dev, apache2-threaded-dev (>= 2.2)
 Standards-Version: 3.7.2.0
 
 Package: libapache-mod-scgi
@@ -18,7 +18,7 @@
  the protocol.
 
 Package: libapache2-mod-scgi
-Depends: apache2
+Depends: apache2.2-common
 Architecture: any
 Description: Apache module implementing the SCGI protocol
  The SCGI protocol is a replacement for the Common Gateway
diff -u scgi-1.11/debian/changelog scgi-1.11/debian/changelog
--- scgi-1.11/debian/changelog
+++ scgi-1.11/debian/changelog
@@ -1,3 +1,13 @@
+scgi (1.11-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Build-depend on apache2-dev (>= 2.2) and depend on apache2.2-common
+    instead of just apache2, to get a consistent set of packages for the
+    new apache2 module ABI.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sat, 21 Oct 2006 02:54:44 -0700
+
 scgi (1.11-1) unstable; urgency=low
 
   * New upstream release.

Reply via email to