Your message dated Mon, 30 Oct 2006 15:08:03 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389562: fixed in apache2-redirtoservname 0.1.1-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: apache2-redirtoservname
Version: 0.1-1
Tags: patch
Please upload a version of apache2-redirtoservname that compiles and
works with apache 2.2, since that may go into sid and etch soon. The
main problem is the use of apr-1 instead of apr-0. You can test with
apache 2.2 in experimental.
The following patch may help, but I can't test it, as I'm getting
mysterious autoconf-related errors which seem to be unrelated to the
patch.
Thanks,
Peter
Index: configure.ac
--- configure.ac
+++ configure.ac
@@ -11,6 +11,18 @@
AC_PROG_CC
# Checks for libraries.
+if pkg-config --cflags apr-1 >/dev/null 2>&1
+then
+ CPPFLAGS="$CPPFLAGS `pkg-config --cflags apr-1`"
+ LIBS="$LIBS `pkg-config --libs apr-1`"
+elif apr-config --cflags >/dev/null 2>&1
+then
+ CFLAGS="$CFLAGS `apr-config --cflags`"
+ CPPFLAGS="$CPPFLAGS `apr-config --cppflags --includes`"
+ LIBS="$LIBS `apr-config --ldflags --link-ld`"
+else
+ AC_ERROR([Cannot find libapr configuration])
+fi
# Checks for header files.
Index: debian/rules
--- debian/rules
+++ debian/rules
@@ -17,7 +17,6 @@
config.status: configure
dh_testdir
./configure CFLAGS="$(CFLAGS)" \
- CPPFLAGS=-I/usr/include/apr-0 \
--disable-static \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: apache2-redirtoservname
Source-Version: 0.1.1-1
We believe that the bug you reported is fixed in the latest version of
apache2-redirtoservname, which is due to be installed in the Debian FTP archive:
apache2-redirtoservname_0.1.1-1.diff.gz
to pool/main/a/apache2-redirtoservname/apache2-redirtoservname_0.1.1-1.diff.gz
apache2-redirtoservname_0.1.1-1.dsc
to pool/main/a/apache2-redirtoservname/apache2-redirtoservname_0.1.1-1.dsc
apache2-redirtoservname_0.1.1.orig.tar.gz
to
pool/main/a/apache2-redirtoservname/apache2-redirtoservname_0.1.1.orig.tar.gz
libapache2-redirtoservname_0.1.1-1_powerpc.deb
to
pool/main/a/apache2-redirtoservname/libapache2-redirtoservname_0.1.1-1_powerpc.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon Richter <[EMAIL PROTECTED]> (supplier of updated apache2-redirtoservname
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 30 Oct 2006 22:09:08 +0100
Source: apache2-redirtoservname
Binary: libapache2-redirtoservname
Architecture: source powerpc
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Simon Richter <[EMAIL PROTECTED]>
Changed-By: Simon Richter <[EMAIL PROTECTED]>
Description:
libapache2-redirtoservname - Apache 2 module to redirect users to the
canonical hostname
Closes: 389562
Changes:
apache2-redirtoservname (0.1.1-1) unstable; urgency=low
.
* New "upstream" release.
* Bumped Standards-Version
* Updated FSF address
.
apache2-redirtoservname (0.1-2) unstable; urgency=low
.
* Updated package for new apache runtime (Closes: #389562)
Thanks to Peter Samuelson and Andreas Henriksson for patches!
Files:
7231888a8c180e6c53fa6a72f99fc0e7 660 web optional
apache2-redirtoservname_0.1.1-1.dsc
7af226235acd6db5af22332e8a1975a3 304939 web optional
apache2-redirtoservname_0.1.1.orig.tar.gz
dce7c9c0f5a4ca546a1f4dc43d59c48e 2122 web optional
apache2-redirtoservname_0.1.1-1.diff.gz
11e72a760512af9676bc64d1a1dc2b2b 6150 web optional
libapache2-redirtoservname_0.1.1-1_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFRmvSGKDMjVcGpLQRApj9AKDofov/9MrEc7zzr96FXXQWg+Bh+ACfVfWS
ECg377eJPOKnHTNZ9e1MP4k=
=z+u0
-----END PGP SIGNATURE-----
--- End Message ---