#!/bin/sh
#
# Edit the assignments in the command below and then run
#     ./m4-control
# from debian/ in order to update ./control from ./control.prem4
# 
# N.B.: This is not run by debian/rules; it is a maintainer's aid;
#       it must be run by hand.
#
m4 \
	-DALSA_SOURCE_VER=1.0.8-2 \
	-DKVER_MAJOR=2.4 \
	-DKVER_MINOR_DEBIAN=27-4 \
	control.prem4 > control
