I think the offending code is in commands/check:
#!/bin/sh -e
empty=
for pkg in $(dh_listpackages -s | grep -- '-di$'); do
if [ -z "$(find debian/$pkg -type f)" ]; then
echo "$pkg will be empty" >&2
empty=1
fi
done
if [ "$empty" ]; then
exit 1
fi
I think we can get by with just emitting a warning and not returning an
error.
--
fix kernel-wedge to accept all modules as optional
https://bugs.launchpad.net/bugs/570625
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs