weird bad dependency build .deb

Hi, my package builds fine on fedora an openSUSE but fails on Debian and Ubuntu.

The basic error is it says zlib1g-dev is not installed.

Its in my debian/control in the source package as a dependency, and in my debian.control file in the OBS package.

They are there:

$ osc ls -b -r standard -a i586 Debian:6.0|grep zlib1g-dev
zlib1g-dev_1.2.3.4.dfsg-3_i386.deb
$ osc ls -b -r standard -a x86_64 Debian:6.0|grep zlib1g-dev
zlib1g-dev_1.2.3.4.dfsg-3_amd64.deb

I’ve tried adding my own package but it hasn’t helped.

The package is here: https://build.opensuse.org/package/show?package=dream&project=home%3Ajuliancable

I’m totally stuck.

Julian