bundy-dns / bundy

an authoritative DNS server
http://bundy-dns.de/
Other
136 stars 38 forks source link

deb package neglects to require dependencies #97

Open mcandre opened 9 years ago

mcandre commented 9 years ago

dpkg -i BUNDY-20140529-DEBx86_64.deb improperly succeeds in Ubuntu 14.04 without prompting users to install the dependencies libpython3-dev and liblog4cplus-dev first.

cstrotm commented 9 years ago

Hi mcandre, you're right, the debian/ubuntu packages where build without dependecies, due to the un-usual way I've used to build the packages. I will try to create new, better packages this or next week.