summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-05-19 12:41:28 +0200
committerGuillem Jover <guillem@debian.org>2010-06-07 04:16:45 +0200
commit4694cd64089bc72975d8ba6fbe51339023eb2e8c (patch)
tree30e90d07d2f0c942f3c8406ae1bd2f646e5e7159 /src/Makefile.am
parent0969a91ef9e645700556947b3a2afd2237e4a26a (diff)
downloaddpkg-4694cd64089bc72975d8ba6fbe51339023eb2e8c.tar.gz
dpkg: Add two new dpkg options --path-exclude and --path-include
This provides support for filtering paths on package installation. This allows embedded systems to skip /usr/share/doc, manpages, etc. dpkg does not lose track of excluded paths during filtering, and they get checked for file conflicts as usual, so filters are not a way to avoid file conflict situations. Closes: #68788, #68861, #497304, #525567, #583902 Based-on-patch-by: Tollef Fog Heen <tfheen@err.no> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5af70c568..414755f41 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,6 +26,7 @@ dpkg_SOURCES = \
enquiry.c \
errors.c \
filesdb.c filesdb.h \
+ filters.c filters.h \
divertdb.c \
statdb.c \
help.c \