#!/usr/bin/perl -w =head1 NAME dh_di_kernel_gencontrol - generate debian/control files for kernel udebs =cut use strict; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS B [S>] =head1 DESCRIPTION dh_di_kernel_gencontrol is a debhelper program that runs C to generate C files for kernel udebs. It silently does nothing if the C file does not exist. =cut exit unless -f "kernel-versions"; complex_doit("kernel-wedge gen-control >debian/control"); =head1 SEE ALSO L, L This program is a part of dh-di. =head1 AUTHOR Colin Watson =cut