On Sa, Mai 29, 2010 at 14:39:45 (CEST), [email protected] wrote:
> The following commit has been merged in the master branch: > commit 2960efd7fc5899d9efdae12346813937ed1d4dab > Author: Adrian Knoth <[email protected]> > Date: Sat May 29 14:18:39 2010 +0200 > > Relax strict dependency for libffado-dev and ffado-mixer-qt4 > > lintian complained (E) about too strict dependency for the arch_any > packages, making them non-binNMUable. > > This should fix it. > > diff --git a/debian/control b/debian/control > index ecb4113..a1a891c 100644 > --- a/debian/control > +++ b/debian/control > @@ -35,7 +35,7 @@ Vcs-Browser: > http://git.debian.org/?p=pkg-multimedia/ffado.git;a=summary > > Package: libffado-dev > Section: libdevel > -Architecture: all > +Architecture: i386 amd64 powerpc Wouldn't be a better fix to just make the packages arch: any? > Depends: libffado2 (= ${binary:Version}), > ${misc:Depends}, > libxml2-dev, > @@ -105,7 +105,7 @@ Description: FFADO D-Bus server > Package: ffado-mixer-qt4 > Section: sound > Architecture: all > -Depends: ffado-dbus-server (= ${binary:Version}), > +Depends: ffado-dbus-server (>= ${source:Version}), > ${python:Depends}, > python, > python-dbus, > diff --git a/debian/control.in b/debian/control.in > index 1faeee8..d4e4b3c 100644 > --- a/debian/control.in > +++ b/debian/control.in > @@ -31,7 +31,7 @@ Vcs-Browser: > http://git.debian.org/?p=pkg-multimedia/ffado.git;a=summary > > Package: libffado-dev > Section: libdevel > -Architecture: all > +Architecture: i386 amd64 powerpc > Depends: libffado2 (= ${binary:Version}), > ${misc:Depends}, > libxml2-dev, > @@ -101,7 +101,7 @@ Description: FFADO D-Bus server > Package: ffado-mixer-qt4 > Section: sound > Architecture: all > -Depends: ffado-dbus-server (= ${binary:Version}), > +Depends: ffado-dbus-server (>= ${source:Version}), > ${python:Depends}, > python, > python-dbus, -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers
