#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
#
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
#
# Modified to make a template file for a multi-binary package with separated
# build-arch and build-indep targets  by Bill Allombert 2001
#export DH_VERBOSE=1

DH_OPTION=-v

%:
	dh $@ --with systemd

DEB_BUILD_OPTIONS = noopt
PACKAGE_DKMS=openvswitch-datapath-dkms
include /usr/share/dpkg/pkg-info.mk

ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
PARALLEL = -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
else
PARALLEL =
endif

%:
	dh $@ --with autoreconf,python2 --parallel

# use --as-needed only if supported by dh-autoreconf (to simplify backporting)
DH_AS_NEEDED=$(shell dpkg --compare-versions $$(dpkg --status dh-autoreconf | grep Version | cut -d' ' -f2) ge 6 && echo --as-needed)
override_dh_autoreconf:
	dh_autoreconf $(DH_AS_NEEDED)

#override_dh_auto_configure:
#	dh_auto_configure -- --enable-ssl --enable-shared $(DATAPATH_CONFIGURE_OPTS)
override_dh_auto_configure:
	dh_auto_configure -- --enable-ssl $(DATAPATH_CONFIGURE_OPTS)

#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#	if $(MAKE) check TESTSUITEFLAGS='$(PARALLEL)' RECHECK=yes; then :; \
#	else \
#		cat tests/testsuite.log; \
#		exit 1; \
#	fi
#endif

override_dh_auto_build:
	dh_auto_build -- dist distdir=openvswitch

override_dh_auto_clean:
	rm -f python/ovs/*.pyc python/ovs/db/*.pyc
	dh_auto_clean

override_dh_install-arch:
	dh_install
	# openvswitch-switch
	#cp debian/openvswitch-switch.template debian/openvswitch-switch/usr/share/openvswitch/switch/default.template

	# ovn-host
	#cp debian/ovn-host.template debian/ovn-host/usr/share/ovn/host/default.template

	# ovn-central
	#cp debian/ovn-central.template debian/ovn-central/usr/share/ovn/central/default.template

        # vtepd
	cp debian/openvswitch-vtep.template debian/openvswitch-vtep/usr/share/openvswitch/vtep/default.template


# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
# in another 'make' thread.
binary-common:
	dh_testdir
	dh_testroot
	dh_installchangelogs
	dh_installdocs
	dh_installexamples
	dh_installdebconf
	#dh_installlogrotate
	# service files are only in openvswitch-vtep
	# dh_installinit isn't installing the service files, either above or
	# here, for some reason.  So installing via openvswitch-vtep.install
	# That means just the simple form of the service names, not pkg.servicename
	dh_systemd_enable --no-enable \
		-Nopenvswitch-datapath-source -Nopenvswitch-datapath-dkms \
		-Nopenvswitch-common -Nopenvswitch-ipsec -Nopenvswitch-pki \
		-Nopenvswitch-controller -Nopenvswitch-brcompat \
		-Nopenvswitch-dbg -Npython-openvswitch \
		-Novsdbmonitor -Nopenvswitch-test \
		-Nopenvswitch-vtep
	dh_systemd_start --no-start \
		-Nopenvswitch-datapath-source -Nopenvswitch-datapath-dkms \
		-Nopenvswitch-common -Nopenvswitch-ipsec -Nopenvswitch-pki \
		-Nopenvswitch-controller -Nopenvswitch-brcompat \
		-Nopenvswitch-dbg -Npython-openvswitch \
		-Novsdbmonitor -Nopenvswitch-test \
		openvswitch-vtep.service
	dh_installcron
	dh_installman --language=C
	dh_link
	dh_strip --dbg-package=openvswitch-dbg
	dh_compress
	dh_fixperms
	dh_python2
	dh_perl
	#dh_makeshlibs
	dh_installdeb
	#dh_shlibdeps
	dh_gencontrol
	dh_md5sums
	dh_builddeb
binary-indep: install-indep
	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
binary-arch: install-arch
	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common

override_dh_install-indep:
	dh_install

	# openvswitch-datapath-source
	cp debian/rules.modules debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules
	chmod 755 debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules
	cd debian/openvswitch-datapath-source/usr/src && tar -c modules | bzip2 -9 > openvswitch-datapath.tar.bz2 && rm -rf modules

	# openvswitch-datapath-dkms
	# setup the dirs
	dh_installdirs -p$(PACKAGE_DKMS) usr/src/$(PACKAGE)-$(DEB_VERSION_UPSTREAM)

	# copy the source
	cd debian/$(PACKAGE_DKMS)/usr/src/$(PACKAGE)-$(DEB_VERSION_UPSTREAM) && tar xvzf $(CURDIR)/openvswitch.tar.gz && mv openvswitch/* openvswitch/.[a-z]* . && rmdir openvswitch

	# check we can get kernel module names
	$(MAKE) -C datapath print-build-modules

	# Prepare dkms.conf from the dkms.conf.in template
	sed "s/__VERSION__/$(DEB_VERSION_UPSTREAM)/g; s/__MODULES__/$(shell $(MAKE) -C datapath print-build-modules | grep -v make)/" debian/dkms.conf.in > debian/$(PACKAGE_DKMS)/usr/src/$(PACKAGE)-$(DEB_VERSION_UPSTREAM)/dkms.conf

	# We don't need the debian folder in there, just upstream sources...
	rm -rf debian/$(PACKAGE_DKMS)/usr/src/$(PACKAGE)-$(DEB_VERSION_UPSTREAM)/debian
	# We don't need the rhel stuff in there either
	rm -rf debian/$(PACKAGE_DKMS)/usr/src/$(PACKAGE)-$(DEB_VERSION_UPSTREAM)/rhel
	# And we should also clean useless license files, which are already
	# described in our debian/copyright anyway.
	rm -f debian/$(PACKAGE_DKMS)/usr/src/$(PACKAGE)-$(DEB_VERSION_UPSTREAM)/COPYING \
		debian/$(PACKAGE_DKMS)/usr/src/$(PACKAGE)-$(DEB_VERSION_UPSTREAM)/xenserver/LICENSE

override_dh_installinit:
	dh_installinit -R

override_dh_strip:
	dh_strip --dbg-package=openvswitch-dbg

override_dh_usrlocal:

override_dh_installman:
	dh_installman --language=C
