Julien Cristau dijo [Wed, Jan 12, 2011 at 01:27:14PM +0100]: > (...) > > * Added a missing bit to the problem fixed at 1.0.8-3, by request of > > diff --git a/debian/rules b/debian/rules > > index 9a78bf2..e16b71e 100755 > > --- a/debian/rules > > +++ b/debian/rules > > @@ -59,6 +59,11 @@ override_dh_install: > > # Include our nice "Powered by Debian" logo alongside > > # Cherokee's own > > install -m 0644 $(CURDIR)/debian/powered_by_debian.png > > $(CURDIR)/debian/cherokee/usr/share/cherokee/default-site/cherokee-images/powered_by_debian.png > > + # I am reporting upstream the lack of the installed > > + # /admin/static/help_404.html - Meanwhile, this shall do. > > + [ -f $(BUILD_DIR)/admin/static/help_404.html ] || \ > > + install -m 0644 $(CURDIR)/admin/static/help_404.html > > $(CURDIR)/debian/libcherokee-config0/usr/share/cherokee/admin/static/help_404.html > > + > > > A shared library package containing html files in /usr in a > non-versioned directory? That seems broken.
Yes. What's broken is the binary package naming. For 1.0.16-1 (currently in experimental), we did some reorganiztion, and this is finally in the cherokee-admin package. Starting with 1.0.9, libcherokee-config0 is gone - But I didn't want to push it into unstable, as it has reorganization (and there have been eight upstream minor releases so far) which IMO make it unsuitable for warranting inclusion in Squeeze. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

