Comment 4 for bug 2022390

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote : Re: Keep all binaries but docker.io (application) in sync with Debian

- You're getting rid of the docker.io binary package, so you can also get rid of the following snippet on d/rules:

override_dh_gencontrol:
 echo 'libc:Built-Using=$(BUILT_LIBC)' >> debian/docker.io.substvars
 dh_gencontrol

- Since you'll be providing docker.io from the new docker.io-app package, maybe it makes more sense to move the docker-doc package there as well.

- Same comment for the contents under debian/tests/. I think they should be moved to the docker.io-app package.