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

« back to all changes in this revision

Viewing changes to debian/pkgbinarymangler.install

  • Committer: Martin Pitt
  • Date: 2010-10-12 12:03:33 UTC
  • Revision ID: martin.pitt@canonical.com-20101012120333-m205s01iflp9e83s
* Add a new script "pkgstripfiles" for removing files which we don't want in
  Ubuntu packages:
  - Add pkgstripfiles: Remove buildinfo.gz from packages. These are now
    installed by default for cdbs, and for a lot of other packages. However,
    these just bloat the packages and installed system, and all the
    information they carry is in Launchpad's build logs.
  - dpkg-deb: Call pkgstripfiles.
  - stripfiles.conf: Configuration file for enabling/disabling.
  - test/run: Add new check_deb_stripfiles() check and integrate it into all
    existing test cases.
  - debian/pkgbinarymangler.install: Install script and conf file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
pkgstriptranslations            usr/bin
3
3
pkgmaintainermangler            usr/bin
4
4
pkgsanitychecks                 usr/bin
 
5
pkgstripfiles                   usr/bin
5
6
common                          usr/share/pkgbinarymangler
6
7
striptranslations.conf          etc/pkgbinarymangler
7
8
striptranslations.blacklist     etc/pkgbinarymangler
8
9
maintainermangler.conf          etc/pkgbinarymangler
9
10
maintainermangler.overrides     etc/pkgbinarymangler
10
11
sanitychecks.conf               etc/pkgbinarymangler
 
12
stripfiles.conf                 etc/pkgbinarymangler