~rosco2/ubuntu/wily/gramps/bug-1492304

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
include AUTHORS
include ChangeLog
include COPYING
include FAQ
include INSTALL
include LICENSE
include MANIFEST.in
include NEWS
include po/ChangeLog
include RELEASE_NOTES
include TODO
include TestPlan.txt
recursive-include data *
recursive-include debian *
recursive-include docs *
recursive-include gramps *
recursive-include help *
recursive-include images *
recursive-include mac *
recursive-include po *
recursive-include test *
recursive-include windows *

# Remove files created in the build
exclude data/tips.xml
#exclude gramps/gen/const.py
exclude gramps/plugins/lib/holidays.xml
exclude po/.intltool-merge-cache
global-exclude *.pyc
global-exclude *.pyo

# Remove directories which should not be included in the distribution
prune gramps/guiQML
#prune gramps/webapp