Merge "Autodeployer support for ODL Plugin installation + Fuel 6.1"
[genesis.git] / fuel / build / patch-packages / neutron-common / Makefile
1 TOP := $(shell pwd)
2
3 .PHONY: all
4 all:
5
6 .PHONY: clean
7 clean:
8         @rm -rf package
9         @rm -rf *.deb
10         @rm -rf patch-replacements
11         @rm -rf .package
12
13 .PHONY: release
14 release:
15         ../tools/deb_unpack neutron-common_*.deb $(ORIGISO)
16         patch -s -p0 < quota.patch
17         ../tools/deb_pack $(REVSTATE)
18         @cp *.deb ../release/packages
19         @cat patch-replacements >> ../release/patch-replacements