Removed binary libapache-mod-fastcgi from the package so
only libapache2-mod-fastcgi is left.

Debdiff attached.
diff -u libapache-mod-fastcgi-2.4.2/debian/control libapache-mod-fastcgi-2.4.2/debian/control
--- libapache-mod-fastcgi-2.4.2/debian/control
+++ libapache-mod-fastcgi-2.4.2/debian/control
@@ -3,21 +3,9 @@
 Priority: optional
 Maintainer: Tatsuki Sugiura <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>> 3.0.0), cdbs, apache-dev (>= 1.3.0), apache2-threaded-dev (>= 2.0.50-10) | apache2-prefork-dev (>= 2.0.50-10), dpatch (>= 2.0.0), libtool, libapr1-dev, pkg-config
+Build-Depends: debhelper (>> 3.0.0), cdbs, apache2-threaded-dev (>= 2.0.50-10) | apache2-prefork-dev (>= 2.0.50-10), dpatch (>= 2.0.0), libtool, libapr1-dev, pkg-config
 Uploaders: Taku YASUI <[EMAIL PROTECTED]>
 
-Package: libapache-mod-fastcgi
-Architecture: any
-Depends: apache-common (>= 1.3.28-1)
-Description: Apache 1 FastCGI module for long-running CGI scripts
- This is a FastCGI module for the Apache 1.x web server.  FastCGI is an
- open standard for communicating between a web server and a long-running
- web application.  CGI scripts supporting FastCGI can be started as a
- daemon and process multiple requests without restarting.  This is
- particularly useful for scripts written in languages like Perl, as it
- saves the cost of recompiling the scripts and its loaded modules with
- each invocation.
-
 Package: libapache2-mod-fastcgi
 Architecture: any
 Depends: ${AP2CommonDepends}
diff -u libapache-mod-fastcgi-2.4.2/debian/rules libapache-mod-fastcgi-2.4.2/debian/rules
--- libapache-mod-fastcgi-2.4.2/debian/rules
+++ libapache-mod-fastcgi-2.4.2/debian/rules
@@ -8,9 +8,7 @@
 APACHE2_VERSION=`dpkg -s apache2-prefork-dev apache2-threaded-dev 2>/dev/null |grep Version: | awk '{print $$2}'`
 
 DEB_BUILDDIR = $(CURDIR)/build-tmp
-DEB_BUILDDIR_libapache-mod-fastcgi = $(DEB_BUILDDIR)/13
 DEB_BUILDDIR_libapache2-mod-fastcgi = $(DEB_BUILDDIR)/20
-DEB_DESTDIR_libapache-mod-fastcgi = $(CURDIR)/debian/libapache-mod-fastcgi
 DEB_DESTDIR_libapache2-mod-fastcgi = $(CURDIR)/debian/libapache2-mod-fastcgi
 DEB_FIXPERMS_EXCLUDE = var/lib/apache2/fastcgi var/lib/apache/fastcgi
 
@@ -19,9 +17,6 @@
 	LIBTOOL="libtool --tag=CC" SH_LIBTOOL="libtool --tag=CC" \
 	INCLUDES="-I/usr/include/apache2 `pkg-config --cflags apr-1`"
 
-configure/libapache-mod-fastcgi::
-	cp -a *.c *.h *.mk .deps $(DEB_BUILDDIR_$(cdbs_curpkg))
-
 configure/libapache2-mod-fastcgi::
 	cp -a *.c *.h *.mk .deps $(DEB_BUILDDIR_$(cdbs_curpkg))
 	cp -a Makefile.AP2 $(DEB_BUILDDIR_$(cdbs_curpkg))
@@ -33,25 +28,9 @@
 	  echo 'AP2CommonDepends=apache2-common' >> $(CURDIR)/debian/$(cdbs_curpkg).substvars; \
 	fi
 
-build/libapache-mod-fastcgi::
-	cd $(DEB_BUILDDIR_$(cdbs_curpkg)) && \
-	  CFLAGS="$(CFLAGS) $(CFLAGS_$(cdbs_curpkg))" \
-	  /usr/bin/apxs -o mod_fastcgi.so -c *.c
-
 build/libapache2-mod-fastcgi::
 	$(DEB_MAKE_INVOKE) -C $(DEB_BUILDDIR_$(cdbs_curpkg)) $(AP2_MAKE_DEFS) -f Makefile.AP2
 
-install/libapache-mod-fastcgi::
-	mkdir -p $(DEB_DESTDIR_$(cdbs_curpkg))/usr/lib/apache/1.3
-	install -m 644 $(DEB_BUILDDIR_$(cdbs_curpkg))/mod_fastcgi.so debian/500mod_fastcgi.info \
-	  $(DEB_DESTDIR_$(cdbs_curpkg))/usr/lib/apache/1.3/
-	mkdir -p $(DEB_DESTDIR_$(cdbs_curpkg))/etc/apache/conf.d
-	install -m 644 debian/fastcgi.conf13 \
-	  $(DEB_DESTDIR_$(cdbs_curpkg))/etc/apache/conf.d/fastcgi.conf
-	mkdir -p $(DEB_DESTDIR_$(cdbs_curpkg))/var/lib/apache/fastcgi
-	chown www-data:www-data $(DEB_DESTDIR_$(cdbs_curpkg))/var/lib/apache/fastcgi
-	chmod 755 $(DEB_DESTDIR_$(cdbs_curpkg))/var/lib/apache/fastcgi
-
 install/libapache2-mod-fastcgi::
 	mkdir -p $(DEB_DESTDIR_$(cdbs_curpkg))/usr/lib/apache2/modules
 	install -m 644 $(DEB_BUILDDIR_$(cdbs_curpkg))/.libs/mod_fastcgi.so \
