42
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Moved files out of perl privlib, Closes: #95512
Joey Hess
as joey
More... over 24 years ago
* Moved files out of perl privlib, Closes: #95512
Joey Hess
as joey
More... over 24 years ago
* Modification to match changes in rpm 4's parser; need to use --target=noarch, rather than --target noarch.
Joey Hess
as joey
More... over 24 years ago
* Deal with empty /etc/mailname, Closes: #90727
Joey Hess
as joey
More... over 24 years ago
* Updated to use debhelper v3 when converting packages. This automatically should make it start adding ldconfig calls as appropriate to maintainer scripts. Closes: #86088 * It does mean you need debhelper 3.x for alien to convert to deb now, so alien-extra will need an update. * Rebuilt with newer perl, so it will work with newer perl (bug filed; this should not have been necessary).
Joey Hess
as joey
More... almost 25 years ago
* Updated to use debhelper v3 when converting packages. This automatically should make it start adding ldconfig calls as appropriate to maintainer scripts. Closes: #86088 * It does mean you need debhelper 3.x for alien to convert to deb now, so alien-extra will need an update.
Joey Hess
as joey
More... almost 25 years ago
* Build with debhelper v3.
Joey Hess
as joey
More... almost 25 years ago
* Munge in #!/bin/sh entries at the top of rpm maintainer scripts that appear to be shell scripts. Closes: #76124
Joey Hess
as joey
More... almost 25 years ago
* Updated motif patches again.
Joey Hess
as joey
More... almost 25 years ago
* Removed dh_suidregister call -- bitten my by own program! :-) Closes: #82230
Joey Hess
as joey
More... almost 25 years ago
* Added rpm spec file fix.
Joey Hess
as joey
More... almost 25 years ago
* Patch from Pavel Roskin <[email protected]> for misc specfile issues, including nastly comppressed man page munging. * Updaed motif patches from Andreas Voegele <[email protected]>.
Joey Hess
as joey
More... almost 25 years ago
* Modified Rpm.pm to not bother with the scripts stanzas if there are no scripts.
Joey Hess
as joey
More... almost 25 years ago
* Use ls -1 instead of plain ls when copying files to debian/tmp in rpm conversion. Since that output is grep'ed, items might have been accidentually excuded before (although ls seems to output one file per line when run inside makefiles, probably because it notices it is not at a tty). Anyway, I had a report that there was a problem here, and this should fix it.
Joey Hess
as joey
More... almost 25 years ago
* Use dh_perl for automatic, correct perl dependancies, Closes: #77669
Joey Hess
as joey
More... almost 25 years ago
* Whoops, alien was still trying to use /usr/lib/alien/pactches, corrected.
Joey Hess
as joey
More... about 25 years ago
* Use debhelper v2 for debian/rules, but not when converting packages to deb format.
Joey Hess
as joey
More... about 25 years ago
* Corrected return code of system check. * Corrected logic error in relocatable rpm handling that was making converting such rpms not work. (Closes: #71155)
Joey Hess
as joey
More... about 25 years ago
no newline in version file; breaks some browsers
Joey Hess
as joey
More... about 25 years ago
* Added a note about a sticky library dependancy issue that I can't fix. * Applied a patch from Chris Gorman to deal with spaces in directory names, spaces in conffile names (!!), and accented characters everywhere in deb -> rpm conversions. * Fixed numerous problems when converting from .deb w/o dpkg installed.
Joey Hess
as joey
More... over 25 years ago
moved in items from my global todo
Joey Hess
as joey
More... over 25 years ago
* Fixed an uninitialized value when converting from a .src.rpm.
Joey Hess
as joey
More... over 25 years ago
* Corrected typo that broke Deb.pm, Closes: #64559
Joey Hess
as joey
More... over 25 years ago
* Changed all invocations of programs to be in posix-complient form. Ie, no options after args, so people who set POSIX_ME_HARDER can still use alien. * Bahave better if there is no /etc/mailname.
Joey Hess
as joey
More... over 25 years ago
turned off a silly warning message
Joey Hess
as joey
More... over 25 years ago
* When reloating files from a rpm, run the mv command directly, not in a subshell; this is safer especially if odd filenames are involved. * When converting from rpm, only chmod each directory once, it was doing it many times for some directories before. * Fixed chmodding to use the correct path to the directory. This fixes file permissions in rpm's converted to other formats, a bug introduced at 7.0. * Fixed some undefined value warnings (which pointed out real but rare bugs). * Fixed a rare, but bad little bug. If you ran alien in a directory that had the suid/sgid bit set (as my home directory does), and generated debs and probably other formats, it generated packages with the root directory suid/sgid.
Joey Hess
as joey
More... over 25 years ago
* Corrected checking of system() in Deb::prep. Closes: #63396
Joey Hess
as joey
More... over 25 years ago
* This is a fully rewritten version, now belived to be stable enough for a dot-0 release.
Joey Hess
as joey
More... over 25 years ago
* I despise MakeMaker.
Joey Hess
as joey
More... over 25 years ago
* Major typo fix in Tgz.pm. * Fixed newlines in tgz filelist. * Fixed some undefined value warnings. * Put the rpm spec file back in. Converting the debs to rpms fails because rpm doesn't use the same perl include path. Bummer. * Fixed duplicate alien man page problem.
Joey Hess
as joey
More... over 25 years ago