Hi Neil,

Gerfried Fuchs <[EMAIL PROTECTED]> writes:

[...]
>  Please either send the ftp team a removal request for your package if
> it isn't able to work with apache2, or update it to build (only)
> packages for apache2.

I've prepared another NMU that drops the Apache 1.3 module,
<http://people.debian.org/~vela/scgi/scgi_1.12-0.2_i386.changes>.
Diff from -0.1 attached.  Please let me know if that's OK with you.

Thanks,

Matej
diff -u scgi-1.12/debian/rules scgi-1.12/debian/rules
--- scgi-1.12/debian/rules
+++ scgi-1.12/debian/rules
@@ -16,7 +16,6 @@
 
 PYVERS=$(shell pyversions -vs)
 
-APACHE_SCGI=debian/libapache-mod-scgi
 APACHE2_SCGI=debian/libapache2-mod-scgi
 
 
@@ -24,7 +23,6 @@
 
 
 build-apache:
-       (cd apache1 && $(MAKE) mod_scgi.so)
        (cd apache2 && $(MAKE) all)
 
 
@@ -36,7 +34,6 @@
        dh_testdir
        dh_testroot
        rm -rf build scgi/*.pyc
-       -(cd apache1 && $(MAKE) clean)
        -(cd apache2 && $(MAKE) clean)
        dh_clean
 
@@ -47,10 +44,6 @@
        #dh_clean -k
        dh_installdirs
 
-       (cd apache1 && $(MAKE) install DESTDIR=../$(APACHE_SCGI))
-       install -m 0644 debian/150mod_scgi.info \
-               $(APACHE_SCGI)/usr/lib/apache/1.3/
-
        install -m 0755 -d $(APACHE2_SCGI)/usr/lib/apache2/modules
        install -m 644 apache2/.libs/mod_scgi.so \
                $(APACHE2_SCGI)/usr/lib/apache2/modules
reverted:
--- scgi-1.12/debian/150mod_scgi.info
+++ scgi-1.12.orig/debian/150mod_scgi.info
@@ -1,6 +0,0 @@
-LoadModule: scgi_module /usr/lib/apache/1.3/mod_scgi.so
-Directives:
- SCGIMount
- SCGIServer
- SCGIHandler
-Description: Apache module implementing the SCGI protocol.
diff -u scgi-1.12/debian/changelog scgi-1.12/debian/changelog
--- scgi-1.12/debian/changelog
+++ scgi-1.12/debian/changelog
@@ -1,3 +1,10 @@
+scgi (1.12-0.2) unstable; urgency=medium
+
+  * NMU.
+  * Remove Apache 1.3 module.  Closes: #429084.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Sun, 17 Jun 2007 13:24:24 +0200
+
 scgi (1.12-0.1) unstable; urgency=low
 
   * NMU with maintainer's permission.
diff -u scgi-1.12/debian/control scgi-1.12/debian/control
--- scgi-1.12/debian/control
+++ scgi-1.12/debian/control
@@ -2,21 +2,9 @@
 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-threaded-dev (>= 2.2)
+Build-Depends: debhelper (>> 5.0.37.2), python-support (>= 0.3), 
python-all-dev, apache2-threaded-dev (>= 2.2)
 Standards-Version: 3.7.2.0
 
-Package: libapache-mod-scgi
-Depends: apache
-Architecture: any
-Description: Apache module implementing the SCGI protocol
- The SCGI protocol is a replacement for the Common Gateway
- Interface (CGI) protocol. It is a proposed standard for
- applications to interface with HTTP servers. It is similar to
- FastCGI but is designed to be easier to implement.
- .
- This package is an Apache module implementing the client side of
- the protocol.
-
 Package: libapache2-mod-scgi
 Depends: apache2.2-common
 Architecture: any
reverted:
--- scgi-1.12/debian/libapache-mod-scgi.docs
+++ scgi-1.12.orig/debian/libapache-mod-scgi.docs
@@ -1 +0,0 @@
-apache1/README.txt

Reply via email to