mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-25 14:00:17 +00:00
* Set locale to C while using rpm to pick at the .rpm file we are going to
convert, Closes: #42282
* Moved /usr/lib/alien to /usr/share/alien
* Added --nopatch option, Closes: #47069
6 lines
305 B
Plaintext
6 lines
305 B
Plaintext
* handling postinst script when converting to/from .slp packages.
|
|
* alien needs to be reorganized somewhat, so it doesn't use any global
|
|
variables. The lib/ files are mostly ok, but should probably be regular OO
|
|
modules, and should be installed where regular perl modules are. Make it
|
|
-w safe, too.
|