42
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Patch from aj to fix permissions of setuid files that have their owners created in the preinst. * Alien's repository has moved from CVS to subversion.
Joey Hess
as joey
More... over 20 years ago
releasing version 8.36
Joey Hess
as joey
More... over 20 years ago
move after cvs2svn
Joey Hess
as joey
More... over 20 years ago
updates for moved deb repo
Joey Hess
as joey
More... almost 21 years ago
sync
Joey Hess
as joey
More... almost 21 years ago
* Fixed changelog parsing regexp. Noticed by Gerald Turner who is sure turning up in this changelog a lot. * Updated j2sdk patch fixes some ControlPanel shell script incompatabilities. Closes: #200731
Joey Hess
as joey
More... almost 21 years ago
updates & sync
Joey Hess
as joey
More... almost 21 years ago
* Added a new j2sdk patch that does not rename the package.
Joey Hess
as joey
More... almost 21 years ago
* Removed the two newest j2sdk patches, which both rename the package, breaking alien -i. Closes: #199992
Joey Hess
as joey
More... almost 21 years ago
* Updated the j2sdk patch for version 1.4.2. (From Gerald Turner.)
Joey Hess
as joey
More... almost 21 years ago
* Added -v to enable verbose mode, which lists each shell command as it is run. Also added --veryverbose for verbose with command output too. * Use -V for version. (-v used to be documented, but never worked)
Joey Hess
as joey
More... about 21 years ago
* alien.spec: pass PREFIX to Makefile.PL so it works on systems (such as red hat 8) where the generated Makefile does not use $PREFIX in all paths.
Joey Hess
as joey
More... about 21 years ago
fix
Joey Hess
as joey
More... about 21 years ago
- updates - updated all installhooks for new kite directory layout
Joey Hess
as joey
More... about 21 years ago
* Support rpms that contain no files. Closes: #184714
Joey Hess
as joey
More... about 21 years ago
* Corrected precidence problem that made alien not catch mkdir of the work directory failing if the directory already existed (and let it delete the existing directory). Closes: #181061 * Fixed several other instances of the same precidence problem in the code.
Joey Hess
as joey
More... over 21 years ago
* Use rpmbuild -bb instead of rpm -bb, as it seems that rpm -bb has stopped working in recent versions of rpm, as shipped by red hat (Debian's rpm, confusingly, continues to support rpm -bb, possibly because of how I hack its popt stuff up for debian.) This may fail with older, pre-rpmbuild rpm's; if so you should upgrade to a more current version I guess. * Updated js2k patch from Gerald Turner.
Joey Hess
as joey
More... over 21 years ago
updates
Joey Hess
as joey
More... over 21 years ago
* Pach from Erwan MAS <[email protected]> that allows specification of the version of a tgz file, for files that don't have a parseable version number. For consistency with --description, I made the otpino be called --version -- if no argument is specified to this option, it retains its old behavior of displaying alien's version, but it is now overloaded if given an argument. Closes: #165584
Joey Hess
as joey
More... over 21 years ago
random updates
Joey Hess
as joey
More... over 21 years ago
minor copyright updates
Joey Hess
as joey
More... over 21 years ago
* Added support inspired by aj for converted rpm packages that create users/groups in their preinst, and which alien therefore cannot ship the files with proper ownerships in the .deb. In this case alien will now insert appropriate chown commands into the postinst script of the converted package. * That only works when converting rpm to deb, not the other way around, for now. * Removed the cpio directory permissions fixup code, which was probably broken, and is obsolete since I get directory perms from the rpm now.
Joey Hess
as joey
More... over 21 years ago
* Added upsated jdk patches from Gerald Turner. * Allow fallback to different debian revisions w/o --anypatch. * Add a changelog parser so I can work out the built version of a package. Ugh. Closes: #157971
Joey Hess
as joey
More... over 21 years ago
* Be stricter about which patch files to apply by default. For old behavior use --anypatch. * Minor perl 5.8 fix.
Joey Hess
as joey
More... over 21 years ago
* When converting from rpm, do parent directory 755 chmods first, then known permissions setting from rpm --queryformat, so that it can override any directories that do indeed have a permission set. * Fixed MakeFile.PL to work with perl 5.8.
Joey Hess
as joey
More... over 21 years ago
* Fixed rpm unpacking.
Joey Hess
as joey
More... almost 22 years ago
* Fix a longstanding bug I was only recently told about: When converting from rpm, ignore the icky file owners and perms from the cpio archive, and query rpm for the real set that it overrides in the control data structure. Closes: #151546
Joey Hess
as joey
More... almost 22 years ago
* Fix a longstanding bug I was only recently told about: When converting from rpm, ignore the icky file owners and perms from the cpio archive, and query rpm for the real set that it overrides in the control data structure. Closes: #151546
Joey Hess
as joey
More... almost 22 years ago
* Enabled Getopt::Long Bundling, see comment in alien.pl. Closes: #152148
Joey Hess
as joey
More... almost 22 years ago
* Made tgz version parsing greedier so it will match sub-versions.
Joey Hess
as joey
More... almost 22 years ago