[Pkg-mono-svn-commits] rev 3215 - mod-mono/trunk/debian
D. Moonfire
dmoonfire-guest at alioth.debian.org
Fri Jun 22 13:35:07 UTC 2007
Author: dmoonfire-guest
Date: 2007-06-22 13:35:07 +0000 (Fri, 22 Jun 2007)
New Revision: 3215
Modified:
mod-mono/trunk/debian/rules
Log:
Removed all the apache 1.3 rules from the debian/rules file. This should
not even try to compile the 1.3 mod-mono now.
Modified: mod-mono/trunk/debian/rules
===================================================================
--- mod-mono/trunk/debian/rules 2007-06-22 01:01:28 UTC (rev 3214)
+++ mod-mono/trunk/debian/rules 2007-06-22 13:35:07 UTC (rev 3215)
@@ -34,14 +34,7 @@
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info
-configure: configure-apache-stamp configure-apache2-stamp
-configure-apache-stamp:
- dh_testdir
- if [ -d apache-build ]; then rm -rf apache-build; fi
- -mkdir apache-build
- cd apache-build && \
- ../configure $(COMMON_CONFIG)
- touch $@
+configure: configure-apache2-stamp
configure-apache2-stamp:
dh_testdir
if [ -d apache2-build ]; then rm -rf apache2-build; fi
@@ -50,11 +43,7 @@
../configure $(COMMON_CONFIG) --with-apxs=/usr/bin/apxs2
touch $@
-build: configure build-apache-stamp build-apache2-stamp
-build-apache-stamp: configure-apache-stamp
- dh_testdir
- cd apache-build && $(MAKE)
- touch $@
+build: configure build-apache2-stamp
build-apache2-stamp: configure-apache2-stamp
dh_testdir
cd apache2-build && $(MAKE)
More information about the Pkg-mono-svn-commits
mailing list