mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Finally add precise/12.04 as a build-deb target
Ubuntu Precise has a number of warts that made it non-trivial to add initially, but I've managed to work through some of them and come up with a working build. Two important parts to note are that it has neither the `btrfs` nor the `devicemapper` graphdriver backends since `btrfs-tools` and `libdevmapper-dev` in the precise repositories are too ancient for them to even compile. Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
This commit is contained in:
parent
b21ef2d1d3
commit
98180b8954
3 changed files with 35 additions and 2 deletions
|
|
@ -33,4 +33,4 @@ override_dh_installudev:
|
|||
dh_installudev --priority=z80
|
||||
|
||||
%:
|
||||
dh $@ --with=systemd,bash-completion
|
||||
dh $@ --with=bash-completion $(shell command -v dh_systemd_enable > /dev/null 2>&1 && echo --with=systemd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue