tags 391025 +pending
thanks
Hi!
will soon do a non-maintainer-upload from the BSP in Zurich,
Switzerland with the attached patch.
Regards, Axel
--
Axel Beckert - [EMAIL PROTECTED] - http://abe.home.pages.de/
diff -Nru libapache-mod-musicindex-1.1.2-1/debian/changelog
libapache-mod-musicindex-1.1.2/debian/changelog
--- libapache-mod-musicindex-1.1.2-1/debian/changelog 2006-10-08
13:10:23.000000000 +0200
+++ libapache-mod-musicindex-1.1.2/debian/changelog 2006-10-08
12:52:02.000000000 +0200
@@ -1,3 +1,10 @@
+libapache-mod-musicindex (1.1.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload, BSP Zurich/Switzerland
+ * Adapted for Apache 2.2 (Closes: #391025)
+
+ -- Axel Beckert <[EMAIL PROTECTED]> Sun, 8 Oct 2006 12:17:56 +0200
+
libapache-mod-musicindex (1.1.2-1) unstable; urgency=low
* Fix xml compliance (Closes: #385370)
diff -Nru libapache-mod-musicindex-1.1.2-1/debian/control
libapache-mod-musicindex-1.1.2/debian/control
--- libapache-mod-musicindex-1.1.2-1/debian/control 2006-10-08
13:10:23.000000000 +0200
+++ libapache-mod-musicindex-1.1.2/debian/control 2006-10-08
13:15:20.000000000 +0200
@@ -19,7 +19,7 @@
Package: libapache2-mod-musicindex
Architecture: any
-Depends: mod-musicindex-common (= ${source:Version}), apache2-common,
${shlibs:Depends}
+Depends: mod-musicindex-common (= ${source:Version}), apache2.2-common,
${shlibs:Depends}
Description: Browse, stream, download and search through MP3/Ogg/FLAC files
mod_musicindex is aimed at being a C alternative to the Perl module
Apache::MP3 (http://search.cpan.org/dist/Apache-MP3/).
@@ -27,7 +27,7 @@
FLAC files, including sorting them on various fields, streaming/downloading
them, constructing playlists and searching.
.
- This package contains the module for Apache 2.0.
+ This package contains the module for Apache 2.2.
Package: mod-musicindex-common
Architecture: all
diff -Nru libapache-mod-musicindex-1.1.2-1/debian/rules
libapache-mod-musicindex-1.1.2/debian/rules
--- libapache-mod-musicindex-1.1.2-1/debian/rules 2006-10-08
13:10:23.000000000 +0200
+++ libapache-mod-musicindex-1.1.2/debian/rules 2006-10-08 11:45:19.000000000
+0200
@@ -34,7 +34,7 @@
build-2.0/config.status: configure
dh_testdir
-mkdir build-2.0
- cd build-2.0 && CFLAGS="$(CFLAGS)" ../configure $(CONFIGURE_FLAGS)
--with-apxs=apxs2
+ cd build-2.0 && CFLAGS="$(CFLAGS) `pkg-config --cflags apr-1`"
../configure $(CONFIGURE_FLAGS) --with-apxs=apxs2
build-1.3/config.status: configure
dh_testdir