#!/usr/bin/make -f
# Build rules for linuxmuster-fileserver.
#
# This is an architecture-independent package consisting of scripts and
# configuration templates only, so the default debhelper sequence is
# sufficient. Install locations are declared in debian/install.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

# The Makefile in the source root only wraps dpkg-buildpackage, it does not
# build anything. Keep debhelper from auto-detecting and invoking it.
override_dh_auto_build:

override_dh_auto_test:

override_dh_auto_install:

override_dh_auto_clean:
