Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oopd | Guillaume Rousse | 2009-05-08 | 1 | -4/+4 |
| | |||||
* | cosmetics | Guillaume Rousse | 2009-05-08 | 1 | -13/+13 |
| | |||||
* | drop hardlink handling, as current implementation doesn't work ↵ | Guillaume Rousse | 2009-05-08 | 1 | -36/+7 |
| | | | | (uncompression fails for files with hard links), and given than no error was ever reported, it is unlikely to happen | ||||
* | fix exception handling: | Guillaume Rousse | 2009-05-08 | 1 | -11/+8 |
| | | | | | | | - exported string is now a single regexp, as automatic dependencies exceptions - don't change directory in compress_file, so as to match absolute path easily, as $File::Find::name will always be relative to $buildroot | ||||
* | fix syntax error (bug #50724)v0.30.1 | Götz Waschk | 2009-05-08 | 1 | -1/+0 |
| | |||||
* | * replace deprecated 'lzmash' command with 'lzma' | Per Øyvind Karlsen | 2009-05-07 | 1 | -3/+6 |
| | | | | | * add support for xz | ||||
* | no more external chmod command use | Guillaume Rousse | 2008-05-08 | 1 | -2/+6 |
| | |||||
* | no more usage of external find command | Guillaume Rousse | 2008-05-08 | 1 | -11/+11 |
| | |||||
* | anonymous callbacks only | Guillaume Rousse | 2008-05-08 | 1 | -33/+33 |
| | |||||
* | no more call to external commands for file linking and deletions | Guillaume Rousse | 2008-05-08 | 1 | -7/+7 |
| | |||||
* | code factorisation | Guillaume Rousse | 2008-05-08 | 1 | -58/+34 |
| | |||||
* | don't use external find command, but File::Find everywhere, and honour ↵ | Guillaume Rousse | 2008-05-06 | 1 | -5/+68 |
| | | | | EXCLUDE_FROM_COMPRESS variable | ||||
* | more cleanup | Guillaume Rousse | 2008-02-10 | 1 | -5/+6 |
| | |||||
* | use same pattern-based exclusion mecanism as other scripts | Guillaume Rousse | 2008-02-10 | 1 | -16/+9 |
| | |||||
* | reorder code, with function at the end | Guillaume Rousse | 2008-02-10 | 1 | -68/+63 |
| | |||||
* | use File::Basename module for dirname() and basename() functions | Guillaume Rousse | 2008-02-10 | 1 | -16/+1 |
| | |||||
* | no need for such headers in file, we have versionning system | Guillaume Rousse | 2008-02-10 | 1 | -11/+2 |
| | |||||
* | sanitize usage and test of buildroot env var | Guillaume Rousse | 2008-01-29 | 1 | -3/+5 |
| | |||||
* | use strictures and warnings in all perl scripts | Guillaume Rousse | 2008-01-29 | 1 | -0/+2 |
| | |||||
* | drop ugly hack of re-executing itself after decompressing files with other ↵ | Guillaume Rousse | 2007-09-07 | 1 | -3/+9 |
| | | | | formats | ||||
* | fix indentation, and spacing aroung operators | Guillaume Rousse | 2007-09-07 | 1 | -65/+70 |
| | |||||
* | pass compression format as an argument to compress_file, and bump releasev0.27.1 | Guillaume Rousse | 2007-09-04 | 1 | -9/+25 |
| | |||||
* | - lzma use --text option | Olivier Thauvin | 2007-07-12 | 1 | -1/+1 |
| | |||||
* | - switch to lzma compression | Olivier Thauvin | 2007-07-12 | 1 | -6/+8 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-08-02 | 1 | -46/+48 |
| | |||||
* | Remove orphan link only for manpage. | Chmouel Boudjnah | 2000-04-07 | 1 | -3/+3 |
| | |||||
* | "Seethechangelog" | Chmouel Boudjnah | 2000-04-06 | 1 | -1/+1 |
| | |||||
* | When we find an orphan man pages, erase it (any better idea ?) | Chmouel Boudjnah | 2000-04-06 | 1 | -1/+5 |
| | |||||
* | If we found gzip file decompress and bzip2 thme. | Chmouel Boudjnah | 2000-03-24 | 1 | -0/+3 |
| | |||||
* | Don't compress whatis and dir in /usr/{info|man}. | Chmouel Boudjnah | 2000-03-23 | 1 | -1/+1 |
| | |||||
* | * use EXCLUDE_FROM_COMPRESS env variable to list files to exlcude | Frederic Lepied | 2000-02-28 | 1 | -1/+17 |
| | | | | | from compression. | ||||
* | Initial revisionCookertopic/MandrakeSoft | Chmouel Boudjnah | 2000-02-18 | 1 | -0/+167 |