bang-uin/univention-postfix-catchall

Warnings /abort while package building

Closed this issue · 4 comments

gmueh commented

Got following Errors (translated from German):
dpkg-buildpackage: Information: source package univention-postfix-catchall
dpkg-buildpackage: Information: Source version 0.1
dpkg-buildpackage: Information: Source distribution unstable
dpkg-buildpackage: Information: Source modified by root bang-uin@air-snitch.de
dpkg-buildpackage: Information: Host architecture amd64
dpkg-source --before-build .
dpkg-checkbuilddeps: Error: Unfulfilled build dependencies: debhelper (>= 9) univention-config-dev
dpkg-buildpackage: Warning: build dependencies/conflicts not met; abort
dpkg-buildpackage: Warning: (Use -d to override).

Hi,

just install debhelper and univention-config-dev

apt install debhelper univention-config-dev
gmueh commented

Looks like Univention made "categories" mandatory (https://docs.software-univention.de/developer-reference-4.1.html#ucr:variables).
I currently don't have the time to test it so i would suggest you just add the needed entry in univention-postfix-catchall.univention-config-registry-variables yourself.

PR is welcome.

Thanks