]> mj.ucw.cz Git - libucw.git/blob - debian/config
Debian: A separate package for (most) Perl modules
[libucw.git] / debian / config
1 # Default configuration file for debian packages
2
3 Include("default.cfg");
4
5 UnSet("CONFIG_LOCAL");
6 Set("CONFIG_INSTALL_API");
7
8 Set("CONFIG_DOC");
9 Set("CONFIG_CHARSET");
10 Set("CONFIG_CHARSET_UTILS");
11 Set("CONFIG_XML");
12 Set("CONFIG_JSON");
13 Set("CONFIG_IMAGES");
14 UnSet("CONFIG_IMAGES_LIBUNGIF");
15 Set("CONFIG_IMAGES_LIBGIF");
16 UnSet("CONFIG_UCW_OBSOLETE_DAEMON_HELPER");
17
18 # The basic Perl modules (UCW::Configure etc.) are installed,
19 # but extensions involving XS code (UCW::FileLock, UCW::Ulimit)
20 # aren't, because they are seldom used and their installation
21 # rules are incompatible with Debian directory structure.
22 UnSet("CONFIG_UCW_PERL_MODULES");
23
24 1;