Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Draft support for Arch Linux/pacman packagesHEADpacmanmaster | David Phillips | 2019-03-07 |
| | |||
* | Supress the number of CPIO blocks copied. | Lucas C. Villa Real | 2018-07-02 |
| | |||
* | Let RPMFinder handle more than one architecture in a single call to | Lucas C. Villa Real | 2018-06-30 |
| | | | | | | | | | | the script. The list of architectures must be separated by commas. With this commit we now retrieve the package name from the rpminfo.net page holding details about the RPM, rather than guessing it based on the filename. This commit also improves version handling and package name aliasing. | ||
* | Improved dependency search on rpmfind.net: we now include the distro | Lucas C. Villa Real | 2018-06-30 |
| | | | | | | code (i.e., fc26, fc27, etc) and have a placeholder to check versions when a range filter is given. We can probably use some of the code from Scripts' FindDependencies.c here. | ||
* | Add support for RPM files with a CPIO payload compressed with LZMA. | Lucas C. Villa Real | 2017-01-22 |
| | |||
* | Improve DEB dependency processing. | Lucas C. Villa Real | 2017-01-02 |
| | |||
* | Introduce support for the installation of DEB files. One caveat is that | Lucas C. Villa Real | 2017-01-02 |
| | | | | | .deb control files do not include licensing information, per https://www.debian.org/doc/debian-policy/ch-controlfields.html. | ||
* | Move RPM specific function to Functions/RPM. This move is to ease the | Lucas C. Villa Real | 2017-01-02 |
implementation of a DEB backend. |