-
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.