#
# Oracle Linux DTrace.
# Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.

dists_DIR := $(current-dir)

# Prepare package building on Debian (copy ./dists/debian in ./debian.

prep-debian::
	$(call describe-target,DIST-PREP,Debian)
	rm -rf debian
	cp -rp $(dists_DIR)/debian .
