From 4677f14f6c5a83c9b288d5e72d2a0c5857b851d3 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 31 Mar 2004 02:39:09 +0000 Subject: [PATCH] explicitly list files in debian/ that we want in distribution tarball because otherwise we get things like CVS/ --- ipmitool/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ipmitool/Makefile.am b/ipmitool/Makefile.am index c0b1061..d132bb5 100644 --- a/ipmitool/Makefile.am +++ b/ipmitool/Makefile.am @@ -32,7 +32,9 @@ # in the design, construction, operation or maintenance of any nuclear # facility. -EXTRA_DIST = ipmitool.spec.in AUTHORS COPYING ChangeLog debian/* +EXTRA_DIST = ipmitool.spec.in AUTHORS COPYING ChangeLog \ + debian/changelog debian/control debian/copyright \ + debian/dirs debian/docs debian/rules MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \ config.guess config.sub depcomp install-sh ltmain.sh missing \