~ubuntu-branches/ubuntu/vivid/pkgbinarymangler/vivid

« back to all changes in this revision

Viewing changes to striptranslations.conf

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-09-06 22:27:59 UTC
  • Revision ID: james.westby@ubuntu.com-20060906222759-jlq4cxebz3o7yhly
Tags: 28
* Rename source package to pkgbinarymangler, providing a transitional
  upgrade path from pkgstriptranslations to the new pkgbinarymangler.
* New binary package pkgbinarymangler now provides two distinct scripts,
  pkgstriptranslations, which does the same thing it always did, and
  pkgmaintainermangler, which is used to mangle maintainer fields.
* Migrate /etc/pkgstriptranslations conffiles to /etc/pkgbinarymangler.
* Migrate dpkg diversion from pkgstriptranslations to pkgbinarymangler.
* Update debian/copyright to add myself to the list of authors, and
  update debian/control to add myself to the list of Uploaders.
* Re-factor some common code into /usr/share/pkgbinarymangler/common.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# pkgstriptranslations configuration file
 
2
 
 
3
# pkgstriptranslations will do nothing unless enable is set to "true"
 
4
enable: false
 
5
 
 
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
 
11
 
 
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
 
18
 
 
19
# po/pot files will be put into <source dir>/../<package_version_<suffix>.tar.gz
 
20
posuffix: translations