projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0cce13
)
Don't include the debian/ subdirectory in the distribution tarball, since Sebastian...
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 9 Jul 2006 10:46:37 +0000
(12:46 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 9 Jul 2006 10:46:37 +0000
(12:46 +0200)
Apparently Debian developers prefer not having this directory in the tarball..
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
dee72e7
..
5015b66
100644
(file)
--- 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