From: Florian Forster Date: Sun, 9 Jul 2006 10:46:37 +0000 (+0200) Subject: Don't include the debian/ subdirectory in the distribution tarball, since Sebastian... X-Git-Tag: collectd-3.10.0~3 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=6d59888c5be1c19400d1fac98860d3839a239811;p=collectd.git Don't include the debian/ subdirectory in the distribution tarball, since Sebastian has packaged an official package. Apparently Debian developers prefer not having this directory in the tarball.. --- diff --git a/Makefile.am b/Makefile.am index dee72e70..5015b66e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = libltdl src INCLUDES = $(LTDLINCL) -EXTRA_DIST = collectd.spec contrib debian +EXTRA_DIST = collectd.spec contrib dist-hook: find $(distdir) -type d -name '.svn' | xargs rm -rf