]> mj.ucw.cz Git - libucw.git/blobdiff - debian/config
Build: Added CONFIG_BUILDDEB_GZIP option.
[libucw.git] / debian / config
index d84eb825aca706a0b7b6e77ced7b26635d04355f..696a2a1c20a6368196814e9240e85b9465219d9f 100644 (file)
@@ -7,9 +7,19 @@ Set("CONFIG_INSTALL_API");
 
 Set("CONFIG_DOC");
 Set("CONFIG_CHARSET");
+Set("CONFIG_CHARSET_UTILS");
 Set("CONFIG_XML");
+Set("CONFIG_JSON");
 Set("CONFIG_IMAGES");
 UnSet("CONFIG_IMAGES_LIBUNGIF");
 Set("CONFIG_IMAGES_LIBGIF");
+UnSet("CONFIG_UCW_OBSOLETE_DAEMON_HELPER");
+
+# The basic Perl modules (UCW::Configure etc.) are installed,
+# but extensions involving XS code (UCW::FileLock, UCW::Ulimit)
+# aren't, because they are seldom used and their installation
+# rules used to be incompatible with Debian directory structure.
+# They should work now, so feel free to revive them if needed.
+UnSet("CONFIG_UCW_PERL_MODULES");
 
 1;