]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commit - pakfire/pakfire.nm
pakfire: Added some hooks that will keep the packages clean.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Jun 2009 10:39:23 +0000 (12:39 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Jun 2009 10:39:23 +0000 (12:39 +0200)
commite5192f6a18d0c7194e6360a5d361e7a1099ec618
treee98854bfdd9b6832bce835474935b1300df66bf1
parent6a7cde307a7bceac19196c189616ce7befc30750
pakfire: Added some hooks that will keep the packages clean.
12 files changed:
lfs/Config
src/pakfire/compressor
src/pakfire/compressor.d/01-qa-unsafe-files [new file with mode: 0755]
src/pakfire/compressor.d/02-qa-static-libs [new file with mode: 0755]
src/pakfire/compressor.d/03-qa-execstacks [new file with mode: 0755]
src/pakfire/compressor.d/04-qa-rpath [new file with mode: 0755]
src/pakfire/compressor.d/05-qa-textrels [new file with mode: 0755]
src/pakfire/compressor.d/06-qa-shared-soname [new file with mode: 0755]
src/pakfire/compressor.d/07-qa-shared-needed [new file with mode: 0755]
src/pakfire/compressor.d/50-python [new file with mode: 0755]
src/pakfire/compressor.d/99-strip-debug [new file with mode: 0755]
src/pakfire/compressor.d/99-strip-unneeded [new file with mode: 0755]