1
# pkgstriptranslations configuration file
3
# pkgstriptranslations will do nothing unless enable is set to "true"
6
# Usually *.mo files will be deleted from all built .deb packages. However, if
7
# a file /CurrentlyBuilding is present (as on the Ubuntu autobuilders), then
8
# the mo files are only deleted if the Component: value in this file matches
9
# one of these components:
10
components: main restricted
12
# Configure what happens if /CurrentlyBuilding is present, but invalid
13
# (i. e. it does not contain a Package: field). If "ignore" (default),
14
# the file is ignored (i. e. mo files are stripped) and a warning is
15
# printed. If "fail" (or any other value), pkgstriptranslations exits
16
# with an error, which causes a package build to fail.
17
invalid_currentlybuilding: ignore
19
# po/pot files will be put into <source dir>/../<package_version_<suffix>.tar.gz
20
posuffix: translations