]> mj.ucw.cz Git - libucw.git/blob - debian/config
Packages: First experiments with Debian packages.
[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_XML");
11 Set("CONFIG_IMAGES");
12
13 1;