1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
14 DEB_NAME := $(PACKAGE)_$(VERSION).deb
17 all: release/pool/main/$(DEB_NAME)
19 release/pool/main/$(DEB_NAME):
21 @mkdir -p release/pool/main
22 @cp -r $(DEB_NAME) tmp/src
23 @gzip -9 tmp/src/$(DEB_NAME)/usr/share/doc/$(PACKAGE)/changelog.Debian
24 @fakeroot dpkg-deb --build tmp/src/$(DEB_NAME)
25 @lintian tmp/src/$(DEB_NAME)
26 @cp tmp/src/$(DEB_NAME) release/pool/main
32 @rm -f ../release/packages/ubuntu/pool/main/$(DEB_NAME)
34 .PHONY: validate-cache
36 @echo "No cache validation schema available for $(shell pwd)"
37 @echo "Continuing ..."
40 release:release/pool/main/$(DEB_NAME)
41 @cp release/pool/main/$(DEB_NAME) $(DEB_DEST)
42 @cp -Rvp puppet/modules/* $(PUPPET_DEST)