Bug#344072: apache2: Apache 2.2 has been released

2006-08-07 Thread Norbert Tretkowski
Hi Thom,

* Thom May wrote:
> 2.2 is awaiting some final polish and will then be uploaded to
> experimental some time in the next couple of weeks.

could you please give us a status update about the apache 2.2
packages?

Thanks, Norbert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#230760: apache2: forgotten space in debian/rules

2004-02-02 Thread Norbert Tretkowski
Package: apache2
Version: N/A; reported 2004-02-02
Severity: normal
Tags: patch

Looks like you forgot a space in debian/rules.

--- rules.orig  2004-02-02 11:40:19.0 +0100
+++ rules   2004-02-02 11:54:10.0 +0100
@@ -91,7 +91,7 @@
dh_testdir
for i in $(FIRSTMPM) $(PREFORKMPM) $(OTHERMPMS); do \
mkdir -p $(BUILD)/$$i ;\
-   cd $(BUILD)/$$i && ac_cv_func_pthread_mutexattr_setpshared=no 
ac_cv_func_sem_open=noCFLAGS="$(AP2_CONFLAGS)" LDFLAGS="$(AP2_LDFLAGS)" 
$(REALCURDIR)/$(B)/configure --srcdir=$(REALCURDIR)/$(B) $(AP2_CONFARGS) 
--with-mpm=$$i ;\
+   cd $(BUILD)/$$i && ac_cv_func_pthread_mutexattr_setpshared=no 
ac_cv_func_sem_open=no CFLAGS="$(AP2_CONFLAGS)" LDFLAGS="$(AP2_LDFLAGS)" 
$(REALCURDIR)/$(B)/configure --srcdir=$(REALCURDIR)/$(B) $(AP2_CONFARGS) 
--with-mpm=$$i ;\
$(MAKE); \
cd $(REALCURDIR);\
done

-- System Information
Debian Release: 3.0+backports.org
Architecture: i386
Kernel: Linux rollcage 2.4.24-1-k7 #1 Fri Jan 9 06:08:07 CET 2004 i686
Locale: LANG=POSIX, LC_CTYPE=de_DE