[Pkg-apache-commits] r1018 - in /trunk/apache2: changelog control rules

sf at alioth.debian.org sf at alioth.debian.org
Tue Aug 4 08:59:15 UTC 2009


Author: sf
Date: Tue Aug  4 08:59:15 2009
New Revision: 1018

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1018
Log:
Remove apache2-src

Modified:
    trunk/apache2/changelog
    trunk/apache2/control
    trunk/apache2/rules

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1018&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Tue Aug  4 08:59:15 2009
@@ -22,7 +22,8 @@
     included config files, even if LANG is not C.
   * Merge source packages apache2 and apache2-mpm-itk (current itk version is
     2.2.11-02). This removes the binNMU mess necessary for every apache2 upload
-    (closes: #500885, #512084). Add Steinar to Uploaders.
+    (closes: #500885, #512084). Add Steinar to Uploaders. Remove apache2-src
+    package, which is no longer necessary.
   * Ship our own version of the magic config file (taken from file 4.17-5etch3)
     which is still compatible with mod_mime_magic (closes: #483111).
   * Add ThreadLimit to the default config and put ThreadsPerChild and

Modified: trunk/apache2/control
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/control?rev=1018&op=diff
==============================================================================
--- trunk/apache2/control (original)
+++ trunk/apache2/control Tue Aug  4 08:59:15 2009
@@ -190,14 +190,6 @@
  threaded versions of apache2; see the apache2 package description
  for more details.
 
-Package: apache2-src
-Priority: extra
-Architecture: all
-Description: Apache source code
- This package includes the complete and patched source code for the
- Apache HTTPD.  It is useful for other packages to build-depend on in
- order to build custom MPMs.
-
 Package: apache2-dbg
 Section: debug
 Priority: extra

Modified: trunk/apache2/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/rules?rev=1018&op=diff
==============================================================================
--- trunk/apache2/rules (original)
+++ trunk/apache2/rules Tue Aug  4 08:59:15 2009
@@ -195,19 +195,7 @@
 		mv tmp_config_vars.mk config_vars.mk ) ; \
 	done
 
-install-src: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	mkdir -p debian/apache2-src/tmp/apache2
-	find -mindepth 1 -maxdepth 1 -not -name debian -print0 | tar cf - --null -T - | (cd debian/apache2-src/tmp/apache2 && tar xf -)
-	for i in prefork worker event itk; do \
-	  cp debian/build-tree/$$i/config.nice debian/apache2-src/tmp/apache2/config.nice.$$i ; \
-	done
-	cd debian/apache2-src/tmp/ && tar czf ../usr/src/apache2.tar.gz apache2
-	rm -rf debian/apache2-src/tmp
-
-install: build install-worker install-prefork install-common install-dev install-src
+install: build install-worker install-prefork install-common install-dev
 	dh_testroot
 	dh_testdir
 




More information about the Pkg-apache-commits mailing list