diff -u libapache-mod-fastcgi-2.4.2/debian/changelog libapache-mod-fastcgi-2.4.2/debian/changelog
--- libapache-mod-fastcgi-2.4.2/debian/changelog
+++ libapache-mod-fastcgi-2.4.2/debian/changelog
@@ -1,3 +1,9 @@
+libapache-mod-fastcgi (2.4.2-9) unstable; urgency=low
+
+  * Removed binary package libapache-mod-fastcgi (Closes: #429095)
+
+ -- Andreas Wenning <[EMAIL PROTECTED]>  Sun, 23 Dec 2007 16:35:04 +0100
+
 libapache-mod-fastcgi (2.4.2-8) unstable; urgency=high
 
   * transit libapache2-mod-fastcgi for apache2.2
reverted:
--- libapache-mod-fastcgi-2.4.2/debian/libapache-mod-fastcgi.postinst
+++ libapache-mod-fastcgi-2.4.2.orig/debian/libapache-mod-fastcgi.postinst
@@ -1,51 +0,0 @@
-#! /bin/sh
-# postinst script for libapache-mod-fastcgi
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-#     Any necessary prompting should almost always be confined to the
-#     post-installation script, and should be protected with a conditional
-#     so that unnecessary prompting doesn't happen if a package's
-#     installation fails and the `postinst' is called with `abort-upgrade',
-#     `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
-    configure)
-    	for a in apache apache-ssl apache-perl; do
-	    test -e /etc/$a/modules.conf && \
-	        modules-config $a enable mod_fastcgi
-	done
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
reverted:
--- libapache-mod-fastcgi-2.4.2/debian/fastcgi.conf13
+++ libapache-mod-fastcgi-2.4.2.orig/debian/fastcgi.conf13
@@ -1,5 +0,0 @@
-<IfModule mod_fastcgi.c>
-  AddHandler fastcgi-script .fcgi
-  #FastCgiWrapper /usr/lib/apache/suexec
-  FastCgiIpcDir /var/lib/apache/fastcgi
-</IfModule>
reverted:
--- libapache-mod-fastcgi-2.4.2/debian/libapache-mod-fastcgi.prerm
+++ libapache-mod-fastcgi-2.4.2.orig/debian/libapache-mod-fastcgi.prerm
@@ -1,44 +0,0 @@
-#! /bin/sh
-# postrm script for libapache-mod-fastcgi
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-       remove)
-    	for a in apache apache-ssl apache-perl; do
-	    test -e /etc/$a/modules.conf && \
-	        modules-config $a disable mod_fastcgi
-	done
-        ;;
-       purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-
-        ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
reverted:
--- libapache-mod-fastcgi-2.4.2/debian/libapache-mod-fastcgi.README.Debian
+++ libapache-mod-fastcgi-2.4.2.orig/debian/libapache-mod-fastcgi.README.Debian
@@ -1,29 +0,0 @@
-
-Config Tips
-----------------------
-
- * How to run your FastCGI app
-
-   In case that FastCGI script has ".fcgi" suffix, you just put the script
-   in /usr/lib/cgi-bin (or other directory has "+ExecCGI") and can run it.
-
- * Using non-".fcgi" suffix
-
-   If your app have non-".fcgi" suffix, add AddHandler/SetHandler to httpd.conf.
-   For exapmple;
-   ---
-     <Directory /var/www/myfcgiapp>
-       AddHandler fastcgi-script .yourext .pl .rb .cgi .sh
-     </Directory>
-   ---
-
- * How to run under SuExec
-
-   make enable following line;
-     #FastCgiWrapper /usr/lib/apache2/suexec2
-   in /etc/apache/conf.d/fastcgi.conf or /etc/apache2/mods-enabled/fastcgi.conf
-
- * If you change apache's uid
-
-   You need to change owner of /var/lib/apache*/fastcgi to uid of apache run.
-
reverted:
--- libapache-mod-fastcgi-2.4.2/debian/libapache-mod-fastcgi.docs
+++ libapache-mod-fastcgi-2.4.2.orig/debian/libapache-mod-fastcgi.docs
@@ -1 +0,0 @@
-docs/mod_fastcgi.html
only in patch2:
unchanged:
--- libapache-mod-fastcgi-2.4.2.orig/debian/compat
+++ libapache-mod-fastcgi-2.4.2/debian/compat
@@ -0,0 +1 @@
+5

Reply via email to