On Mon, Feb 20, 2006 at 09:01:13AM +0100, Matej Vela wrote:
> Hello,
>
> I'm doing an NMU of denemo to fix #327680 and #352453; diff attached.
>
Thanks for the fix, although I think that blindly adding a dependency on
librsvg2-common is not the correct solution for this bug.
I still have to investigate what caused the problem.
Guenter
> Thanks,
>
> Matej
> diff -u denemo-0.7.4/debian/changelog denemo-0.7.4/debian/changelog
> --- denemo-0.7.4/debian/changelog
> +++ denemo-0.7.4/debian/changelog
> @@ -1,3 +1,13 @@
> +denemo (0.7.4-2.1) unstable; urgency=medium
> +
> + * NMU.
> + * Add a dependency on librsvg2-common to get the gdk-pixbuf loader for svg.
> + Closes: #352453.
> + * Remove build dependency on libasound2-dev; upstream dropped ALSA support.
> + Closes: #327680.
> +
> + -- Matej Vela <[EMAIL PROTECTED]> Mon, 20 Feb 2006 08:56:16 +0100
> +
> denemo (0.7.4-2) unstable; urgency=low
>
> * Included the exportmidi patch
> diff -u denemo-0.7.4/debian/control denemo-0.7.4/debian/control
> --- denemo-0.7.4/debian/control
> +++ denemo-0.7.4/debian/control
> @@ -2,12 +2,12 @@
> Section: sound
> Priority: optional
> Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
> -Build-Depends: autoconf, automake1.7, libtool, bison, debhelper (>= 3.0.0),
> cdbs, flex, gettext, libgtk1.2-dev, libglib2.0-dev, libgtk2.0-dev,
> libxml2-dev, libasound2-dev
> +Build-Depends: autoconf, automake1.7, libtool, bison, debhelper (>= 3.0.0),
> cdbs, flex, gettext, libgtk1.2-dev, libglib2.0-dev, libgtk2.0-dev, libxml2-dev
> Standards-Version: 3.6.2
>
> Package: denemo
> Architecture: any
> -Depends: ${shlibs:Depends}
> +Depends: ${shlibs:Depends}, librsvg2-common
> Recommends: lilypond, csound
> Suggests: playmidi | timidity, tetex-bin
> Description: A gtk+ frontend to GNU Lilypond
> diff -u denemo-0.7.4/debian/rules denemo-0.7.4/debian/rules
> --- denemo-0.7.4/debian/rules
> +++ denemo-0.7.4/debian/rules
> @@ -11,8 +11,7 @@
> binary-post-install/denemo::
> # rm -r debian/denemo/etc/denemo/pixmaps
>
> -DEB_CONFIGURE_EXTRA_FLAGS := --enable-alsa \
> - --with-plugins="analysis" \
> +DEB_CONFIGURE_EXTRA_FLAGS := --with-plugins="analysis" \
> --enable-gtk2
>
> DEB_INSTALL_DOCS_denemo = build-tree/$(DEB_TAR_SRCDIR)/GOALS \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]