Projet

Général

Profil

0001-Revert-misc-use-global-recursive-include-to-distribu.patch

Frédéric Péters, 18 juin 2017 22:28

Télécharger (2,19 ko)

Voir les différences:

Subject: [PATCH 1/2] Revert "misc: use global recursive include to distribute
 static and templates (#16964)"

This reverts commit 2edf4950d2aa3a1fe7fd127165b60c8327969136 as all
files were not being installed in the .deb package.
 MANIFEST.in | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)
MANIFEST.in
2 2
recursive-include combo/locale *.po *.mo
3 3

  
4 4
# static
5
recursive-include combo/ *.css *.js *.ico *.gif *.png *.jpg
5
recursive-include combo/apps/usersearch/static *.css *.js *.ico *.gif *.png *.jpg
6
recursive-include combo/apps/lingo/static *.css *.js *.ico *.gif *.png *.jpg
7
recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg
8
recursive-include combo/apps/dashboard/static *.js
9
recursive-include combo/apps/maps/static *.css *.js
10
recursive-include combo/manager/static *.css *.js *.ico *.gif *.png *.jpg
11
recursive-include combo/public/static *.css *.js *.ico *.gif *.png *.jpg
6 12
recursive-include data/themes *.css *.js  *.gif *.png *.jpg *.jpeg *.html
7 13

  
8 14
# templates
9
recursive-include combo/ *.html *.txt
15
recursive-include combo/data/templates *.html *.txt
16
recursive-include combo/apps/dashboard/templates *.html
17
recursive-include combo/apps/search/templates *.html
18
recursive-include combo/apps/usersearch/templates *.html
19
recursive-include combo/apps/dataviz/templates *.html
20
recursive-include combo/apps/family/templates *.html
21
recursive-include combo/apps/fargo/templates *.html
22
recursive-include combo/apps/lingo/templates *.html
23
recursive-include combo/apps/maps/templates *.html
24
recursive-include combo/apps/momo/templates *.html
25
recursive-include combo/apps/newsletters/templates *.html
26
recursive-include combo/apps/notifications/templates *.html
27
recursive-include combo/apps/wcs/templates *.html
28
recursive-include combo/manager/templates *.html
29
recursive-include combo/public/templates *.html
10 30

  
11 31
recursive-include tests/data *.jpeg
12 32

  
13
-