Merge "Autodeployer support for ODL Plugin installation + Fuel 6.1"
[genesis.git] / fuel / build / patch-packages / novnc / Makefile
1 # This is a temporary patch which add missing files
2 # inside novnc ubuntu package.
3 # Related bug: https://bugs.launchpad.net/fuel/+bug/1433894
4 TOP := $(shell pwd)
5
6 .PHONY: all
7 all:
8
9 .PHONY: clean
10 clean:
11         @rm -rf package
12         @rm -rf *.deb
13         @rm -rf patch-replacements
14         @rm -rf .package
15
16 .PHONY: release
17 release:
18         ../tools/deb_unpack novnc_0.5.1*.deb $(ORIGISO)
19         ./fix-missing.sh
20         ../tools/deb_pack $(REVSTATE)
21         @cp *.deb ../release/packages
22         @cat patch-replacements >> ../release/patch-replacements