[Pkg-utopia-maintainers] Bug#873596: avahi FTCBFS: uninstallable python Build-Depends, fails to figure out what distribution Debian is
Simon McVittie
smcv at debian.org
Wed Nov 20 18:58:01 GMT 2019
On Tue, 29 Aug 2017 at 13:41:43 +0200, Helmut Grohne wrote:
> +ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
> +CONFFLAGS += --with-distro=debian
> +endif
This part was applied in 0.7-4 (actually a simplified version: I made it
unconditional, since it's harmless to force --with-distro=debian when not
cross-compiling).
> --- avahi-0.6.32/debian/control 2017-01-23 09:41:58.000000000 +0100
> +++ avahi-0.6.32/debian/control 2017-08-29 13:24:45.000000000 +0200
> @@ -21,10 +21,11 @@
> libexpat-dev,
> libdaemon-dev (>= 0.11),
> libdbus-1-dev (>= 0.60),
> - python-all-dev (>= 2.6.6-3~),
> - python-gdbm (>= 2.4.3),
> - python-dbus <!stage1>,
> - python-gtk2 (>= 2.8.6-2) <!stage1>,
> + python-all-dev:any (>= 2.6.6-3~),
> + libpython-all-dev (>= 2.6.6-3~),
> + python-gdbm:native (>= 2.4.3),
> + python-dbus:native <!stage1>,
> + python-gtk2:native (>= 2.8.6-2) <!stage1>,
> libqt4-dev <!stage1>,
> xmltoman,
> intltool (>= 0.35.0)
This part hasn't been applied.
smcv
More information about the Pkg-utopia-maintainers
mailing list