[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please allow libapache-mod-musicindex 1.2.2-3 into lenny



Hi,

I just uploaded libapache-mod-musicindex 1.2.2-3 to unstable, which
contains a single fix (interdiff follows) for #494857.

Though not a severe bug, it has a direct impact on some
functionalities regarding the module: it basically breaks any
customisation the user might want to add to the module in a very
unpleasant and hard to track way (see the full bug report for
details). It would also imply reopening #385619 and #371164 which are
not really fixed unless this bug is actually fixed as well...

The fix is really trivial, as the following interdiff shows, and I
would feel really better knowing that the version shipped in the
upcoming stable release had it.

TIA

T-Bone

interdiff -zz libapache-mod-musicindex_1.2.2-2.diff.gz
libapache-mod-musicindex_1.2.2-3.diff.gz
diff -u libapache-mod-musicindex-1.2.2/debian/changelog
libapache-mod-musicindex-1.2.2/debian/changelog
--- libapache-mod-musicindex-1.2.2/debian/changelog
+++ libapache-mod-musicindex-1.2.2/debian/changelog
@@ -1,3 +1,9 @@
+libapache-mod-musicindex (1.2.2-3) unstable; urgency=medium
+
+  * Closes: #494857: Wrong Alias directive in configuration file
+
+ -- Thibaut VARENE <varenet@debian.org>  Thu, 14 Aug 2008 21:04:00 +0200
+
 libapache-mod-musicindex (1.2.2-2) unstable; urgency=low

   * The "lazy bastard won't roll out a new release just for translation" repack
diff -u libapache-mod-musicindex-1.2.2/debian/musicindex.conf
libapache-mod-musicindex-1.2.2/debian/musicindex.conf
--- libapache-mod-musicindex-1.2.2/debian/musicindex.conf
+++ libapache-mod-musicindex-1.2.2/debian/musicindex.conf
@@ -1,5 +1,5 @@
-Alias /musicindex/ "/usr/share/mod_musicindex/"
-<Directory "/usr/share/mod_musicindex/">
+Alias /musicindex "/usr/share/mod_musicindex"
+<Directory "/usr/share/mod_musicindex">
     Order allow,deny
     Allow from all
 </Directory>


Reply to: